]> git.ipfire.org Git - thirdparty/libsolv.git/log
thirdparty/libsolv.git
12 years agobeautify examples a bit
Michael Schroeder [Tue, 30 Oct 2012 10:27:34 +0000 (11:27 +0100)] 
beautify examples a bit

12 years agounify cookie generation for solv/pysolv/rbsolv/p5solv SuSE-SLE-11-SP3-Branch
Michael Schroeder [Mon, 29 Oct 2012 14:55:57 +0000 (15:55 +0100)] 
unify cookie generation for solv/pysolv/rbsolv/p5solv

12 years agofix autorefresh flag in pysolv, support metadata_expire == -1 like in solv.c
Michael Schroeder [Mon, 29 Oct 2012 13:26:10 +0000 (14:26 +0100)] 
fix autorefresh flag in pysolv, support metadata_expire == -1 like in solv.c

12 years agoset SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo limiter
Michael Schroeder [Mon, 29 Oct 2012 13:02:06 +0000 (14:02 +0100)] 
set SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo limiter

12 years agooops, fix selection2str()
Michael Schroeder [Mon, 29 Oct 2012 12:50:00 +0000 (13:50 +0100)] 
oops, fix selection2str()

12 years agojoin selection strings with ' + ', not ' | '
Michael Schroeder [Mon, 29 Oct 2012 12:46:36 +0000 (13:46 +0100)] 
join selection strings with ' + ', not ' | '

12 years agoadd pool_selection2str() and use it in the bindings
Michael Schroeder [Mon, 29 Oct 2012 11:54:39 +0000 (12:54 +0100)] 
add pool_selection2str() and use it in the bindings

12 years agofix selection_limit_rel call for debian nevra match
Michael Schroeder [Mon, 29 Oct 2012 10:49:09 +0000 (11:49 +0100)] 
fix selection_limit_rel call for debian nevra match

12 years agosupport SOLVER_SOLVABLE_REPO and SOLVER_SOLVABLE_ALL in more job types, even if many...
Michael Schroeder [Fri, 26 Oct 2012 13:17:51 +0000 (15:17 +0200)] 
support SOLVER_SOLVABLE_REPO and SOLVER_SOLVABLE_ALL in more job types, even if many are not meaningful

12 years agoadd pool_job2solvables and selection_solvables
Michael Schroeder [Fri, 26 Oct 2012 12:42:13 +0000 (14:42 +0200)] 
add pool_job2solvables and selection_solvables

12 years ago- retabify (untabify for pysolv)
Michael Schroeder [Thu, 25 Oct 2012 16:55:39 +0000 (18:55 +0200)] 
- retabify (untabify for pysolv)

12 years agogeneralize matching code from examples/solv.c to src/selection.c
Michael Schroeder [Thu, 25 Oct 2012 14:55:11 +0000 (16:55 +0200)] 
generalize matching code from examples/solv.c to src/selection.c

Adapt the examples to use the new mechanism. This is probably
not the final version of the interface, so handle with care.

12 years agoexample/solv: support all compression types
Michael Schroeder [Wed, 24 Oct 2012 14:39:14 +0000 (16:39 +0200)] 
example/solv: support all compression types

12 years agohelp gcc inliner a bit
Michael Schroeder [Tue, 23 Oct 2012 16:56:53 +0000 (18:56 +0200)] 
help gcc inliner a bit

12 years agoexamples/solv: factor out downloadchecksig function
Michael Schroeder [Tue, 23 Oct 2012 12:36:25 +0000 (14:36 +0200)] 
examples/solv: factor out downloadchecksig function

12 years agofix build on debian
Michael Schroeder [Tue, 23 Oct 2012 11:42:35 +0000 (13:42 +0200)] 
fix build on debian

12 years agosupport repository:repomd:size, cleanup code a bit
Michael Schroeder [Tue, 23 Oct 2012 11:39:45 +0000 (13:39 +0200)] 
support repository:repomd:size, cleanup code a bit

12 years agoimplement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to various...
Michael Schroeder [Tue, 23 Oct 2012 10:37:25 +0000 (12:37 +0200)] 
implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to various functions.

