platform/upstream/libsolv.git
14 years ago- do not print license or url lines if NULL
Michael Schroeder [Tue, 1 Jun 2010 17:04:30 +0000 (19:04 +0200)]
- do not print license or url lines if NULL

14 years ago- make installcheck work with debian Packages files
Michael Schroeder [Tue, 1 Jun 2010 16:58:18 +0000 (18:58 +0200)]
- make installcheck work with debian Packages files

14 years ago- work around debian obsoletes handling for now
Michael Schroeder [Tue, 1 Jun 2010 16:05:35 +0000 (18:05 +0200)]
- work around debian obsoletes handling for now
- make solv run on debian, too

14 years ago- fix dependency comparison in no-buildtime case
Michael Schroeder [Tue, 1 Jun 2010 14:46:36 +0000 (16:46 +0200)]
- fix dependency comparison in no-buildtime case

14 years ago- cleanup solv.c a bit
Michael Schroeder [Mon, 31 May 2010 12:16:32 +0000 (14:16 +0200)]
- cleanup solv.c a bit

14 years ago- add SOLVER_NOAUTOSET to disable automatic SET deduction
Michael Schroeder [Mon, 31 May 2010 10:20:34 +0000 (12:20 +0200)]
- add SOLVER_NOAUTOSET to disable automatic SET deduction

14 years ago- add SOLVER_SET bits to tell solver which properties of a job are intended by the...
Michael Schroeder [Fri, 28 May 2010 14:17:06 +0000 (16:17 +0200)]
- add SOLVER_SET bits to tell solver which properties of a job are intended by the user
- add policy_is_illegal check function
- rework solv package select function to use new SET bits

14 years agoMerge branch 'master' of gitorious.org:opensuse/sat-solver
Michael Schroeder [Mon, 17 May 2010 12:38:58 +0000 (14:38 +0200)]
Merge branch 'master' of gitorious.org:opensuse/sat-solver

14 years ago- add armv7l (patch by Jan-Simon Moeller)
Michael Schroeder [Mon, 17 May 2010 12:37:52 +0000 (14:37 +0200)]
- add armv7l (patch by Jan-Simon Moeller)

14 years ago- argh, forgot the check prune bitmap in 'required' case
Michael Schroeder [Thu, 6 May 2010 17:08:45 +0000 (19:08 +0200)]
- argh, forgot the check prune bitmap in 'required' case

14 years ago- add changes, bump version to 0.15.0
Michael Schroeder [Thu, 6 May 2010 15:45:01 +0000 (17:45 +0200)]
- add changes, bump version to 0.15.0

14 years ago- cleandeps: fix userinstalled bitmap access
Michael Schroeder [Thu, 6 May 2010 15:14:40 +0000 (17:14 +0200)]
- cleandeps: fix userinstalled bitmap access

14 years ago- some more cleanup
Michael Schroeder [Tue, 4 May 2010 15:17:17 +0000 (17:17 +0200)]
- some more cleanup

14 years ago- support SOLVER_SOLVABLE_ALL for dup/update/verify
Michael Schroeder [Tue, 4 May 2010 12:59:26 +0000 (14:59 +0200)]
- support SOLVER_SOLVABLE_ALL for dup/update/verify

14 years ago- code cleanup
Michael Schroeder [Mon, 3 May 2010 15:33:00 +0000 (17:33 +0200)]
- code cleanup

14 years ago- add lzma and xz compression support for both rpmmd and susetags. Clean up code...
Michael Schroeder [Mon, 3 May 2010 14:42:56 +0000 (16:42 +0200)]
- add lzma and xz compression support for both rpmmd and susetags. Clean up code a bit.

14 years ago- also look at directly addressed userinstalled solvables
Michael Schroeder [Wed, 14 Apr 2010 10:23:07 +0000 (12:23 +0200)]
- also look at directly addressed userinstalled solvables

14 years ago- add erase with dependency cleaning:
Michael Schroeder [Wed, 14 Apr 2010 09:13:02 +0000 (11:13 +0200)]
- add erase with dependency cleaning:
  * SOLVER_CLEANDEPS flag
  * SOLVER_USERINSTALLED job

14 years ago- set close-on-exec for repopage filedescriptor
Michael Schroeder [Tue, 13 Apr 2010 10:27:12 +0000 (12:27 +0200)]
- set close-on-exec for repopage filedescriptor

