Hello community,

here is the log from the commit of package yast2-python-bindings for 
openSUSE:Factory checked in at 2012-02-01 10:01:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-python-bindings (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-python-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-python-bindings", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-python-bindings/yast2-python-bindings.changes  
    2011-09-23 12:53:20.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-python-bindings.new/yast2-python-bindings.changes
 2012-02-01 10:01:06.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:24:35 UTC 2011 - [email protected]
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yast2-python-bindings.spec ++++++
--- /var/tmp/diff_new_pack.ViHUqq/_old  2012-02-01 10:01:13.000000000 +0100
+++ /var/tmp/diff_new_pack.ViHUqq/_new  2012-02-01 10:01:13.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-python-bindings (Version 2.20.0)
+# spec file for package yast2-python-bindings
 #
-# Copyright (c) 2010 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
@@ -15,21 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           yast2-python-bindings
 Version:        2.20.0
-Release:        1
+Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-python-bindings-2.20.0.tar.bz2
-
-Prefix:         /usr
+Source0:        yast2-python-bindings-%{version}.tar.bz2
 
-Group:          System/YaST
-License:        GPL-2.0
-BuildRequires:  blocxx-devel curl-devel gcc-c++ libxcrypt-devel python-devel 
yast2-core-devel yast2-devtools yast2-ycp-ui-bindings-devel
+BuildRequires:  blocxx-devel
+BuildRequires:  curl-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  libxcrypt-devel
+BuildRequires:  python-devel
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-ycp-ui-bindings-devel
 
 # YCPValue::valuetype_str()
 Requires:       yast2-core       >= 2.16.37
@@ -39,32 +41,33 @@
 Requires:       python
 
 Summary:        Python bindings for the YaST platform.
+License:        GPL-2.0
+Group:          System/YaST
 
 %description
 The bindings allow YaST modules to be written using the Python language
 and also Python scripts can use YaST agents, APIs and modules.
 
 %prep
-%setup -n yast2-python-bindings-2.20.0
+%setup -n yast2-python-bindings-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
-%{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
     d=${f##*/}
     %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -83,5 +86,6 @@
 # libYCP goes elsewhere
 # %dir %{_libdir}/python
 %{_libdir}/python/site-packages
-%doc %{prefix}/share/doc/packages/yast2-python-bindings
+%doc %{_prefix}/share/doc/packages/yast2-python-bindings
+
 %changelog

++++++ yast2-python-bindings-2.20.0.tar.bz2 ++++++
++++ 27967 lines of diff (skipped)

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

Reply via email to