platform/upstream/libsolv.git
16 years ago- schubi convinced me to invert the flag, so that installed
Michael Schroeder [Wed, 23 Apr 2008 09:38:00 +0000 (09:38 +0000)]
- schubi convinced me to invert the flag, so that installed
  packages are added by default

16 years ago- add "showinstalledrecommended" option to make the solver
Michael Schroeder [Wed, 23 Apr 2008 09:13:14 +0000 (09:13 +0000)]
- add "showinstalledrecommended" option to make the solver
  put installed packages on the suggestions/recommendations
  queues

16 years ago- do not delete negative bitfield entries [bnc#381908]
Michael Schroeder [Tue, 22 Apr 2008 17:09:35 +0000 (17:09 +0000)]
- do not delete negative bitfield entries [bnc#381908]

16 years agoFix compile.
Michael Matz [Tue, 22 Apr 2008 13:38:58 +0000 (13:38 +0000)]
Fix compile.

16 years ago- move debug functions to solverdebug.c
Michael Schroeder [Tue, 22 Apr 2008 08:27:02 +0000 (08:27 +0000)]
- move debug functions to solverdebug.c

16 years ago- fix endless loop
Michael Schroeder [Mon, 21 Apr 2008 11:49:30 +0000 (11:49 +0000)]
- fix endless loop

16 years agodetect and skip empty lines (bnc#381828)
Klaus Kaempf [Mon, 21 Apr 2008 09:49:45 +0000 (09:49 +0000)]
detect and skip empty lines (bnc#381828)

16 years agochanges
Stephan Kulow [Sun, 20 Apr 2008 16:25:18 +0000 (16:25 +0000)]
changes

16 years agoinit to build
Stephan Kulow [Sun, 20 Apr 2008 15:29:01 +0000 (15:29 +0000)]
init to build

16 years agochangelog
Stephan Kulow [Sat, 19 Apr 2008 06:11:43 +0000 (06:11 +0000)]
changelog

16 years ago- add support for feature rules
Michael Schroeder [Fri, 18 Apr 2008 17:45:14 +0000 (17:45 +0000)]
- add support for feature rules
- fix a couple of small bugs

16 years agoC++-guard also solver.h
Michael Matz [Fri, 18 Apr 2008 15:52:01 +0000 (15:52 +0000)]
C++-guard also solver.h

16 years agoFix parsing dep lines of content files (bnc #380396).
Michael Matz [Thu, 17 Apr 2008 15:24:46 +0000 (15:24 +0000)]
Fix parsing dep lines of content files (bnc #380396).

16 years ago- fix probleminfo if solvable conflicts with itself and has no requires
Michael Schroeder [Wed, 16 Apr 2008 16:22:01 +0000 (16:22 +0000)]
- fix probleminfo if solvable conflicts with itself and has no requires

16 years agono one needs it
Stephan Kulow [Wed, 16 Apr 2008 15:49:28 +0000 (15:49 +0000)]
no one needs it

16 years agoautobuild
Stephan Kulow [Wed, 16 Apr 2008 15:44:55 +0000 (15:44 +0000)]
autobuild

16 years ago- fix segfault in solver (bnc#380406)
Michael Schroeder [Wed, 16 Apr 2008 14:26:58 +0000 (14:26 +0000)]
- fix segfault in solver (bnc#380406)

16 years ago- provide yet another interface to check if packages are trivial
Michael Schroeder [Wed, 16 Apr 2008 09:59:21 +0000 (09:59 +0000)]
- provide yet another interface to check if packages are trivial
  installable. The old functions are about to die.

16 years ago- catch self conflicts (configurable)
Michael Schroeder [Tue, 15 Apr 2008 17:11:26 +0000 (17:11 +0000)]
- catch self conflicts (configurable)

16 years agoautobuild
Stephan Kulow [Tue, 15 Apr 2008 07:06:58 +0000 (07:06 +0000)]
autobuild

16 years agoAdd REPOKEY_TYPE_COUNTED type (for arrays of structures).
Michael Matz [Mon, 14 Apr 2008 12:58:23 +0000 (12:58 +0000)]
Add REPOKEY_TYPE_COUNTED type (for arrays of structures).
We can add substructures now, but can't write or read them :)
Add version for the attributes to SOLV_VERSION_7 (not yet written).
Some cleanups.

16 years agoEULA is also a translatable text. Also compress translated versions of
Michael Matz [Mon, 14 Apr 2008 12:55:12 +0000 (12:55 +0000)]
EULA is also a translatable text.  Also compress translated versions of
compressible attributes.

16 years agoPreparation for structured types. The repodata_set_* functions now take
Michael Matz [Mon, 14 Apr 2008 09:19:01 +0000 (09:19 +0000)]
Preparation for structured types.  The repodata_set_* functions now take
a "handle" not an entry number.  Converting from the latter to the
former is done via repodata_get_handle.  This change required adjusting
all callers and in order to not miss any I changed all arguments from
"entry" to "handle".  That's why this is a big change.  It should be a
no-op, though (I tested this patch on top of some other changes, so
let's hope that was enough).

16 years ago- cleanup
Michael Schroeder [Fri, 11 Apr 2008 17:35:35 +0000 (17:35 +0000)]
- cleanup
- calculate recommends/suggests even if there are problems
- do not trash solver resolt when refining suggestions

16 years ago- change schubi debugging
Michael Schroeder [Fri, 11 Apr 2008 16:51:41 +0000 (16:51 +0000)]
- change schubi debugging
- add some comments to internal create_decisions_obsoletesmap()
  function.
  should really make it static, as all uses in applayer code are
  broken. I hope nobody uses the applayer.

16 years ago- add support for SOLVER_WEAKEN_SOLVABLE_DEPS, weakens requires of one
Michael Schroeder [Fri, 11 Apr 2008 13:47:17 +0000 (13:47 +0000)]
- add support for SOLVER_WEAKEN_SOLVABLE_DEPS, weakens requires of one
  solvable. Handle with care.

16 years ago- clean up code a bit
Michael Schroeder [Fri, 11 Apr 2008 11:09:18 +0000 (11:09 +0000)]
- clean up code a bit
- add generic SOLVER_INSTALL_SOLVABLE_ONE_OF job

16 years ago- oops
Michael Schroeder [Fri, 11 Apr 2008 10:43:37 +0000 (10:43 +0000)]
- oops

16 years ago- beautfy, rename & document
Michael Schroeder [Fri, 11 Apr 2008 10:07:01 +0000 (10:07 +0000)]
- beautfy, rename & document

16 years ago- allow no conflictsmap
Michael Schroeder [Fri, 11 Apr 2008 08:51:51 +0000 (08:51 +0000)]
- allow no conflictsmap

16 years ago- change DU interface to use installedmap, like the trivial functions
Michael Schroeder [Fri, 11 Apr 2008 08:50:10 +0000 (08:50 +0000)]
- change DU interface to use installedmap, like the trivial functions

16 years ago- change interface for solvable_trivial_installable. We now have
Michael Schroeder [Thu, 10 Apr 2008 18:05:31 +0000 (18:05 +0000)]
- change interface for solvable_trivial_installable. We now have
  solvable_trivial_installable_queue, solvable_trivial_installable_repo,
  and solvable_trivial_installable_map.
  The latter may take a second map with all the conflicts, it's very
  fast in that case. There is also a create_trivial_installable_maps
  function to create both maps.

16 years agofix evr/arch mixup
Klaus Kaempf [Thu, 10 Apr 2008 11:23:27 +0000 (11:23 +0000)]
fix evr/arch mixup

16 years agomake things more consistent: update:reference:url -> update:reference:href
Klaus Kaempf [Wed, 9 Apr 2008 15:52:05 +0000 (15:52 +0000)]
make things more consistent: update:reference:url -> update:reference:href

16 years agoconvert <references> and <collection> as multiple arrays within the
Klaus Kaempf [Wed, 9 Apr 2008 15:39:31 +0000 (15:39 +0000)]
convert <references> and <collection> as multiple arrays within the
.solv file, see knownid.h for the attribute names.

16 years ago- add support for parsing updateinfo.xml from repo2solv.sh so
Duncan Mac-Vicar P [Wed, 9 Apr 2008 15:28:25 +0000 (15:28 +0000)]
- add support for parsing updateinfo.xml from repo2solv.sh so
  I dont need any convertors :-)

16 years agodetailed IDs for update collection and reference
Klaus Kaempf [Wed, 9 Apr 2008 14:54:30 +0000 (14:54 +0000)]
detailed IDs for update collection and reference

16 years ago- bumping version since libzypp depends on Dataiterator.regex_err
Jan Kupec [Wed, 9 Apr 2008 14:12:04 +0000 (14:12 +0000)]
- bumping version since libzypp depends on Dataiterator.regex_err

16 years ago- enable regex matching in Dataiterator
Jan Kupec [Wed, 9 Apr 2008 14:09:26 +0000 (14:09 +0000)]
- enable regex matching in Dataiterator

16 years agoMake dataiterator_match available.
Michael Matz [Wed, 9 Apr 2008 09:03:34 +0000 (09:03 +0000)]
Make dataiterator_match available.

16 years agowrite UPDATE_COLLECTION
Klaus Kaempf [Tue, 8 Apr 2008 14:45:28 +0000 (14:45 +0000)]
write UPDATE_COLLECTION

16 years agodefine UPDATE_COLLECTION
Klaus Kaempf [Tue, 8 Apr 2008 13:31:51 +0000 (13:31 +0000)]
define UPDATE_COLLECTION

16 years agomore comments
Klaus Kaempf [Tue, 8 Apr 2008 13:31:25 +0000 (13:31 +0000)]
more comments

16 years agomore comments
Klaus Kaempf [Tue, 8 Apr 2008 13:31:11 +0000 (13:31 +0000)]
more comments

16 years agomake the difference between repodata_set_constant() (numeric constant) and
Klaus Kaempf [Tue, 8 Apr 2008 11:58:57 +0000 (11:58 +0000)]
make the difference between repodata_set_constant() (numeric constant) and
repodata_set_constantid() (Id constant) obvious in the prototype.

16 years agomake numeric attribute type consistent with repodata.h, its an
Klaus Kaempf [Tue, 8 Apr 2008 10:52:10 +0000 (10:52 +0000)]
make numeric attribute type consistent with repodata.h, its an
unsigned int.

16 years ago- fix prototype for repodata_set_num()
Klaus Kaempf [Tue, 8 Apr 2008 10:01:37 +0000 (10:01 +0000)]
- fix prototype for repodata_set_num()
- add comments to repodata.h

16 years agogenerate architecture dependencies for the patch->package 'conflicts'
Klaus Kaempf [Mon, 7 Apr 2008 16:33:04 +0000 (16:33 +0000)]
generate architecture dependencies for the patch->package 'conflicts'
relation.

16 years agouse 'repodata_set_void()' for boolean attributes
Klaus Kaempf [Mon, 7 Apr 2008 14:25:28 +0000 (14:25 +0000)]
use 'repodata_set_void()' for boolean attributes

16 years agodrop UPDATE_SEVERITY, use SOLVABLE_PATCHCATEGORY instead
Klaus Kaempf [Mon, 7 Apr 2008 14:19:33 +0000 (14:19 +0000)]
drop UPDATE_SEVERITY, use SOLVABLE_PATCHCATEGORY instead
drop UPDATE_TIMESTAMP, use SOLVABLE_BUILDTIME instead

16 years agoparse <package-manager/> to 'update:restart' attribute
Klaus Kaempf [Mon, 7 Apr 2008 14:11:23 +0000 (14:11 +0000)]
parse <package-manager/> to 'update:restart' attribute

16 years agoparse <reboot-needed/> to 'update:reboot' attribute
Klaus Kaempf [Mon, 7 Apr 2008 14:08:42 +0000 (14:08 +0000)]
parse <reboot-needed/> to 'update:reboot' attribute

16 years agomake patches 'noarch'
Klaus Kaempf [Mon, 7 Apr 2008 14:00:19 +0000 (14:00 +0000)]
make patches 'noarch'

16 years agosupport <restart_suggested>
Klaus Kaempf [Mon, 7 Apr 2008 13:39:44 +0000 (13:39 +0000)]
support <restart_suggested>

16 years agofix include
Klaus Kaempf [Mon, 7 Apr 2008 13:37:41 +0000 (13:37 +0000)]
fix include

16 years agoremove standard stuff
Stephan Kulow [Mon, 7 Apr 2008 08:26:10 +0000 (08:26 +0000)]
remove standard stuff

16 years ago- print also global solvable id
Jan Kupec [Sun, 6 Apr 2008 22:02:29 +0000 (22:02 +0000)]
- print also global solvable id

16 years agoalways package deptestomatic
Stephan Kulow [Sat, 5 Apr 2008 08:14:45 +0000 (08:14 +0000)]
always package deptestomatic

16 years agomore of these init variables
Stephan Kulow [Sat, 5 Apr 2008 08:08:01 +0000 (08:08 +0000)]
more of these init variables

16 years agotrying to fix compilation
Stephan Kulow [Sat, 5 Apr 2008 07:58:31 +0000 (07:58 +0000)]
trying to fix compilation

16 years agoI guess this was intended
Stephan Kulow [Sat, 5 Apr 2008 07:49:45 +0000 (07:49 +0000)]
I guess this was intended

16 years ago- fix bug
Michael Schroeder [Fri, 4 Apr 2008 20:37:25 +0000 (20:37 +0000)]
- fix bug

16 years ago- add solvable_trivial_installable
Michael Schroeder [Fri, 4 Apr 2008 20:35:12 +0000 (20:35 +0000)]
- add solvable_trivial_installable
  (probably not the final interface, as we should work with a solver result)

16 years ago- support REL_ARCH
Michael Schroeder [Fri, 4 Apr 2008 19:43:12 +0000 (19:43 +0000)]
- support REL_ARCH

16 years agonew ids for patches
Klaus Kaempf [Fri, 4 Apr 2008 14:02:25 +0000 (14:02 +0000)]
new ids for patches
- update:severity
- update:reboot
- update:restart
- update:timestamp

16 years agoParses updateinfo.xml now and creates .solv file like this:
Klaus Kaempf [Fri, 4 Apr 2008 14:01:37 +0000 (14:01 +0000)]
Parses updateinfo.xml now and creates .solv file like this:

  solvable 124:
  name: patch:FEDORA-2008-2070 1.4 <NULL>
  vendor: rel-eng@fedoraproject.org
  conflicts:
    dbus-debuginfo < 1.1.2-9.fc8
    dbus-x11 < 1.1.2-9.fc8
    dbus-devel < 1.1.2-9.fc8
    dbus-libs < 1.1.2-9.fc8
    dbus < 1.1.2-9.fc8
  update:severity: security
  solvable:summary: dbus-1.1.2-9.fc8
  update:timestamp: 2008-02-28 21:10:49
  solvable:description:
  update:reboot: True

16 years agogive me a tool to create package lists
Stephan Kulow [Fri, 4 Apr 2008 13:46:28 +0000 (13:46 +0000)]
give me a tool to create package lists

16 years ago- do unconflicting in a more elegant and not so damaging way
Michael Schroeder [Fri, 4 Apr 2008 12:49:04 +0000 (12:49 +0000)]
- do unconflicting in a more elegant and not so damaging way

16 years agobackup: doesn't crash anymore
Klaus Kaempf [Fri, 4 Apr 2008 11:39:40 +0000 (11:39 +0000)]
backup: doesn't crash anymore

16 years ago- fix core dump, sorry
Michael Schroeder [Fri, 4 Apr 2008 10:09:22 +0000 (10:09 +0000)]
- fix core dump, sorry

16 years agoadded attributes to the helix-format
Stefan Schubert [Fri, 4 Apr 2008 07:52:41 +0000 (07:52 +0000)]
added attributes to the helix-format

16 years agoSupport loading/dumping multiple repos, and some testcode for the new
Michael Matz [Thu, 3 Apr 2008 20:32:13 +0000 (20:32 +0000)]
Support loading/dumping multiple repos, and some testcode for the new
iterator functions.

16 years agoDataiterator can walk over multiple repos now (SEARCH_ALL_REPOS flag).
Michael Matz [Thu, 3 Apr 2008 20:10:27 +0000 (20:10 +0000)]
Dataiterator can walk over multiple repos now (SEARCH_ALL_REPOS flag).
Add some functions for skipping various entities while iterating, or
directly jumping to a solvable or repo.

16 years ago- fix memory leak
Michael Schroeder [Thu, 3 Apr 2008 18:25:13 +0000 (18:25 +0000)]
- fix memory leak
- add support to make every rule weak
- fix dontinstallrecommended flag
- add SOLVER_WEAK job modifier
- make recommended/suggest calculation ignore all weak rules
  (needs some more fixing)

16 years agoFix a segfault for existing but empty attribute lists.
Michael Matz [Thu, 3 Apr 2008 16:20:36 +0000 (16:20 +0000)]
Fix a segfault for existing but empty attribute lists.

16 years agoWorking but for now inactive code to support non-solvables (things which
Michael Matz [Tue, 1 Apr 2008 22:24:07 +0000 (22:24 +0000)]
Working but for now inactive code to support non-solvables (things which
have attributes, but are not solvables).  The usual functions interpret
negative entry numbers as those (positive ones are solvable IDs).  I'll
probably refine the code some more, hence it's work in progress.

susetags2repo: Parse also a "=Lan:" tag, which can be injected
externally when multiple language tag files are catted together.

16 years agolet's kusch
Stephan Kulow [Tue, 1 Apr 2008 21:04:43 +0000 (21:04 +0000)]
let's kusch

16 years agoadding changes
Stephan Kulow [Mon, 31 Mar 2008 14:25:41 +0000 (14:25 +0000)]
adding changes

16 years agoincrease it again
Stephan Kulow [Mon, 31 Mar 2008 14:22:23 +0000 (14:22 +0000)]
increase it again

16 years agomissing solvable_lookup_bool implementation
Michael Andres [Mon, 31 Mar 2008 12:31:23 +0000 (12:31 +0000)]
missing solvable_lookup_bool implementation

16 years agoLet's be more forgiving and fix compilation without removing the
Michael Matz [Fri, 28 Mar 2008 18:26:40 +0000 (18:26 +0000)]
Let's be more forgiving and fix compilation without removing the
backup.

16 years agoDoesn't build -> revert.
Michael Matz [Fri, 28 Mar 2008 18:00:31 +0000 (18:00 +0000)]
Doesn't build -> revert.

16 years agobackup
Duncan Mac-Vicar P [Fri, 28 Mar 2008 17:46:16 +0000 (17:46 +0000)]
backup

16 years ago- truly restart when analyze_unsolvable is hit (fixes #368209)
Michael Schroeder [Thu, 27 Mar 2008 16:58:23 +0000 (16:58 +0000)]
- truly restart when analyze_unsolvable is hit (fixes #368209)
- fix some indentation

16 years ago- make it work with really large directories
Michael Schroeder [Tue, 25 Mar 2008 11:25:43 +0000 (11:25 +0000)]
- make it work with really large directories

16 years agoadding changelog
Stephan Kulow [Mon, 24 Mar 2008 14:31:39 +0000 (14:31 +0000)]
adding changelog

16 years agosupport plaindir repos (at least some)
Stephan Kulow [Mon, 24 Mar 2008 13:25:11 +0000 (13:25 +0000)]
support plaindir repos (at least some)

16 years agoinstall
Stephan Kulow [Mon, 24 Mar 2008 13:18:34 +0000 (13:18 +0000)]
install

16 years ago- also set installtime, downloadsize and license
Michael Schroeder [Fri, 21 Mar 2008 16:14:06 +0000 (16:14 +0000)]
- also set installtime, downloadsize and license

16 years ago- add lookup_id function
Michael Schroeder [Thu, 20 Mar 2008 16:59:17 +0000 (16:59 +0000)]
- add lookup_id function

16 years ago- rename str_lang to str_poollang
Michael Schroeder [Thu, 20 Mar 2008 16:04:26 +0000 (16:04 +0000)]
- rename str_lang to str_poollang
- add str_lang lookup

16 years ago- prepend "pattern:" to Extends/Include
Michael Schroeder [Thu, 20 Mar 2008 16:03:46 +0000 (16:03 +0000)]
- prepend "pattern:" to Extends/Include

16 years ago- init checksum type to zero (just in case)
Michael Schroeder [Thu, 20 Mar 2008 14:57:21 +0000 (14:57 +0000)]
- init checksum type to zero (just in case)

16 years ago- add checksum lookup functions
Michael Schroeder [Thu, 20 Mar 2008 14:55:46 +0000 (14:55 +0000)]
- add checksum lookup functions

16 years ago- also dump sha256
Michael Schroeder [Thu, 20 Mar 2008 14:54:58 +0000 (14:54 +0000)]
- also dump sha256

16 years ago- clean up a bit
Michael Schroeder [Thu, 20 Mar 2008 13:53:19 +0000 (13:53 +0000)]
- clean up a bit

16 years ago- clean up a bit
Michael Schroeder [Thu, 20 Mar 2008 13:43:57 +0000 (13:43 +0000)]
- clean up a bit

16 years ago- add some more signature ids
Michael Schroeder [Thu, 20 Mar 2008 13:27:36 +0000 (13:27 +0000)]
- add some more signature ids

16 years ago- also support sha256
Michael Schroeder [Thu, 20 Mar 2008 11:44:04 +0000 (11:44 +0000)]
- also support sha256
- beautify a bit

16 years agoTrigger cruisecontrol.
Michael Matz [Thu, 20 Mar 2008 03:00:08 +0000 (03:00 +0000)]
Trigger cruisecontrol.