14 years agoAlso look at obsoletes of installed packages, like newer versions of rpm do
Michael Schroeder [Mon, 12 Apr 2010 14:06:02 +0000 (16:06 +0200)]
Also look at obsoletes of installed packages, like newer versions of rpm do

14 years ago- move noupdate test so that the solver tries to keep packages if possible
Michael Schroeder [Wed, 31 Mar 2010 13:15:35 +0000 (15:15 +0200)]
- move noupdate test so that the solver tries to keep packages if possible

14 years agoMerge branch 'master' of gitorious.org:opensuse/sat-solver
Michael Schroeder [Thu, 25 Mar 2010 10:27:34 +0000 (11:27 +0100)]
Merge branch 'master' of gitorious.org:opensuse/sat-solver

14 years ago- make obsoleteusescolors default to true on FEDORA
Michael Schroeder [Thu, 25 Mar 2010 10:26:07 +0000 (11:26 +0100)]
- make obsoleteusescolors default to true on FEDORA
- clean up evr matching code

14 years agochanges
Michael Andres [Tue, 23 Mar 2010 16:27:02 +0000 (17:27 +0100)]
changes

14 years agoParse an installed products <shortsummary> tag.
Michael Andres [Tue, 23 Mar 2010 16:23:58 +0000 (17:23 +0100)]
Parse an installed products <shortsummary> tag.