Breaks the interface a bit, sorry. The new way seems to be much cleaner, though.
Extra apologies to Nate Skulic for removing his add_rpmdb_root method one day
after adding it.

12 years agoMerge pull request #19 from nateskulic/master
Michael Schroeder [Mon, 22 Oct 2012 13:06:47 +0000 (06:06 -0700)] 
Merge pull request #19 from nateskulic/master

Add add_rpmdb_root to allow setting root in language bindings
(will probably go away again when we have a different way to handle the rootdir)

12 years ago- add add_rpmdb_root 19/head
nate skulic [Fri, 19 Oct 2012 20:49:31 +0000 (22:49 +0200)] 
- add add_rpmdb_root

12 years agocheck for rpm/db.h header file
Michael Schroeder [Fri, 19 Oct 2012 12:44:01 +0000 (14:44 +0200)] 
check for rpm/db.h header file

12 years agoadd changes, bump version
Michael Schroeder [Thu, 18 Oct 2012 14:59:17 +0000 (16:59 +0200)] 
add changes, bump version

12 years agofix encoding of big values
Michael Schroeder [Thu, 18 Oct 2012 14:09:32 +0000 (16:09 +0200)] 
fix encoding of big values

12 years agoadapt for older cmake versions
Michael Schroeder [Mon, 15 Oct 2012 16:11:58 +0000 (18:11 +0200)] 
adapt for older cmake versions

12 years agoadd repo_add_rpm_handle, add ENABLE_RPMDB_BYRPMHEADER so that we don't need to link...
Michael Schroeder [Mon, 15 Oct 2012 10:10:06 +0000 (12:10 +0200)] 
add repo_add_rpm_handle, add ENABLE_RPMDB_BYRPMHEADER so that we don't need to link against rpm if rpm_byrpmh is not needed

12 years agoonly call add_products if the method exists
Michael Schroeder [Mon, 8 Oct 2012 14:35:13 +0000 (16:35 +0200)] 
only call add_products if the method exists

12 years agouse evrid2vrstr inline function
Michael Schroeder [Mon, 8 Oct 2012 13:25:31 +0000 (15:25 +0200)] 
use evrid2vrstr inline function

12 years agoadd repodata_set_sourcepkg and solvable_lookup_sourcepkg, fix solvable_get_location...
Michael Schroeder [Mon, 8 Oct 2012 13:16:42 +0000 (15:16 +0200)] 
add repodata_set_sourcepkg and solvable_lookup_sourcepkg, fix solvable_get_location return type

12 years agofix finish_solvable do not rely on a "handle" argument, as the handle might have...
Michael Schroeder [Mon, 8 Oct 2012 09:55:41 +0000 (11:55 +0200)] 
fix finish_solvable do not rely on a "handle" argument, as the handle might have been set to zero

12 years agofix repo_lookup_deparray() corner case when looking for post-marker deps
Michael Schroeder [Fri, 5 Oct 2012 15:07:33 +0000 (17:07 +0200)] 
fix repo_lookup_deparray() corner case when looking for post-marker deps

12 years agosimplify forcebinary code again: use TAG_SOURCEPACKAGE like rpm does
Michael Schroeder [Fri, 5 Oct 2012 13:08:57 +0000 (15:08 +0200)] 
simplify forcebinary code again: use TAG_SOURCEPACKAGE like rpm does

12 years agodo not force rpm5 rpms to binary, the type info in the lead is always zero
Michael Schroeder [Thu, 4 Oct 2012 13:42:27 +0000 (15:42 +0200)] 
do not force rpm5 rpms to binary, the type info in the lead is always zero

12 years ago- fix error handling in solv_xfopen_buf
Michael Schroeder [Mon, 10 Sep 2012 16:23:13 +0000 (18:23 +0200)] 
- fix error handling in solv_xfopen_buf

12 years ago- repo_arch: make it work with empty prefixes
Michael Schroeder [Thu, 6 Sep 2012 12:19:16 +0000 (14:19 +0200)] 
- repo_arch: make it work with empty prefixes

