| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libsatsolver-demo | Distribution: openSUSE 11.4 |
| Version: 0.16.1 | Vendor: openSUSE |
| Release: 4.7.1 | Build date: Sun Feb 27 13:07:28 2011 |
| Group: System/Management | Build host: build23 |
| Size: 537680 | Source RPM: libsatsolver-0.16.1-4.7.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: git://git.opensuse.org/projects/zypp/sat-solver.git | |
| Summary: Applications demoing the satsolver library | |
Applications demoing the satsolver library.
BSD3c
* Thu Feb 24 2011 mls@suse.de
- ignore to be dropped orhaned packages when calculating
candidates for recommends/supplements installation
* Fri Oct 22 2010 ma@suse.de
- updateinfoxml: Correctly parse 'issued date' field.
- 0.16.1
* Thu Sep 09 2010 mls@suse.de
- bump version to 0.16 to make it different from code11_3 branch
- 0.16.0
* Mon Sep 06 2010 dmacvicar@novell.com
- ruby bindings: fix bugs regarding include path loading
(was hardcoded) and refactor the way the library path is defined
(only once in a helper)
* Mon Sep 06 2010 dmacvicar@novell.com
- SLE10SP3 also has vendor_ruby
* Wed Aug 18 2010 kkaempf@novell.com
- refactor ruby-satsolver, pure-Ruby extensions added
- 0.15.1
* Thu May 06 2010 mls@suse.de
- fix bug in cleandeps code
- bump version to 0.15 to make it different from code11_2 branch
- 0.15.0
* Tue Mar 23 2010 ma@suse.de
- Parse an installed products <shortsummary> tag [bnc#586303]
* Mon Mar 22 2010 mls@suse.de
- dataiterator: reset parent when jumping to a solvid [bnc#589640]
- 0.14.17
* Thu Mar 11 2010 ma@suse.de
- parse global repository ids. [bnc#377568]
- fix pattern parsing in repomd format. [bnc#585000]
- 0.14.16
* Thu Mar 11 2010 mls@suse.de
- fix language code lookup for fallback languages [bnc#584644]
- change solvable_lookup_str_lang interface a bit for libzypp
* Fri Feb 19 2010 mls@suse.de
- make dup rules work when system repo is not first [bnc#581276]
- parse pattern visibility flag in repomd format
- 0.14.15
* Fri Jan 29 2010 mls@suse.de
- speed up createwhatprovides when many solvables provide the same dep
- fix choice rule creation for real (bnc#551637)
- 0.14.14
* Mon Jan 18 2010 mls@suse.de
- set repository:toolversion to 1.0 in common_write
- 0.14.13
* Mon Dec 21 2009 mls@suse.de
- disable update rule in noobsoletes case if installed package is to
be kept [bnc#564239]
- work around rpm bug when --prefix is used [bnc#565525]
- add support for sparc architecture [bnc#566291]
- 0.14.12
* Mon Dec 07 2009 ma@suse.de
- Support optionally compressed product(s).xml in rpmmd metadata.
- 0.14.11
* Mon Nov 02 2009 mls@suse.de
- look at infarch/dup rules when creating choice rules, makes dup
also install 32bit packages [bnc#551637]
- 0.14.10
* Wed Oct 14 2009 mls@suse.de
- ignore products element so that repo2solv works
- support MULTI_SEMANTICS
- add --withsrc option for installcheck
- add SOLVER_DROP_ORPHANED job type
- fix dropped package handling in removedisabledconflicts
- 0.14.9
* Thu Sep 24 2009 mls@suse.de
- fix bug in solvable_lookup_str_base
* Wed Sep 23 2009 mls@suse.de
- get missing translations from other solvables [bnc#386449]
- also look at triggers when ordering packages
- add support for REPOKEY_TYPE_BINARY
- 0.14.8
* Wed Sep 16 2009 mls@suse.de
- use repomdxml to query for the location [bnc#501425]
- fix assertion failue... again
- fix fp leak [bnc#535468]
- 0.14.7
* Fri Sep 04 2009 mls@suse.de
- fix multiversion handling for real
- fix speed regression in repo_susetags
- close fd leak [bnc#527506]
- remove db.h workaround
- 0.14.6
* Mon Aug 31 2009 mls@suse.de
- fix to build with rpm-4.7
* Fri Aug 28 2009 ma@suse.de
- add support for SOLVER_SOLVABLE_REPO
- 0.14.5
* Thu Jul 30 2009 mls@suse.de
- speed up file list parsing
- speed up addfileprovides
- fix bugs in pubkey handling
- fix bug in filelist handling when there are no abs paths
- 0.14.4
* Fri Jul 17 2009 mls@suse.de
- add satversion.h header file
- many changes regarding the load callback
- more dataiterator control functions
- add transaction ordering code
- add support for file conflict checking
- 0.14.3
* Mon Jun 22 2009 mls@suse.de
- create libsatsolverext.a
- 0.14.2
* Wed May 06 2009 ma@suse.de
- Fix to support sha256 hashes (bnc#501425)
* Wed Apr 01 2009 kkaempf@suse.de
- 0.14.1
Core changes
- fix potential NULL deref in srcrpm handling (mls)
- clean up and fix suggested/recommended list creation code (mls)
- kill obsolete and broken patchxml support (mls)
- replace old solver_problemruleinfo with new solver_ruleinfo
function (mls)
- add solvable_selfprovidedep() function (mls)
- add noinfarchcheck solver option (mls)
- clone job queue to make the code more flexible (mls)
- rewrite policy rule disabling/re-enabling (bnc#481836) (mls)
- fix out-of-bounds in solver_printproblem() (mls)
Bindings changes
- provide 'Repo.attr(String)' accessor function (kkaempf)
- provide 'Solver.sizechange' to compute the changes of the
installed size after a transaction is applied (kkaempf)
- solver result iterators for Python (jblunck)
- add %newobject to track newly created objects better (kkaempf)
- generate rdoc documentation from swig input files (kkaempf)
- add a no-op Pool destructor (bnc#483252) (kkaempf)
- provide access to all flags and settings (kkaempf)
* Wed Mar 04 2009 mls@suse.de
- fix problem_to_solutions segfault
- bump version to 0.14 to make it different from code11 branch
- 0.14.0
* Mon Mar 02 2009 mls@suse.de
- add solver_trivial_installable() to fix multiversion patches [bnc#480303]
- 0.13.5
/usr/bin/solv
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 11:49:16 2013