14 years ago- dataiterator: reset parent when jumping to a solvid [bnc#589640]
Michael Schroeder [Mon, 22 Mar 2010 17:48:58 +0000 (18:48 +0100)]
- dataiterator: reset parent when jumping to a solvid [bnc#589640]
- bump version, add changelog

14 years ago- content: REPOTAGS -> REPOID, knownid GLOBALID -> REPOID
Michael Schroeder [Fri, 12 Mar 2010 11:20:36 +0000 (12:20 +0100)]
- content: REPOTAGS -> REPOID, knownid GLOBALID -> REPOID

14 years agochanges 0.14.16
Michael Andres [Thu, 11 Mar 2010 21:21:24 +0000 (22:21 +0100)]
changes 0.14.16

14 years agoparse global repository ids. [bnc#377568]
Michael Andres [Thu, 11 Mar 2010 21:20:39 +0000 (22:20 +0100)]
parse global repository ids. [bnc#377568]

14 years agoadd changes, bump version
Michael Schroeder [Thu, 11 Mar 2010 11:18:43 +0000 (12:18 +0100)]
add changes, bump version

14 years ago- fix language code lookup for fallback languages [bnc#584644]
Michael Schroeder [Thu, 11 Mar 2010 11:14:23 +0000 (12:14 +0100)]
- fix language code lookup for fallback languages [bnc#584644]
- change solvable_lookup_str_lang interface a bit for libzypp

14 years agoChoose English as default fallback.
Michael Andres [Wed, 10 Mar 2010 17:56:51 +0000 (18:56 +0100)]
Choose English as default fallback.

14 years ago- match coding style
Michael Schroeder [Wed, 10 Mar 2010 15:11:38 +0000 (16:11 +0100)]
- match coding style

14 years agoFix parsing of pattern specific tags (bnc #585000)
Michael Andres [Wed, 10 Mar 2010 13:24:18 +0000 (14:24 +0100)]
Fix parsing of pattern specific tags (bnc #585000)

14 years agoEnhance repomd_findfile usage
Michael Andres [Wed, 10 Mar 2010 13:22:50 +0000 (14:22 +0100)]
Enhance repomd_findfile usage

14 years ago- use __qsort_r on old SLE10 versions
Michael Schroeder [Mon, 1 Mar 2010 16:48:27 +0000 (17:48 +0100)]
- use __qsort_r on old SLE10 versions

14 years ago- add changes, bump version
Michael Schroeder [Fri, 19 Feb 2010 16:32:59 +0000 (17:32 +0100)]
- add changes, bump version

14 years agoMerge branch 'master' of gitorious.org:opensuse/sat-solver
Michael Schroeder [Fri, 19 Feb 2010 16:29:09 +0000 (17:29 +0100)]
Merge branch 'master' of gitorious.org:opensuse/sat-solver

14 years ago- make dup rules work when system repo is not first [#581276]
Michael Schroeder [Fri, 19 Feb 2010 16:28:24 +0000 (17:28 +0100)]
- make dup rules work when system repo is not first [#581276]

14 years agoFix uservisible parsing for rpmmd patterns
Klaus Kämpf [Fri, 19 Feb 2010 12:34:15 +0000 (13:34 +0100)]
Fix uservisible parsing for rpmmd patterns

And create testcase for it.

14 years ago- set thread count on fedora so that berkeleydb doesn't die
Michael Schroeder [Wed, 17 Feb 2010 15:47:24 +0000 (16:47 +0100)]
- set thread count on fedora so that berkeleydb doesn't die

14 years ago- add changes, bump version
Michael Schroeder [Fri, 29 Jan 2010 13:49:20 +0000 (14:49 +0100)]
- add changes, bump version

14 years ago- speed up createwhatprovides when many solvables provide the same dep
Michael Schroeder [Tue, 26 Jan 2010 18:09:47 +0000 (19:09 +0100)]
- speed up createwhatprovides when many solvables provide the same dep
- fix choice rule creation for real (bnc#551637)

14 years ago- set repository:toolversion to 1.0 in common_write
Michael Schroeder [Mon, 18 Jan 2010 14:04:14 +0000 (15:04 +0100)]
- set repository:toolversion to 1.0 in common_write

14 years ago- add sparcv9v/sparc64v as requested
Michael Schroeder [Mon, 21 Dec 2009 13:38:36 +0000 (14:38 +0100)]
- add sparcv9v/sparc64v as requested

14 years ago- add forgotten sparc->sparc arch entry
Michael Schroeder [Mon, 21 Dec 2009 13:35:40 +0000 (14:35 +0100)]
- add forgotten sparc->sparc arch entry

14 years ago- add sparc support, bump version
Michael Schroeder [Mon, 21 Dec 2009 13:31:15 +0000 (14:31 +0100)]
- add sparc support, bump version

14 years ago- work around rpm bug when --prefix is used (fixes #565525)
Michael Schroeder [Fri, 18 Dec 2009 18:19:29 +0000 (19:19 +0100)]
- work around rpm bug when --prefix is used (fixes #565525)

14 years ago- disable update rule in noobsoletes case if installed package is to be kept, fixes...
Michael Schroeder [Fri, 18 Dec 2009 17:08:49 +0000 (18:08 +0100)]
- disable update rule in noobsoletes case if installed package is to be kept, fixes #564239

14 years agochanges 0.14.11
Michael Andres [Mon, 7 Dec 2009 13:00:38 +0000 (14:00 +0100)]
changes 0.14.11

14 years agoGet (optionally compressed) product.xml from repomd
Michael Andres [Mon, 23 Nov 2009 15:14:33 +0000 (16:14 +0100)]
Get (optionally compressed) product.xml from repomd

14 years ago- use SOLVER_SOLUTION_DISTUPGRADE instead of replacing
Michael Schroeder [Wed, 4 Nov 2009 11:37:35 +0000 (12:37 +0100)]
- use SOLVER_SOLUTION_DISTUPGRADE instead of replacing
  package with itself in dup mode

14 years ago- look at infarch/dup rules when creating choice rules, makes dup
Michael Schroeder [Mon, 2 Nov 2009 13:12:33 +0000 (14:12 +0100)]
- look at infarch/dup rules when creating choice rules, makes dup
  also install 32bit packages [bnc#551637]

14 years ago- ignore version in source field
Michael Schroeder [Wed, 21 Oct 2009 12:25:39 +0000 (14:25 +0200)]
- ignore version in source field

14 years ago- add changes
Michael Schroeder [Fri, 16 Oct 2009 12:47:07 +0000 (14:47 +0200)]
- add changes

14 years ago- fix removedisabledconflicts so that it can cope with dropped orphans
Michael Schroeder [Fri, 16 Oct 2009 12:31:30 +0000 (14:31 +0200)]
- fix removedisabledconflicts so that it can cope with dropped orphans

14 years ago- add changes
Michael Schroeder [Thu, 15 Oct 2009 12:51:36 +0000 (14:51 +0200)]
- add changes

14 years ago- add SOLVER_DROP_ORPHANED for coolo
Michael Schroeder [Thu, 15 Oct 2009 10:41:00 +0000 (12:41 +0200)]
- add SOLVER_DROP_ORPHANED for coolo

14 years ago- add changes, bump version
Michael Schroeder [Wed, 14 Oct 2009 14:23:30 +0000 (16:23 +0200)]
- add changes, bump version

14 years ago- ignore products element so that repo2solv works
Michael Schroeder [Wed, 14 Oct 2009 14:20:49 +0000 (16:20 +0200)]
- ignore products element so that repo2solv works

14 years ago- support MULTI_SEMANTICS option
Michael Schroeder [Tue, 6 Oct 2009 09:43:32 +0000 (11:43 +0200)]
- support MULTI_SEMANTICS option

14 years ago- add repodata_delete_uninternalized
Michael Schroeder [Fri, 2 Oct 2009 10:14:08 +0000 (12:14 +0200)]
- add repodata_delete_uninternalized
- fix bugs in deb handling
- add support for MULTI_SEMANTICS needed for the build service
- add --withsrc option for installcheck

14 years agofix bug in solvable_lookup_str_base
Michael Schroeder [Thu, 24 Sep 2009 08:27:53 +0000 (10:27 +0200)]
fix bug in solvable_lookup_str_base

14 years ago- add changes, bump version
Michael Schroeder [Wed, 23 Sep 2009 09:17:10 +0000 (11:17 +0200)]
- add changes, bump version

14 years ago- get missing translations from other solvables
Michael Schroeder [Tue, 22 Sep 2009 16:49:30 +0000 (18:49 +0200)]
- get missing translations from other solvables
- fix solvable_lookup_str_poollang bug
- add support for REPOKEY_TYPE_BINARY
- do not add provides when extending susetags solvables
- fix susetags language handling in demo application

14 years ago- also look at triggers when ordering packages
Michael Schroeder [Mon, 21 Sep 2009 14:11:20 +0000 (16:11 +0200)]
- also look at triggers when ordering packages

14 years ago- fix typo in changes
Michael Schroeder [Wed, 16 Sep 2009 16:55:46 +0000 (18:55 +0200)]
- fix typo in changes

14 years agoMerge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver
Michael Schroeder [Wed, 16 Sep 2009 15:53:32 +0000 (17:53 +0200)]
Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver

14 years ago- bring down memory usage by
Michael Schroeder [Wed, 16 Sep 2009 15:51:07 +0000 (17:51 +0200)]
- bring down memory usage by
  * reducing REPODATA_ATTRS_BLOCK from 63 to 31
  * freeing the string/rel hashes in tool_write
  * not creating an in-core prefix compressed string area

14 years ago- set default prio to 99
Michael Schroeder [Wed, 16 Sep 2009 10:31:52 +0000 (12:31 +0200)]
- set default prio to 99

14 years ago- make better
Michael Schroeder [Wed, 16 Sep 2009 10:26:54 +0000 (12:26 +0200)]
- make better

14 years ago- support '-r' option a bit
Michael Schroeder [Wed, 16 Sep 2009 10:19:06 +0000 (12:19 +0200)]
- support '-r' option a bit

14 years ago- add changes, bump version, fix comment
Michael Schroeder [Wed, 16 Sep 2009 08:57:51 +0000 (10:57 +0200)]
- add changes, bump version, fix comment

14 years ago- use repomdxml to query for the location (bnc#501425)
Michael Schroeder [Tue, 15 Sep 2009 14:57:28 +0000 (16:57 +0200)]
- use repomdxml to query for the location (bnc#501425)

14 years agoMerge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver
Michael Schroeder [Mon, 14 Sep 2009 14:34:39 +0000 (16:34 +0200)]
Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver

14 years ago- fix assertion failue... again
Michael Schroeder [Mon, 14 Sep 2009 14:33:36 +0000 (16:33 +0200)]
- fix assertion failue... again
- allow installed packages in infarch rule generation

14 years ago- fix fp leak [bnc#535468]
Michael Schroeder [Fri, 11 Sep 2009 09:50:39 +0000 (11:50 +0200)]
- fix fp leak [bnc#535468]

14 years ago- be more carful in pool_addfileprovides
Michael Schroeder [Thu, 10 Sep 2009 12:10:22 +0000 (14:10 +0200)]
- be more carful in pool_addfileprovides

14 years agoadd bnc prefix to bugs
Stephan Kulow [Mon, 7 Sep 2009 09:46:26 +0000 (11:46 +0200)]
add bnc prefix to bugs

14 years agoMerge branch 'master' of git://git.opensuse.org/projects/zypp/sat-solver
Stephan Kulow [Mon, 7 Sep 2009 09:46:10 +0000 (11:46 +0200)]
Merge branch 'master' of git://git.opensuse.org/projects/zypp/sat-solver

14 years ago- add changes, bump version, remove db.h workaround
Michael Schroeder [Fri, 4 Sep 2009 09:41:57 +0000 (11:41 +0200)]
- add changes, bump version, remove db.h workaround

14 years ago- fix multiversion handling for real
Michael Schroeder [Thu, 3 Sep 2009 13:41:25 +0000 (15:41 +0200)]
- fix multiversion handling for real

14 years ago- close fd leak [#527506]
Michael Schroeder [Wed, 2 Sep 2009 09:42:46 +0000 (11:42 +0200)]
- close fd leak [#527506]

14 years ago- fix speed regression in repo_susetags
Michael Schroeder [Tue, 1 Sep 2009 16:18:40 +0000 (18:18 +0200)]
- fix speed regression in repo_susetags

14 years ago- remove db4_5 again, it's no longer needed
Michael Schroeder [Mon, 31 Aug 2009 15:14:09 +0000 (17:14 +0200)]
- remove db4_5 again, it's no longer needed

14 years ago- add ugly workaround to make it use the right interface
Michael Schroeder [Mon, 31 Aug 2009 15:09:11 +0000 (17:09 +0200)]
- add ugly workaround to make it use the right interface
  (to be removed again ASAP)

14 years ago- map db functions to rpm versions
Michael Schroeder [Mon, 31 Aug 2009 14:46:57 +0000 (16:46 +0200)]
- map db functions to rpm versions

14 years ago- we currently need libdb-4_5-devel for building
Michael Schroeder [Mon, 31 Aug 2009 14:08:49 +0000 (16:08 +0200)]
- we currently need libdb-4_5-devel for building

14 years ago- add changelog entry
Michael Schroeder [Mon, 31 Aug 2009 11:57:51 +0000 (13:57 +0200)]
- add changelog entry

14 years agoMerge branch 'master' of git://git.opensuse.org/projects/zypp/sat-solver
Stephan Kulow [Mon, 31 Aug 2009 11:13:34 +0000 (13:13 +0200)]
Merge branch 'master' of git://git.opensuse.org/projects/zypp/sat-solver

Conflicts:
package/libsatsolver.spec.in

14 years agoMerge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver
Michael Schroeder [Mon, 31 Aug 2009 10:34:21 +0000 (12:34 +0200)]
Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver

14 years ago- adapt to build with rpm-4.7
Michael Schroeder [Mon, 31 Aug 2009 10:33:42 +0000 (12:33 +0200)]
- adapt to build with rpm-4.7

14 years agochanges 0.14.5
Michael Andres [Fri, 28 Aug 2009 09:08:37 +0000 (11:08 +0200)]
changes 0.14.5

14 years ago- add support for SOLVER_SOLVABLE_REPO, used by SOLVER_DISTUPGRADE
Michael Schroeder [Tue, 25 Aug 2009 12:17:09 +0000 (14:17 +0200)]
- add support for SOLVER_SOLVABLE_REPO, used by SOLVER_DISTUPGRADE
- fix vendorcheck in solvable_identical

14 years ago- fix memory leak
Michael Schroeder [Thu, 30 Jul 2009 12:41:23 +0000 (14:41 +0200)]
- fix memory leak
- add changes, bump version
- fix pubkey handling

14 years ago- speed up file list parsing a bit
Michael Schroeder [Wed, 29 Jul 2009 17:00:20 +0000 (19:00 +0200)]
- speed up file list parsing a bit

14 years ago- allow epoch-less evr limiting
Michael Schroeder [Wed, 29 Jul 2009 13:32:29 +0000 (15:32 +0200)]
- allow epoch-less evr limiting

14 years ago- rename CPE_ID macro
Michael Schroeder [Wed, 29 Jul 2009 13:16:21 +0000 (15:16 +0200)]
- rename CPE_ID macro

14 years ago- make addfileprovides faster
Michael Schroeder [Wed, 29 Jul 2009 10:16:13 +0000 (12:16 +0200)]
- make addfileprovides faster
- solv: rewrite repos with complete added file provides

14 years ago- support Fedora mirrorlists
Michael Schroeder [Tue, 28 Jul 2009 08:50:04 +0000 (10:50 +0200)]
- support Fedora mirrorlists