Mailinglist Archive: opensuse-commit (857 mails)

< Previous Next >
commit libsatsolver
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 12 Nov 2007 18:42:41 +0100
  • Message-id: <20071112174241.3B88D678338@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package libsatsolver
checked in at Mon Nov 12 18:42:40 CET 2007.

--------
--- libsatsolver/libsatsolver.changes 2007-11-08 13:14:33.000000000 +0100
+++ /mounts/work_src_done/STABLE/libsatsolver/libsatsolver.changes
2007-11-12 13:45:29.942554000 +0100
@@ -1,0 +2,7 @@
+Mon Nov 12 13:44:52 CET 2007 - coolo@xxxxxxx
+
+- update to the latest version from SVN
+ - compilation fixes
+ - policy engine
+
+-------------------------------------------------------------------

Old:
----
satsolver-0.0.2.tar.bz2

New:
----
satsolver-0.0.3.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libsatsolver.spec ++++++
--- /var/tmp/diff_new_pack.c25803/_old 2007-11-12 18:42:22.000000000 +0100
+++ /var/tmp/diff_new_pack.c25803/_new 2007-11-12 18:42:22.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package libsatsolver (Version 0.0.2)
+# spec file for package libsatsolver (Version 0.0.3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -10,14 +10,14 @@


Name: libsatsolver
-Version: 0.0.2
+Version: 0.0.3
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++
-BuildRequires: cmake db43-devel libexpat-devel ruby-devel swig
+BuildRequires: cmake db43-devel gcc-c++ libexpat-devel ruby-devel swig
Summary: A new approach to package dependency solving

%description
@@ -45,13 +45,13 @@
%setup -n satsolver-%{version}

%build
-cmake -DCMAKE_INSTALL_PREFIX=%_prefix -DLIB_INSTALL_DIR=%_libdir .
+cmake -DCMAKE_INSTALL_PREFIX=%_prefix -DLIB_INSTALL_DIR=%_libdir -DLIB=%{_lib}
.
make

%install
make DESTDIR=%{buildroot} install
# removing ruby bindings for now - too lazy to do a package split
-rm -rf $RPM_BUILD_ROOT/usr/lib/ruby
+rm -rf $RPM_BUILD_ROOT/usr/lib*/ruby
#rm -f %{buildroot}%{_libdir}/libsatsolver.la
#%post -p /sbin/ldconfig
#%postun -p /sbin/ldconfig
@@ -66,13 +66,17 @@

%files devel
%defattr(-,root,root)
-%{_libdir}/libsatsolver.a
+%_libdir/libsatsolver.a
%doc doc/README*
%doc doc/THEORY
%doc doc/PLANNING
%dir /usr/include/satsolver
/usr/include/satsolver/*
%changelog
+* Mon Nov 12 2007 - coolo@xxxxxxx
+- update to the latest version from SVN
+ - compilation fixes
+ - policy engine
* Thu Nov 08 2007 - coolo@xxxxxxx
- update to the latest version from SVN
* Tue Oct 02 2007 - kkaempf@xxxxxxx

++++++ satsolver-0.0.2.tar.bz2 -> satsolver-0.0.3.tar.bz2 ++++++
++++ 3325 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread