Hello community, here is the log from the commit of package libsolv for openSUSE:Factory checked in at Thu Oct 13 16:20:01 CEST 2011.
-------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsolv.spec ++++++ --- /var/tmp/diff_new_pack.2tuqsw/_old 2011-10-13 16:19:57.000000000 +0200 +++ /var/tmp/diff_new_pack.2tuqsw/_new 2011-10-13 16:19:57.000000000 +0200 @@ -1,3 +1,22 @@ +# +# spec file for package libsolv +# +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# 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: libsolv Version: 0.0.0 Release: 1 @@ -36,7 +55,7 @@ %else BuildRequires: expat-devel %endif -BuildRequires: cmake rpm-devel gcc-c++ +BuildRequires: cmake gcc-c++ rpm-devel BuildRequires: zlib-devel %if %{with perl_binding} @@ -63,7 +82,6 @@ Summary: A new approach to package dependency solving - %description A new approach to package dependency solving @@ -76,6 +94,7 @@ Duncan Mac-Vicar P. <[email protected]> %if !%{with disable_shared} + %package -n libsolv0 Summary: A new approach to package dependency solving Group: Development/Libraries/C and C++ @@ -92,9 +111,12 @@ Duncan Mac-Vicar P. <[email protected]> %endif + %package devel Summary: A new approach to package dependency solving Group: Development/Libraries/C and C++ +Obsoletes: libsatsolver-devel < 0.18 +Provides: libsatsolver-devel = 0.18 Requires: libsolv-tools = %version %if !%{with disable_shared} Requires: libsolv0 = %version @@ -115,8 +137,8 @@ %package tools Summary: A new approach to package dependency solving Group: Development/Libraries/C and C++ -Obsoletes: libsatsolver <= 0.0.15 -Provides: libsatsolver = %{version}-%{release} +Obsoletes: satsolver-tools < 0.18 +Provides: satsolver-tools = 0.18 Requires: gzip bzip2 coreutils %description tools @@ -204,6 +226,7 @@ rm -rf "$RPM_BUILD_ROOT" %if !%{with disable_shared} + %post -n libsolv0 -p /sbin/ldconfig %postun -n libsolv0 -p /sbin/ldconfig @@ -240,18 +263,21 @@ %{_bindir}/solv %if %{with perl_binding} + %files -n perl-solv %defattr(-,root,root) %{perl_vendorarch}/* %endif %if %{with ruby_binding} + %files -n ruby-solv %defattr(-,root,root) %{ruby_vendorarch}/* %endif %if %{with python_binding} + %files -n python-solv %defattr(-,root,root) %{python_sitearch}/* ++++++ libsolv-0.0.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsolv-0.0.0/package/libsolv.spec.in new/libsolv-0.0.0/package/libsolv.spec.in --- old/libsolv-0.0.0/package/libsolv.spec.in 2011-10-10 14:56:48.000000000 +0200 +++ new/libsolv-0.0.0/package/libsolv.spec.in 2011-10-13 10:43:37.000000000 +0200 @@ -95,6 +95,8 @@ %package devel Summary: A new approach to package dependency solving Group: Development/Libraries/C and C++ +Obsoletes: libsatsolver-devel < 0.18 +Provides: libsatsolver-devel = 0.18 Requires: libsolv-tools = %version %if !%{with disable_shared} Requires: libsolv@LIBSOLV_SOVERSION@ = %version @@ -115,8 +117,8 @@ %package tools Summary: A new approach to package dependency solving Group: Development/Libraries/C and C++ -Obsoletes: libsatsolver <= 0.0.15 -Provides: libsatsolver = %{version}-%{release} +Obsoletes: satsolver-tools < 0.18 +Provides: satsolver-tools = 0.18 Requires: gzip bzip2 coreutils %description tools continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
