Hello community,

here is the log from the commit of package satsolver-bindings for 
openSUSE:Factory
checked in at Thu Oct 13 00:01:26 CEST 2011.



--------
--- openSUSE:Factory/satsolver-bindings/satsolver-bindings.changes      
2011-09-23 12:45:19.000000000 +0200
+++ /mounts/work_src_done/STABLE/satsolver-bindings/satsolver-bindings.changes  
2011-09-19 13:50:04.000000000 +0200
@@ -1,0 +2,26 @@
+Mon Sep 19 10:23:05 UTC 2011 - [email protected]
+
+- Expose version of libsatsolver as Satsolver::LIBRARY_VERSION
+  and version of bindings as Satsolver::BINDINGS_VERSION
+- Add Repo::write in Ruby (for libsatsolver 0.17.2 and later)
+- 0.44.3
+
+-------------------------------------------------------------------
+Mon Aug  8 17:29:41 UTC 2011 - [email protected]
+
+- expose internal string id to enable fast-path of api
+- 0.44.2
+
+-------------------------------------------------------------------
+Thu Aug  4 13:42:17 UTC 2011 - [email protected]
+
+- add Solvable.epoch, Solvable.version and Solvable.release
+- 0.44.1
+
+-------------------------------------------------------------------
+Thu Aug  4 08:13:34 UTC 2011 - [email protected]
+
+- add Repo#write to write a repo to a solv file
+- 0.44.0
+
+-------------------------------------------------------------------
@@ -6,0 +33,7 @@
+Wed Apr 20 14:17:22 UTC 2011 - [email protected]
+
+- 0.43.0
+  Python improvements, more tests, proper typemaps for Problems,
+  Solutions, Ruleinfo, etc.
+
+-------------------------------------------------------------------
@@ -9,0 +43,5 @@
+  
+-------------------------------------------------------------------
+Mon Feb 14 11:50:06 UTC 2011 - [email protected]
+
+- Improve building with older versions of libsatsolver.

calling whatdependson for head-i586


Old:
----
  avoidwerror.diff
  satsolver-bindings-0.42.0.tar.bz2

New:
----
  satsolver-bindings-0.44.3.tar.bz2

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

Other differences:
------------------
++++++ satsolver-bindings.spec ++++++
--- /var/tmp/diff_new_pack.wjUHHw/_old  2011-10-13 00:01:21.000000000 +0200
+++ /var/tmp/diff_new_pack.wjUHHw/_new  2011-10-13 00:01:21.000000000 +0200
@@ -15,15 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
+%define run_testsuite 1
 
 Name:           satsolver-bindings
-Version:        0.42.0
-Release:        5
+Version:        0.44.3
+Release:        1
 License:        BSD3c
-Url:            git://gitorious.org/opensuse/sat-solver-bindings.git
+Url:            http://github.com/openSUSE/sat-solver-bindings
 Source:         satsolver-bindings-%{version}.tar.bz2
-Patch0:         avoidwerror.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Group:          Development/Libraries/C and C++
 Summary:        Placeholder for subpackages of satsolver-bindings
@@ -35,7 +34,7 @@
 BuildRequires:  libneon0.26-devel
 %endif
 %if 0%{?fedora_version}
-BuildRequires:  db4-devel perl-devel
+BuildRequires:  perl-devel db4-devel
 %endif
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
 BuildRequires:  ruby
@@ -58,7 +57,7 @@
 %else
 BuildRequires:  expat-devel
 %endif
-BuildRequires:  cmake gcc-c++ perl python-devel rpm-devel ruby-devel swig
+BuildRequires:  cmake rpm-devel gcc-c++ ruby-devel swig perl python-devel
 BuildRequires:  zlib-devel
 # the testsuite uses the check framework
 BuildRequires:  check-devel
@@ -79,7 +78,6 @@
 License:        BSD3c
 Summary:        Sat-solver application layer
 Group:          Development/Libraries/C and C++
-
 %description -n libsatsolverapp0
 An application layer to make using satsolver easier for developers.
 
@@ -159,7 +157,6 @@
 
 %prep
 %setup -n %{name}-%{version}
-%patch0 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -170,38 +167,38 @@
 CMAKE_FLAGS="-DFEDORA=1"
 %endif
 
-# Hack for openSUSE 11.1, satsolver has different ruleinfo there
+# Hack for distributions not defining SATSOLVER_VERSION
 %if 0%{?suse_version} == 1110 && 0%{?sles_version} == 0
 CMAKE_FLAGS="-DSATSOLVER_VERSION=1110"
 %endif
 
+rm -rf build
+mkdir build
+cd build
 cmake   $CMAKE_FLAGS \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -DPYTHON_SITEDIR=%{py_sitedir} \
        -DLIB=%{_lib} \
        -DCMAKE_VERBOSE_MAKEFILE=TRUE \
        -DCMAKE_BUILD_TYPE=Release \
-       -DCMAKE_SKIP_RPATH=1 
+       -DCMAKE_SKIP_RPATH=1 \
+       ..
 make %{?jobs:-j %jobs}
 # make doc_forced
 
 %if 0%{?run_testsuite}
-  ln -s . build
-  ctest .
+CTEST_OUTPUT_ON_FAILURE=1 make test
 %endif
 
 %install
+cd build
 make DESTDIR=$RPM_BUILD_ROOT install
 # we want to leave the .a file untouched
 export NO_BRP_STRIP_DEBUG=true
-#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
+%fdupes -s build/bindings/ruby/html
 %endif
+cd ..
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
@@ -249,7 +246,7 @@
 %endif
 # rdoc-swig doesn't work with Ruby 1.8.1 on RHEL4
 %if 0%{?rhel_version} == 0 || 0%{?rhel_version} >= 500
-%doc bindings/ruby/html
+%doc build/bindings/ruby/html
 %endif
 
 %files -n python-satsolver

++++++ satsolver-bindings-0.42.0.tar.bz2 -> satsolver-bindings-0.44.3.tar.bz2 
++++++
openSUSE:Factory/satsolver-bindings/satsolver-bindings-0.42.0.tar.bz2 
/mounts/work_src_done/STABLE/satsolver-bindings/satsolver-bindings-0.44.3.tar.bz2
 differ: char 11, line 1

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to