Hello community, here is the log from the commit of package libsatsolver checked in at Thu Aug 14 03:15:25 CEST 2008. -------- --- libsatsolver/libsatsolver.changes 2008-07-29 11:59:51.000000000 +0200 +++ libsatsolver/libsatsolver.changes 2008-08-14 03:13:40.103641000 +0200 @@ -1,0 +2,36 @@ +Wed Aug 13 15:42:36 CEST 2008 - dmacvicar@suse.de + +- include new file search capability commited by matz + (SEARCH_FILES) +- 0.10.4 + +------------------------------------------------------------------- +Wed Aug 13 10:31:01 CEST 2008 - kkaempf@suse.de + +- Honor rpmdb2solv's '-r <root>' also for the products.d path. + +------------------------------------------------------------------- +Tue Aug 12 14:22:29 CEST 2008 - kkaempf@suse.de + +- Add .prod parsing for 'installed' products to rpmdb2solv. +- Improve python-bindings, add iterators. + +------------------------------------------------------------------- +Thu Aug 7 22:00:55 CEST 2008 - dmacvicar@suse.de + +- implement relogin suggested support (fate#304889) + +------------------------------------------------------------------- +Thu Aug 7 13:36:59 CEST 2008 - ma@suse.de + +- Susetags: Allow whitespace in file provides generated by + autobuild (bnc#415115) + +------------------------------------------------------------------- +Fri Aug 1 18:59:22 CEST 2008 - dmacvicar@suse.de + +- insert the checksum in rpmmd generated solv files + (bnc#414002) +- 0.10.3 + +------------------------------------------------------------------- Old: ---- satsolver-0.10.2.tar.bz2 New: ---- satsolver-0.10.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsatsolver.spec ++++++ --- /var/tmp/diff_new_pack.R14253/_old 2008-08-14 03:14:27.000000000 +0200 +++ /var/tmp/diff_new_pack.R14253/_new 2008-08-14 03:14:27.000000000 +0200 @@ -1,23 +1,31 @@ # -# spec file for package libsatsolver (Version 0.10.2) +# spec file for package libsatsolver (Version 0.10.4) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: libsatsolver -Version: 0.10.2 +Version: 0.10.4 Release: 1 License: BSD 3-Clause Url: http://svn.opensuse.org/svn/zypp/trunk/sat-solver Source: satsolver-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: Development/Libraries/C and C++ +Prefix: /usr %if 0%{?mandriva_version} # force this version on mandriva BuildRequires: libneon0.26-devel @@ -95,6 +103,7 @@ %package -n python-satsolver License: BSD 3-Clause +%py_requires Summary: Python bindings for satsolver Group: Development/Libraries/C and C++ @@ -110,7 +119,7 @@ %package -n perl-satsolver License: BSD 3-Clause -Requires: perl-base = 5.10.0 +Requires: perl = %{perl_version} Summary: A new approach to package dependency solving Group: Development/Libraries/C and C++ @@ -131,6 +140,7 @@ export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$CFLAGS" cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -DPYTHON_SITEDIR=%{py_sitedir} \ -DLIB=%{_lib} \ -DCMAKE_VERBOSE_MAKEFILE=TRUE \ -DCMAKE_BUILD_TYPE=Release \ @@ -176,8 +186,8 @@ %files -n python-satsolver %defattr(-,root,root,-) #%doc swig/python/examples/*.py -%{_libdir}/python2.5/site-packages/_satsolver.so -%{_libdir}/python2.5/site-packages/satsolver.py +%{py_sitedir}/_satsolver.so +%{py_sitedir}/satsolver.py %files -n perl-satsolver %defattr(-,root,root,-) @@ -185,6 +195,24 @@ %{perl_vendorlib}/satsolver.pm %changelog +* Wed Aug 13 2008 dmacvicar@suse.de +- include new file search capability commited by matz + (SEARCH_FILES) +- 0.10.4 +* Wed Aug 13 2008 kkaempf@suse.de +- Honor rpmdb2solv's '-r <root>' also for the products.d path. +* Tue Aug 12 2008 kkaempf@suse.de +- Add .prod parsing for 'installed' products to rpmdb2solv. +- Improve python-bindings, add iterators. +* Fri Aug 08 2008 dmacvicar@suse.de +- implement relogin suggested support (fate#304889) +* Thu Aug 07 2008 ma@suse.de +- Susetags: Allow whitespace in file provides generated by + autobuild (bnc#415115) +* Fri Aug 01 2008 dmacvicar@suse.de +- insert the checksum in rpmmd generated solv files + (bnc#414002) +- 0.10.3 * Tue Jul 29 2008 mls@suse.de - resolve job rules before installing system packages [bnc#411086] - no more freshens. R.I.P. ++++++ satsolver-0.10.2.tar.bz2 -> satsolver-0.10.4.tar.bz2 ++++++ libsatsolver/satsolver-0.10.2.tar.bz2 libsatsolver/satsolver-0.10.4.tar.bz2 differ: byte 11, line 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org