12 years agocompatibility with rpm: force to binary rpm if the rpmlead says so
Michael Schroeder [Wed, 5 Sep 2012 12:49:05 +0000 (14:49 +0200)] 
compatibility with rpm: force to binary rpm if the rpmlead says so

We also force all entries from the rpm package database to be binaries.

12 years ago- add workaround for swig undefing bool
Michael Schroeder [Thu, 30 Aug 2012 09:52:30 +0000 (11:52 +0200)] 
- add workaround for swig undefing bool

12 years agoMerge pull request #17 from akozumpl/pullreq
Michael Schroeder [Fri, 24 Aug 2012 14:10:55 +0000 (07:10 -0700)] 
Merge pull request #17 from akozumpl/pullreq

cosmetic: fix possibly uninitialized variable warning in solv.c.

12 years agocosmetic: fix possibly uninitialized variable warning in solv.c. 16/head 17/head
Ales Kozumplik [Fri, 24 Aug 2012 13:30:29 +0000 (15:30 +0200)] 
cosmetic: fix possibly uninitialized variable warning in solv.c.

13 years agosolv.i: new perl includes <stdbool.h> and the custom typedefs cause gcc errors.
Ales Kozumplik [Mon, 23 Jul 2012 08:44:24 +0000 (10:44 +0200)] 
solv.i: new perl includes <stdbool.h> and the custom typedefs cause gcc errors.

Use <stdbool.h> as the default instead. Additionally this also causes all
functions with return type 'bool' in solv.i having their return value
converted into 1 or 0[1].

[1] C99 Draft, 6.3.1.2

13 years ago- close file handle after reading in cudf file BASE-SuSE-Code-12_2-Branch
Michael Schroeder [Wed, 27 Jun 2012 12:48:52 +0000 (14:48 +0200)] 
- close file handle after reading in cudf file

13 years ago- implement RPM_ADD_WITH_LEADSIGID, make RPM_ADD_WITH_HDRID also work in repo_add_rpm
Michael Schroeder [Wed, 27 Jun 2012 12:47:50 +0000 (14:47 +0200)] 
- implement RPM_ADD_WITH_LEADSIGID, make RPM_ADD_WITH_HDRID also work in repo_add_rpm

13 years ago- revert repo_lookup_checksum change, the ids should always be stored as checksums
Michael Schroeder [Wed, 27 Jun 2012 10:41:05 +0000 (12:41 +0200)] 
- revert repo_lookup_checksum change, the ids should always be stored as checksums

13 years ago- store SOLVABLE_HDRID as checksum
Michael Schroeder [Wed, 27 Jun 2012 10:39:25 +0000 (12:39 +0200)] 
- store SOLVABLE_HDRID as checksum

13 years ago- check type in lookup_bin_checksum, make it possible to retrieve PKGID/HDRID/LEADSIG...
Michael Schroeder [Wed, 27 Jun 2012 10:31:38 +0000 (12:31 +0200)] 
- check type in lookup_bin_checksum, make it possible to retrieve PKGID/HDRID/LEADSIGID with lookup_checksum

13 years ago- put SOLVABLE_PKGID, SOLVABLE_HDRID, SOLVABLE_LEADSIGID in the vertical section...
Michael Schroeder [Wed, 27 Jun 2012 10:11:16 +0000 (12:11 +0200)] 
- put SOLVABLE_PKGID, SOLVABLE_HDRID, SOLVABLE_LEADSIGID in the vertical section to save precious memory

13 years agoMerge pull request #15 from akozumpl/pullreq
Michael Schroeder [Wed, 27 Jun 2012 09:44:37 +0000 (02:44 -0700)] 
Merge pull request #15 from akozumpl/pullreq

- repo_rpmdb: read in RPMTAG_SHA1HEADER

13 years ago- repo_rpmdb: read in RPMTAG_SHA1HEADER 15/head
Ales Kozumplik [Tue, 26 Jun 2012 15:23:46 +0000 (17:23 +0200)] 
- repo_rpmdb: read in RPMTAG_SHA1HEADER

13 years ago- fix typo in repodata_merge_attrs
Michael Schroeder [Mon, 25 Jun 2012 11:42:25 +0000 (13:42 +0200)] 
- fix typo in repodata_merge_attrs

