Mailinglist Archive: opensuse-commit (783 mails)
| < Previous | Next > |
commit libsatsolver for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 01 Apr 2009 17:20:43 +0200
- Message-id: <20090401152043.BA404678178@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libsatsolver for openSUSE:Factory
checked in at Wed Apr 1 17:20:43 CEST 2009.
--------
--- libsatsolver/libsatsolver.changes 2009-03-04 15:23:57.000000000 +0100
+++ libsatsolver/libsatsolver.changes 2009-04-01 10:49:50.071179000 +0200
@@ -1,0 +2,25 @@
+Wed Apr 1 10:32:43 CEST 2009 - kkaempf@xxxxxxx
+
+- 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)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
satsolver-0.14.0.tar.bz2
New:
----
satsolver-0.14.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libsatsolver.spec ++++++
--- /var/tmp/diff_new_pack.Y13508/_old 2009-04-01 17:17:46.000000000 +0200
+++ /var/tmp/diff_new_pack.Y13508/_new 2009-04-01 17:17:46.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package libsatsolver (Version 0.14.0)
+# spec file for package libsatsolver (Version 0.14.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -18,7 +18,7 @@
Name: libsatsolver
-Version: 0.14.0
+Version: 0.14.1
Release: 1
License: BSD 3-Clause
Url: http://svn.opensuse.org/svn/zypp/trunk/sat-solver
@@ -43,6 +43,9 @@
%if 0%{?suse_version} < 1100
BuildRequires: graphviz
%endif
+%if 0%{?suse_version} > 1020
+BuildRequires: fdupes
+%endif
%else
BuildRequires: expat-devel
%endif
@@ -179,6 +182,11 @@
#pushd doc/autodoc
#make install
#popd
+%if 0%{?suse_version} > 1020
+# create symlinks for documentation
+#%fdupes -s %{buildroot}%{_docdir}/ruby-satsolver
+%fdupes -s bindings/ruby/html
+%endif
%clean
rm -rf "$RPM_BUILD_ROOT"
@@ -214,8 +222,9 @@
%endif
%endif
%if 0%{?mandriva_version}
-%{ruby_sitearchdir}/satsolverx.so
+%{ruby_sitearchdir}/satsolver.so
%endif
+%doc bindings/ruby/html
%files -n python-satsolver
%defattr(-,root,root,-)
@@ -229,6 +238,28 @@
%{perl_vendorlib}/satsolver.pm
%changelog
+* Wed Apr 01 2009 kkaempf@xxxxxxx
+- 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@xxxxxxx
- fix problem_to_solutions segfault
- bump version to 0.14 to make it different from code11 branch
@@ -301,7 +332,7 @@
- support the new standarized tags available in
createrepo > 0.9.6
saving of the distro tag still missing.
-* Wed Oct 15 2008 mls@xxxxxxx
+* Thu Oct 16 2008 mls@xxxxxxx
- make iterator work with completely empty repos [bnc#435838]
* Tue Oct 14 2008 mls@xxxxxxx
- the big solv data change
++++++ satsolver-0.14.0.tar.bz2 -> satsolver-0.14.1.tar.bz2 ++++++
libsatsolver/satsolver-0.14.0.tar.bz2 libsatsolver/satsolver-0.14.1.tar.bz2
differ: byte 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |