Hello community,

here is the log from the commit of package libsatsolver for openSUSE:Factory
checked in at Wed Mar 23 16:02:48 CET 2011.



--------
--- libsatsolver/libsatsolver.changes   2011-02-24 17:45:23.000000000 +0100
+++ /mounts/work_src_done/STABLE/libsatsolver/libsatsolver.changes      
2011-03-02 12:34:46.000000000 +0100
@@ -7,0 +8,12 @@
+Wed Feb  2 09:24:42 UTC 2011 - kkae...@novell.com
+
+- Split off 'applayer' and 'bindings' as a separate package
+  to make the bindings more independant of libsatsolver
+- 0.16.4
+
+-------------------------------------------------------------------
+Tue Jan 25 09:52:48 CET 2011 - m...@suse.de
+
+- Apply patch introducing armv7nhl:armv7h
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  ignoreorphaned.diff
  satsolver-0.16.1.tar.bz2

New:
----
  satsolver-0.16.4.tar.bz2

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

Other differences:
------------------
++++++ libsatsolver.spec ++++++
--- /var/tmp/diff_new_pack.614Ki8/_old  2011-03-23 16:01:34.000000000 +0100
+++ /var/tmp/diff_new_pack.614Ki8/_new  2011-03-23 16:01:34.000000000 +0100
@@ -16,18 +16,13 @@
 #
 
 
-%if 0%{?fedora_version}
-%{!?ruby_sitelib: %global ruby_sitelib %(ruby -rrbconfig -e 'puts 
Config::CONFIG["sitelibdir"] ')}
-%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts 
Config::CONFIG["sitearchdir"] ')}
-%endif
 
 Name:           libsatsolver
-Version:        0.16.1
-Release:        6
+Version:        0.16.4
+Release:        1
 License:        BSD3c
-Url:            git://git.opensuse.org/projects/zypp/sat-solver.git
+Url:            git://gitorious.org/opensuse/sat-solver.git
 Source:         satsolver-%{version}.tar.bz2
-Patch:          ignoreorphaned.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Group:          Development/Libraries/C and C++
 Prefix:         /usr
@@ -38,7 +33,7 @@
 BuildRequires:  libneon0.26-devel
 %endif
 %if 0%{?fedora_version}
-BuildRequires:  db4-devel perl-devel ruby ruby-rdoc
+BuildRequires:  db4-devel ruby ruby-rdoc
 %endif
 %if 0%{?suse_version}
 %if 0%{?suse_version} < 1030
@@ -55,19 +50,12 @@
 %else
 BuildRequires:  expat-devel
 %endif
-BuildRequires:  cmake gcc-c++ perl python-devel rpm-devel ruby-devel swig
+BuildRequires:  cmake gcc-c++ rpm-devel
 BuildRequires:  zlib-devel
 # the testsuite uses the check framework
 BuildRequires:  check-devel
 Summary:        A new approach to package dependency solving
 
-#define some macros missing on fedora
-%if 0%{?fedora_version}
-%{!?py_sitedir: %define py_sitedir %(%__python -c "from distutils.sysconfig 
import get_python_lib; print get_python_lib(1)")}
-%{!?py_requires: %define py_requires Requires: python}
-%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts 
Config::CONFIG["sitearchdir"] ')}
-%endif
-
 %description
 A new approach to package dependency solving
 
@@ -131,36 +119,8 @@
 %description demo
 Applications demoing the satsolver library.
 
-%package -n ruby-satsolver
-License:        BSD3c
-Summary:        Ruby bindings for sat solver
-Group:          Development/Languages/Ruby
-
-%description -n ruby-satsolver
-Ruby bindings for sat solver.
-
-%package -n python-satsolver
-License:        BSD3c
-%py_requires
-Summary:        Python bindings for sat solver
-Group:          Development/Languages/Python
-
-%description -n python-satsolver
-Python bindings for sat solver.
-
-%package -n perl-satsolver
-License:        BSD3c
-Requires:       perl = %{perl_version}
-Summary:        Perl bindings for sat solver
-Group:          Development/Languages/Perl
-
-%description -n perl-satsolver
-Perl bindings for sat solver.
-
-
 %prep
 %setup -n satsolver-%{version}
-%patch
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -170,10 +130,13 @@
 %if 0%{?fedora_version}
 CMAKE_FLAGS="-DFEDORA=1"
 %endif
+# Where does RHEL provide qsort_r ?
+%if 0%{?rhel_version} > 0 || 0%{?centos_version} > 0
+export CFLAGS="$RPM_OPT_FLAGS -DUSE_OWN_QSORT=1"
+%endif
 
 cmake   $CMAKE_FLAGS \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-       -DPYTHON_SITEDIR=%{py_sitedir} \
        -DLIB=%{_lib} \
        -DCMAKE_VERBOSE_MAKEFILE=TRUE \
        -DCMAKE_BUILD_TYPE=Release \
@@ -193,11 +156,6 @@
 #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
-%endif
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
@@ -214,7 +172,6 @@
 %defattr(-,root,root)
 %_libdir/libsatsolver.a
 %_libdir/libsatsolverext.a
-%_libdir/libappsatsolver.a
 %dir /usr/include/satsolver
 /usr/include/satsolver/*
 /usr/bin/deptestomatic
@@ -229,45 +186,4 @@
 #%dir %_docdir/satsolver
 #%_docdir/satsolver/*
 
-%files -n ruby-satsolver
-%defattr(-,root,root,-)
-%if 0%{?suse_version}
-%if 0%{?suse_version} < 1010
-%dir %{_libdir}/ruby/site_ruby/%{rb_ver}/%{rb_arch}
-%dir %{_libdir}/ruby/site_ruby/%{rb_ver}/satsolver
-%{_libdir}/ruby/site_ruby/%{rb_ver}/satsolver/*.rb
-%{_libdir}/ruby/site_ruby/%{rb_ver}/satsolver.rb
-%{_libdir}/ruby/site_ruby/%{rb_ver}/%{rb_arch}/satsolver.so
-%else
-%dir %{_libdir}/ruby/vendor_ruby/%{rb_ver}/satsolver
-%{_libdir}/ruby/vendor_ruby/%{rb_ver}/satsolver/*.rb
-%{_libdir}/ruby/vendor_ruby/%{rb_ver}/satsolver.rb
-%{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}/satsolver.so
-%endif
-%endif
-%if 0%{?mandriva_version}
-%dir %{ruby_sitelibdir}/satsolver
-%{ruby_sitelibdir}/satsolver/*.rb
-%{ruby_sitelibdir}/satsolver.rb
-%{ruby_sitearchdir}/satsolver.so
-%endif
-%if 0%{?fedora_version}
-%dir %{ruby_sitelib}/satsolver
-%{ruby_sitelib}/satsolver.rb
-%{ruby_sitelib}/satsolver/*.rb
-%{ruby_sitearch}/satsolver.so
-%endif
-%doc bindings/ruby/html
-
-%files -n python-satsolver
-%defattr(-,root,root,-)
-#%doc swig/python/examples/*.py
-%{py_sitedir}/_satsolver.so
-%{py_sitedir}/satsolver.py*
-
-%files -n perl-satsolver
-%defattr(-,root,root,-)
-%{perl_vendorarch}/satsolver.so
-%{perl_vendorlib}/satsolver.pm
-
 %changelog

++++++ satsolver-0.16.1.tar.bz2 -> satsolver-0.16.4.tar.bz2 ++++++
libsatsolver/satsolver-0.16.1.tar.bz2 
/mounts/work_src_done/STABLE/libsatsolver/satsolver-0.16.4.tar.bz2 differ: char 
11, line 1


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to