13 years ago- export repo_add_cudf, use SOLVER_ORUPDATE for cudf update jobs
Michael Schroeder [Mon, 25 Jun 2012 09:28:31 +0000 (11:28 +0200)] 
- export repo_add_cudf, use SOLVER_ORUPDATE for cudf update jobs

13 years ago- add SOLVER_ORUPDATE and SOLVER_FORCEBEST (see solver.h)
Michael Schroeder [Mon, 25 Jun 2012 09:27:57 +0000 (11:27 +0200)] 
- add SOLVER_ORUPDATE and SOLVER_FORCEBEST (see solver.h)

13 years ago- get rid of a couple of warnings when building for debian
Michael Schroeder [Mon, 25 Jun 2012 09:26:57 +0000 (11:26 +0200)] 
- get rid of a couple of warnings when building for debian

13 years ago- set disttype before setting the architecture so that the noarch id is correct
Michael Schroeder [Fri, 22 Jun 2012 16:51:52 +0000 (18:51 +0200)] 
- set disttype before setting the architecture so that the noarch id is correct

13 years agooops, export pool_setdisttype...
Michael Schroeder [Fri, 22 Jun 2012 16:40:38 +0000 (18:40 +0200)] 
oops, export pool_setdisttype...

13 years ago- name sure to record all namespace ids in testcases
Michael Schroeder [Fri, 22 Jun 2012 16:06:38 +0000 (18:06 +0200)] 
- name sure to record all namespace ids in testcases

13 years ago- fix testcase writing bugs
Michael Schroeder [Fri, 22 Jun 2012 15:55:32 +0000 (17:55 +0200)] 
- fix testcase writing bugs

13 years agoMerge pull request #14 from coolo/master
Michael Schroeder [Fri, 22 Jun 2012 15:13:40 +0000 (08:13 -0700)] 
Merge pull request #14 from coolo/master

Add .travis.yml

13 years agoadd a travis.yml file so it's auto CIed on travis-ci.org 14/head
Stephan Kulow [Fri, 22 Jun 2012 14:48:48 +0000 (16:48 +0200)] 
add a travis.yml file so it's auto CIed on travis-ci.org

13 years ago- also parse cudf provides ;)
Michael Schroeder [Fri, 22 Jun 2012 14:00:47 +0000 (16:00 +0200)] 
- also parse cudf provides ;)

13 years ago- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO to support some cudf tests
Michael Schroeder [Fri, 22 Jun 2012 09:53:38 +0000 (11:53 +0200)] 
- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO to support some cudf tests

13 years ago- fix gzFile usage, oops
Michael Schroeder [Thu, 31 May 2012 12:40:38 +0000 (14:40 +0200)] 
- fix gzFile usage, oops

13 years ago- adapt changes
Michael Schroeder [Thu, 31 May 2012 09:40:55 +0000 (11:40 +0200)] 
- adapt changes

13 years ago- [valgrind] the userinstalled map only contains the installed packages. mea culpa...
Michael Schroeder [Thu, 31 May 2012 09:36:48 +0000 (11:36 +0200)] 
- [valgrind] the userinstalled map only contains the installed packages. mea culpa...

13 years ago- add .changes entry
Michael Schroeder [Wed, 30 May 2012 12:46:59 +0000 (14:46 +0200)] 
- add .changes entry

13 years ago- fix compilation with older python versions
Michael Schroeder [Wed, 30 May 2012 10:57:40 +0000 (12:57 +0200)] 
- fix compilation with older python versions

13 years ago- add FindRuby.cmake FindPackageHandleStandardArgs.cmake so that the build works...
Michael Schroeder [Wed, 30 May 2012 09:46:09 +0000 (11:46 +0200)] 
- add FindRuby.cmake FindPackageHandleStandardArgs.cmake so that the build works again with older cmake versions

13 years ago- make bindings work with ruby 1.9
Michael Schroeder [Tue, 29 May 2012 13:54:45 +0000 (15:54 +0200)] 
- make bindings work with ruby 1.9

13 years ago- be a bit more tolerant about FindRuby not setting RUBY_VENDORARCH_DIR
Michael Schroeder [Mon, 21 May 2012 13:17:51 +0000 (15:17 +0200)] 
- be a bit more tolerant about FindRuby not setting RUBY_VENDORARCH_DIR

13 years ago- take FindRuby.cmake from cmake - we're recent enough
Stephan Kulow [Fri, 11 May 2012 13:15:25 +0000 (15:15 +0200)] 
- take FindRuby.cmake from cmake - we're recent enough
- fix build with ruby 1.9

13 years agochanges
Michael Andres [Tue, 8 May 2012 09:00:20 +0000 (11:00 +0200)] 
changes

13 years ago- solv.i: fix typo, make peace with swig-2.0.6
Michael Schroeder [Thu, 3 May 2012 14:05:08 +0000 (16:05 +0200)] 
- solv.i: fix typo, make peace with swig-2.0.6

13 years agotreat an empty release as a missing release
Michael Schroeder [Tue, 24 Apr 2012 14:26:53 +0000 (16:26 +0200)] 
treat an empty release as a missing release

i.e. "Requires: foo = 4-" as "Requires: foo = 4"

13 years agoadd changes, bump version (just to make it higher than openSUSE 12.1)
Michael Schroeder [Mon, 23 Apr 2012 14:03:35 +0000 (16:03 +0200)] 
add changes, bump version (just to make it higher than openSUSE 12.1)

13 years ago- support tilde in rpm version comparison
Michael Schroeder [Fri, 20 Apr 2012 12:17:11 +0000 (14:17 +0200)] 
- support tilde in rpm version comparison

13 years ago- use pool_error instead of pool_debug in repo_add_arch_pkg
Michael Schroeder [Mon, 16 Apr 2012 16:46:41 +0000 (18:46 +0200)] 
- use pool_error instead of pool_debug in repo_add_arch_pkg

13 years ago- fix wrong logic
Michael Schroeder [Mon, 16 Apr 2012 16:40:03 +0000 (18:40 +0200)] 
- fix wrong logic

13 years ago- get rid of plural forms of repo_add_pkg, use pool_error instead printing to stderr
Michael Schroeder [Mon, 16 Apr 2012 15:57:18 +0000 (17:57 +0200)] 
- get rid of plural forms of repo_add_pkg, use pool_error instead printing to stderr

13 years ago- add map_or and queue_prealloc
Michael Schroeder [Mon, 16 Apr 2012 15:08:07 +0000 (17:08 +0200)] 
- add map_or and queue_prealloc

13 years ago- document supported package/repository formats
Michael Schroeder [Mon, 16 Apr 2012 13:12:33 +0000 (15:12 +0200)] 
- document supported package/repository formats

13 years ago- get rid of exit(1) calls in repo_write, instead return error
Michael Schroeder [Mon, 16 Apr 2012 10:07:39 +0000 (12:07 +0200)] 
- get rid of exit(1) calls in repo_write, instead return error

13 years agoMerge pull request #13 from akozumpl/upstream
Michael Schroeder [Mon, 16 Apr 2012 08:57:43 +0000 (01:57 -0700)] 
Merge pull request #13 from akozumpl/upstream

build: export the new *_testtags methods

13 years agobuild: export the new *_testtags methods 13/head
Ales Kozumplik [Mon, 16 Apr 2012 06:34:04 +0000 (08:34 +0200)] 
build: export the new *_testtags methods

13 years ago- add pool_error and pool_errstr. get rid of lots of exit() calls.
Michael Schroeder [Fri, 13 Apr 2012 17:23:33 +0000 (19:23 +0200)] 
- add pool_error and pool_errstr. get rid of lots of exit() calls.

13 years ago- rename "susetags" in testcases to "testtags", because we just support a subset...
Michael Schroeder [Fri, 13 Apr 2012 14:00:12 +0000 (16:00 +0200)] 
- rename "susetags" in testcases to "testtags", because we just support a subset of susetags

13 years ago- support <inline> repositories (because we can), fix mem leak
Michael Schroeder [Fri, 13 Apr 2012 13:28:23 +0000 (15:28 +0200)] 
- support <inline> repositories (because we can), fix mem leak

