Hello community,

here is the log from the commit of package yast2-pkg-bindings for 
openSUSE:Factory checked in at 2013-10-20 10:56:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-pkg-bindings (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-pkg-bindings"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-pkg-bindings/yast2-pkg-bindings-devel-doc.changes
  2013-08-01 11:09:29.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new/yast2-pkg-bindings-devel-doc.changes
     2013-10-20 10:56:14.000000000 +0200
@@ -1,0 +2,13 @@
+Thu Oct 17 10:55:21 UTC 2013 - [email protected]
+
+- remove usage of dropped y2doc generator
+- 3.1.1
+
+-------------------------------------------------------------------
+Thu Sep 19 14:18:41 UTC 2013 - [email protected]
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/yast2-pkg-bindings/yast2-pkg-bindings.changes    
2013-09-09 19:52:39.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new/yast2-pkg-bindings.changes   
    2013-10-20 10:56:14.000000000 +0200
@@ -1,0 +2,15 @@
+Mon Sep 30 14:18:10 UTC 2013 - [email protected]
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+-------------------------------------------------------------------
+Mon Sep 30 08:59:03 UTC 2013 - [email protected]
+
+- evaluate DonePackage callback (to close the package installation
+  progress popup) when package installation is finished
+  (bnc#842465)
+- 3.0.3
+
+-------------------------------------------------------------------

Old:
----
  yast2-pkg-bindings-3.0.2.tar.bz2

New:
----
  yast2-pkg-bindings-3.1.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-pkg-bindings-devel-doc.spec ++++++
--- /var/tmp/diff_new_pack.gHeixj/_old  2013-10-20 10:56:15.000000000 +0200
+++ /var/tmp/diff_new_pack.gHeixj/_new  2013-10-20 10:56:15.000000000 +0200
@@ -18,10 +18,10 @@
 
 Name:           yast2-pkg-bindings-devel-doc
 
-Version:        3.0.2
+Version:        3.1.1
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-pkg-bindings-3.0.2.tar.bz2
+Source0:        yast2-pkg-bindings-%{version}.tar.bz2
 Prefix:         %_prefix
 
 # same as in the main package (because we use the same configure.in.in)
@@ -31,7 +31,7 @@
 BuildRequires:  libxslt
 BuildRequires:  libzypp-devel >= 6.10.0
 BuildRequires:  yast2-core-devel
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 3.0.6
 
 BuildArch:      noarch
 Requires:       yast2-pkg-bindings = %{version}
@@ -50,34 +50,16 @@
 echo "doc" > SUBDIRS
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-
-./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
+%yast_build
 
 %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
-    d=${f##*/}
-    %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+%yast_install
 
 %files
 %defattr(-,root,root)
-%doc %{_prefix}/share/doc/packages/yast2-pkg-bindings/html
-%dir %{_prefix}/share/doc/packages/yast2-pkg-bindings
-%exclude %{_prefix}/share/doc/packages/yast2-pkg-bindings/COPYING
-%exclude %{_prefix}/share/doc/packages/yast2-pkg-bindings/README
+# do not use yast_docdir macro as it use wrong pkg name
+%dir %{_datadir}/doc/packages/yast2-pkg-bindings
+%doc %{_datadir}/doc/packages/yast2-pkg-bindings/xml
+%exclude %{_datadir}/doc/packages/yast2-pkg-bindings/COPYING
 
 %changelog

++++++ yast2-pkg-bindings.spec ++++++
--- /var/tmp/diff_new_pack.gHeixj/_old  2013-10-20 10:56:15.000000000 +0200
+++ /var/tmp/diff_new_pack.gHeixj/_new  2013-10-20 10:56:15.000000000 +0200
@@ -17,11 +17,11 @@
 
 
 Name:           yast2-pkg-bindings
-Version:        3.0.2
+Version:        3.1.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-pkg-bindings-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gcc-c++
@@ -29,7 +29,7 @@
 BuildRequires:  libxslt
 BuildRequires:  libzypp-devel >= 6.10.0
 BuildRequires:  yast2-core-devel
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 3.0.6
 
 # new GPG callbacks
 Requires:       libzypp >= 6.10.0
@@ -43,40 +43,22 @@
 library in YaST2.
 
 %prep
-%setup -n yast2-pkg-bindings-%{version}
+%setup -n %{name}-%{version}
 # build only the library, ignore documentation (it is in devel-doc package)
 echo "src" > SUBDIRS
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-
-./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
+%yast_build
 
 %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
-    d=${f##*/}
-    %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
+%yast_install
 
-rm -rf %{buildroot}/%{_libdir}/YaST2/plugin/libpy2Pkg.la
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+rm -rf %{buildroot}/%{yast_plugindir}/libpy2Pkg.la
 
 %files
 %defattr(-,root,root)
-%{_libdir}/YaST2/plugin/libpy2Pkg.so.*
-%{_libdir}/YaST2/plugin/libpy2Pkg.so
-%doc %{_prefix}/share/doc/packages/yast2-pkg-bindings
+%{yast_plugindir}/libpy2Pkg.so.*
+%{yast_plugindir}/libpy2Pkg.so
+%doc %{yast_docdir}
 
 %changelog

++++++ yast2-pkg-bindings-3.0.2.tar.bz2 -> yast2-pkg-bindings-3.1.1.tar.bz2 
++++++
++++ 50817 lines of diff (skipped)

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

Reply via email to