Hello community, here is the log from the commit of package libsolv for openSUSE:Factory checked in at 2012-02-08 16:05:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsolv (Old) and /work/SRC/openSUSE:Factory/.libsolv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsolv", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libsolv/libsolv.changes 2011-10-24 15:36:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libsolv.new/libsolv.changes 2012-02-08 16:05:32.000000000 +0100 @@ -1,0 +2,20 @@ +Tue Feb 7 16:33:10 CET 2012 - [email protected] + +- add findutils to the requires of libsolv-tools [bnc#743634] + +------------------------------------------------------------------- +Wed Feb 1 14:06:59 CET 2012 - [email protected] + +- add cleandeps support for install/update +- check for cleandeps mistakes (untested) + +------------------------------------------------------------------- +Fri Jan 27 14:10:34 CET 2012 - [email protected] + +- make repo type code selection modular +- add more solvable_ functions +- add dependency getter/setter code to bindings +- cleanup dup handling +- hide more internals + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsolv.spec ++++++ --- /var/tmp/diff_new_pack.Xjou2C/_old 2012-02-08 16:05:33.000000000 +0100 +++ /var/tmp/diff_new_pack.Xjou2C/_new 2012-02-08 16:05:33.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libsolv # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -17,12 +17,10 @@ Name: libsolv Version: 0.0.0 -Release: 1 -License: BSD 3-Clause +Release: 0 Url: git://gitorious.org/opensuse/libsolv.git Source: libsolv-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Group: Development/Libraries/C and C++ %bcond_without enable_static %bcond_without disable_shared @@ -52,7 +50,9 @@ %else BuildRequires: expat-devel %endif -BuildRequires: cmake rpm-devel gcc-c++ +BuildRequires: cmake +BuildRequires: gcc-c++ +BuildRequires: rpm-devel BuildRequires: zlib-devel %if %{with perl_binding} @@ -68,7 +68,8 @@ %else %global ruby_vendorarch %(ruby -rrbconfig -e 'puts Config::CONFIG["vendorarchdir"]') %endif -BuildRequires: ruby ruby-devel +BuildRequires: ruby +BuildRequires: ruby-devel BuildRequires: swig %endif %if %{with python_binding} @@ -78,7 +79,8 @@ %endif Summary: A new approach to package dependency solving - +License: BSD-3-Clause +Group: Development/Libraries/C and C++ %description A new approach to package dependency solving @@ -109,7 +111,7 @@ Group: Development/Libraries/C and C++ Obsoletes: satsolver-tools < 0.18 Provides: satsolver-tools = 0.18 -Requires: gzip bzip2 coreutils +Requires: gzip bzip2 coreutils findutils %description tools A new approach to package dependency solving. @@ -169,7 +171,7 @@ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DLIB=%{_lib} \ -DCMAKE_VERBOSE_MAKEFILE=TRUE \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ %{?with_enable_static:-DENABLE_STATIC=1} \ %{?with_disable_shared:-DDISABLE_SHARED=1} \ %{?with_perl_binding:-DENABLE_PERL=1} \ ++++++ libsolv-0.0.0.tar.bz2 ++++++ ++++ 9477 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