13 years ago- fix fd leak in testsolv
Michael Schroeder [Fri, 13 Apr 2012 13:26:40 +0000 (15:26 +0200)] 
- fix fd leak in testsolv

13 years ago- use repo_free_solvable instead of repo_free_solvable_block when freeing a single...
Michael Schroeder [Thu, 12 Apr 2012 13:10:35 +0000 (15:10 +0200)] 
- use repo_free_solvable instead of repo_free_solvable_block when freeing a single solvable

13 years ago- also free attrs array when freeing a solvable
Michael Schroeder [Thu, 12 Apr 2012 13:09:14 +0000 (15:09 +0200)] 
- also free attrs array when freeing a solvable

13 years ago- also obey keepexplicitobsoletes when disabling update rules (untested)
Michael Schroeder [Thu, 12 Apr 2012 11:35:50 +0000 (13:35 +0200)] 
- also obey keepexplicitobsoletes when disabling update rules (untested)

13 years ago- clean up system type definition, use -DSUSE=1 when building for suse
Michael Schroeder [Wed, 11 Apr 2012 13:48:06 +0000 (15:48 +0200)] 
- clean up system type definition, use -DSUSE=1 when building for suse

13 years ago- support SOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES in testcases
Michael Schroeder [Wed, 11 Apr 2012 13:46:58 +0000 (15:46 +0200)] 
- support SOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES in testcases

13 years agoMerge pull request #12 from zde/master
Michael Schroeder [Wed, 11 Apr 2012 13:39:25 +0000 (06:39 -0700)] 
Merge pull request #12 from zde/master

add SOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES

13 years ago- support REPO_EXTEND_SOLVABLES in repo_add_solv (thanks Ales Kozumplik)
Michael Schroeder [Wed, 11 Apr 2012 13:24:57 +0000 (15:24 +0200)] 
- support REPO_EXTEND_SOLVABLES in repo_add_solv (thanks Ales Kozumplik)

13 years agoSOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES 12/head
Zdeněk Pavlas [Tue, 10 Apr 2012 13:21:40 +0000 (15:21 +0200)] 
SOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES

true: process explicit obsoletes in multiinstall.
Defaults to 0.  Needed for compatibility with 'yum'.

13 years agofix some typos
Zdeněk Pavlas [Tue, 10 Apr 2012 13:50:23 +0000 (15:50 +0200)] 
fix some typos

13 years ago- make example solv program a tiny bit more secure (shouldn't use system() at all)
Michael Schroeder [Wed, 4 Apr 2012 12:25:16 +0000 (14:25 +0200)] 
- make example solv program a tiny bit more secure (shouldn't use system() at all)

13 years ago- repo_rpmdb: always check for distepoch, check for 64bit size
Michael Schroeder [Tue, 3 Apr 2012 10:07:10 +0000 (12:07 +0200)] 
- repo_rpmdb: always check for distepoch, check for 64bit size

13 years ago- support repo_add_arch_local to read the installed package database on arch
Michael Schroeder [Tue, 3 Apr 2012 09:44:44 +0000 (11:44 +0200)] 
- support repo_add_arch_local to read the installed package database on arch

13 years ago- get rid of DEBINA_SEMANTICS, add pool->noarchid, add DISTTYPE_ARCH
Michael Schroeder [Tue, 3 Apr 2012 08:53:26 +0000 (10:53 +0200)] 
- get rid of DEBINA_SEMANTICS, add pool->noarchid, add DISTTYPE_ARCH

13 years ago- make sure to link against the lzma library if ENABLE_LZMA_COMPRESSION is set
Michael Schroeder [Mon, 2 Apr 2012 11:41:10 +0000 (13:41 +0200)] 
- make sure to link against the lzma library if ENABLE_LZMA_COMPRESSION is set

13 years ago- "noarch" is called "any" on archlinux, so now we have noarch/all/any ;(
Michael Schroeder [Mon, 2 Apr 2012 09:48:21 +0000 (11:48 +0200)] 
- "noarch" is called "any" on archlinux, so now we have noarch/all/any ;(