Hello community,

here is the log from the commit of package yast2-perl-bindings for 
openSUSE:Factory checked in at 2011-12-15 16:09:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-perl-bindings (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-perl-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-perl-bindings/yast2-perl-bindings.changes  
2011-09-23 12:53:18.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-perl-bindings.new/yast2-perl-bindings.changes 
    2011-12-15 16:09:16.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:23:13 UTC 2011 - [email protected]
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yast2-perl-bindings.spec ++++++
--- /var/tmp/diff_new_pack.nLx05w/_old  2011-12-15 16:09:17.000000000 +0100
+++ /var/tmp/diff_new_pack.nLx05w/_new  2011-12-15 16:09:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-perl-bindings (Version 2.19.1)
+# spec file for package yast2-perl-bindings
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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-perl-bindings
 Version:        2.19.1
-Release:        1
+Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-perl-bindings-2.19.1.tar.bz2
-
-Prefix:         /usr
+Source0:        yast2-perl-bindings-%{version}.tar.bz2
 
-Group:          System/YaST
-License:        GPL-2.0+
-BuildRequires:  blocxx-devel curl-devel gcc-c++ libxcrypt-devel rpm-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:  rpm-devel
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-ycp-ui-bindings-devel
 
 # YCPValue::valuetype_str()
 Requires:       yast2-core >= 2.16.37
@@ -40,6 +42,8 @@
 Requires:       perl(Locale::gettext)
 
 Summary:        YaST2 - Perl Bindings
+License:        GPL-2.0+
+Group:          System/YaST
 
 %description
 This adds an embedded Perl interpreter to YaST2 as a plug-in (in other
@@ -47,26 +51,26 @@
 of calling Perl from within YaST2 YCP scripts.
 
 %prep
-%setup -n yast2-perl-bindings-2.19.1
+%setup -n yast2-perl-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
@@ -91,5 +95,6 @@
 /usr/share/YaST2/modules/YaPI.pm
 /usr/share/YaST2/data/devtools/pluglib-bindings
 /usr/share/YaST2/data/devtools/admin/aminclude/pluglib-bindings.ami
-%doc %{prefix}/share/doc/packages/yast2-perl-bindings
+%doc %{_prefix}/share/doc/packages/yast2-perl-bindings
+
 %changelog

++++++ yast2-perl-bindings-2.19.1.tar.bz2 ++++++
++++ 29849 lines of diff (skipped)

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

Reply via email to