Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-pkg-bindings for 
openSUSE:Factory checked in at 2021-04-23 17:50:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-pkg-bindings (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-pkg-bindings"

Fri Apr 23 17:50:24 2021 rev:220 rq:887200 version:4.4.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-pkg-bindings/yast2-pkg-bindings-devel-doc.changes
  2020-10-18 16:20:47.044473807 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new.12324/yast2-pkg-bindings-devel-doc.changes
       2021-04-23 17:50:31.890784465 +0200
@@ -1,0 +2,8 @@
+Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- stop packaging docdir, it only contained the license which
+  is now in licensedir (bsc#1184897)
+- spec file cleanups
+- 4.4.1
+
+-------------------------------------------------------------------
yast2-pkg-bindings.changes: same change

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

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

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

Other differences:
------------------
++++++ yast2-pkg-bindings-devel-doc.spec ++++++
--- /var/tmp/diff_new_pack.OsckZU/_old  2021-04-23 17:50:32.454785434 +0200
+++ /var/tmp/diff_new_pack.OsckZU/_new  2021-04-23 17:50:32.454785434 +0200
@@ -17,12 +17,12 @@
 
 
 Name:           yast2-pkg-bindings-devel-doc
-Version:        4.4.0
+Version:        4.4.1
 Release:        0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Summary:        YaST2 - Documentation for yast2-pkg-bindings package
+License:        GPL-2.0-only
+Group:          Documentation/HTML
 Source0:        yast2-pkg-bindings-%{version}.tar.bz2
-Prefix:         %_prefix
-
 # same as in the main package (because we use the same configure.in.in)
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gcc-c++
@@ -31,13 +31,9 @@
 # zypp::VendorAttr API
 BuildRequires:  libzypp-devel >= 17.25.0
 BuildRequires:  yast2-core-devel
-BuildRequires:  yast2-devtools >= 3.1.10
-
-BuildArch:      noarch
+BuildRequires:  yast2-devtools >= 4.4.0
 Requires:       yast2-pkg-bindings = %{version}
-Summary:        YaST2 - Documentation for yast2-pkg-bindings package
-License:        GPL-2.0-only
-Group:          Documentation/HTML
+BuildArch:      noarch
 
 %description
 This documenation package describes the package manager API (Pkg::
@@ -45,7 +41,7 @@
 from the pkg-bindings sources.
 
 %prep
-%setup -n yast2-pkg-bindings-%{version}
+%setup -q -n yast2-pkg-bindings-%{version}
 # build only documentation, ignore all other directories
 echo "doc" > SUBDIRS
 
@@ -56,10 +52,9 @@
 %yast_install
 
 %files
-%defattr(-,root,root)
+%license COPYING
 # 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
+%dir %{_docdir}/yast2-pkg-bindings
+%doc %{_docdir}/yast2-pkg-bindings/xml
 
 %changelog

++++++ yast2-pkg-bindings.spec ++++++
--- /var/tmp/diff_new_pack.OsckZU/_old  2021-04-23 17:50:32.478785475 +0200
+++ /var/tmp/diff_new_pack.OsckZU/_new  2021-04-23 17:50:32.482785482 +0200
@@ -17,12 +17,12 @@
 
 
 Name:           yast2-pkg-bindings
-Version:        4.4.0
+Version:        4.4.1
 Release:        0
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Summary:        YaST2 - Package Manager Access
+License:        GPL-2.0-only
+Group:          System/YaST
 Source0:        %{name}-%{version}.tar.bz2
-
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
@@ -30,22 +30,17 @@
 # zypp::VendorAttr API
 BuildRequires:  libzypp-devel >= 17.25.0
 BuildRequires:  yast2-core-devel
-BuildRequires:  yast2-devtools >= 3.1.10
-
+BuildRequires:  yast2-devtools >= 4.4.0
 # needed for network detection
 Requires:       grep
 Requires:       iproute2
 
-Summary:        YaST2 - Package Manager Access
-License:        GPL-2.0-only
-Group:          System/YaST
-
 %description
 This package contains a name space for accessing the package manager
 library in YaST2.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 # build only the library, ignore documentation (it is in devel-doc package)
 echo "src" > SUBDIRS
 
@@ -58,10 +53,8 @@
 rm -rf %{buildroot}/%{yast_plugindir}/libpy2Pkg.la
 
 %files
-%defattr(-,root,root)
+%license COPYING
 %{yast_plugindir}/libpy2Pkg.so.*
 %{yast_plugindir}/libpy2Pkg.so
-%doc %{yast_docdir}
-%license COPYING
 
 %changelog

++++++ yast2-pkg-bindings-4.4.0.tar.bz2 -> yast2-pkg-bindings-4.4.1.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-pkg-bindings-4.4.0/package/yast2-pkg-bindings-devel-doc.changes 
new/yast2-pkg-bindings-4.4.1/package/yast2-pkg-bindings-devel-doc.changes
--- old/yast2-pkg-bindings-4.4.0/package/yast2-pkg-bindings-devel-doc.changes   
2021-04-08 09:55:05.000000000 +0200
+++ new/yast2-pkg-bindings-4.4.1/package/yast2-pkg-bindings-devel-doc.changes   
2021-04-21 09:10:51.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- stop packaging docdir, it only contained the license which
+  is now in licensedir (bsc#1184897)
+- spec file cleanups
+- 4.4.1
+
+-------------------------------------------------------------------
 Thu Sep 17 11:37:48 CEST 2020 - sch...@suse.de
 
 - Added new call Pkg::SetAdditionalVendors (jsc#SLE-14807).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-pkg-bindings-4.4.0/package/yast2-pkg-bindings-devel-doc.spec 
new/yast2-pkg-bindings-4.4.1/package/yast2-pkg-bindings-devel-doc.spec
--- old/yast2-pkg-bindings-4.4.0/package/yast2-pkg-bindings-devel-doc.spec      
2021-04-08 09:55:05.000000000 +0200
+++ new/yast2-pkg-bindings-4.4.1/package/yast2-pkg-bindings-devel-doc.spec      
2021-04-21 09:10:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-pkg-bindings
+# spec file for package yast2-pkg-bindings-devel-doc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           yast2-pkg-bindings-devel-doc
-Version:        4.4.0
+Version:        4.4.1
 Release:        0
+Summary:        YaST2 - Documentation for yast2-pkg-bindings package
 License:        GPL-2.0-only
 Group:          Documentation/HTML
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-pkg-bindings-%{version}.tar.bz2
-Prefix:         %_prefix
-
 # same as in the main package (because we use the same configure.in.in)
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gcc-c++
@@ -32,12 +31,9 @@
 # zypp::VendorAttr API
 BuildRequires:  libzypp-devel >= 17.25.0
 BuildRequires:  yast2-core-devel
-BuildRequires:  yast2-devtools >= 3.1.10
-
-Buildarch: noarch
-Requires:  yast2-pkg-bindings = %{version}
-Summary:   YaST2 - Documentation for yast2-pkg-bindings package
-Group:     Documentation/HTML
+BuildRequires:  yast2-devtools >= 4.4.0
+Requires:       yast2-pkg-bindings = %{version}
+BuildArch:      noarch
 
 %description
 This documenation package describes the package manager API (Pkg::
@@ -45,7 +41,7 @@
 from the pkg-bindings sources.
 
 %prep
-%setup -n yast2-pkg-bindings-%{version}
+%setup -q -n yast2-pkg-bindings-%{version}
 # build only documentation, ignore all other directories
 echo "doc" > SUBDIRS
 
@@ -55,10 +51,10 @@
 %install
 %yast_install
 
-
 %files
-%defattr(-,root,root)
+%license COPYING
 # 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
+%dir %{_docdir}/yast2-pkg-bindings
+%doc %{_docdir}/yast2-pkg-bindings/xml
+
+%changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-pkg-bindings-4.4.0/package/yast2-pkg-bindings.changes 
new/yast2-pkg-bindings-4.4.1/package/yast2-pkg-bindings.changes
--- old/yast2-pkg-bindings-4.4.0/package/yast2-pkg-bindings.changes     
2021-04-08 09:55:05.000000000 +0200
+++ new/yast2-pkg-bindings-4.4.1/package/yast2-pkg-bindings.changes     
2021-04-21 09:10:51.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- stop packaging docdir, it only contained the license which
+  is now in licensedir (bsc#1184897)
+- spec file cleanups
+- 4.4.1
+
+-------------------------------------------------------------------
 Wed Apr  7 15:32:55 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz>
 
 - Removed not working PkgFunctions::AddAuthData(), it is not needed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-pkg-bindings-4.4.0/package/yast2-pkg-bindings.spec 
new/yast2-pkg-bindings-4.4.1/package/yast2-pkg-bindings.spec
--- old/yast2-pkg-bindings-4.4.0/package/yast2-pkg-bindings.spec        
2021-04-08 09:55:05.000000000 +0200
+++ new/yast2-pkg-bindings-4.4.1/package/yast2-pkg-bindings.spec        
2021-04-21 09:10:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-pkg-bindings
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           yast2-pkg-bindings
-Version:        4.4.0
+Version:        4.4.1
 Release:        0
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        %{name}-%{version}.tar.bz2
-
-Group:         System/YaST
+Summary:        YaST2 - Package Manager Access
 License:        GPL-2.0-only
-
+Group:          System/YaST
+Source0:        %{name}-%{version}.tar.bz2
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
@@ -33,20 +30,17 @@
 # zypp::VendorAttr API
 BuildRequires:  libzypp-devel >= 17.25.0
 BuildRequires:  yast2-core-devel
-BuildRequires:  yast2-devtools >= 3.1.10
-
+BuildRequires:  yast2-devtools >= 4.4.0
 # needed for network detection
-Requires:       iproute2
 Requires:       grep
-
-Summary:       YaST2 - Package Manager Access
+Requires:       iproute2
 
 %description
 This package contains a name space for accessing the package manager
 library in YaST2.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 # build only the library, ignore documentation (it is in devel-doc package)
 echo "src" > SUBDIRS
 
@@ -59,8 +53,8 @@
 rm -rf %{buildroot}/%{yast_plugindir}/libpy2Pkg.la
 
 %files
-%defattr(-,root,root)
+%license COPYING
 %{yast_plugindir}/libpy2Pkg.so.*
 %{yast_plugindir}/libpy2Pkg.so
-%doc %{yast_docdir}
-%license COPYING
+
+%changelog

Reply via email to