Hello community,

here is the log from the commit of package man-pages-posix for openSUSE:Factory 
checked in at 2019-02-04 21:17:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/man-pages-posix (Old)
 and      /work/SRC/openSUSE:Factory/.man-pages-posix.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "man-pages-posix"

Mon Feb  4 21:17:14 2019 rev:18 rq:665667 version:2013a

Changes:
--------
--- /work/SRC/openSUSE:Factory/man-pages-posix/man-pages-posix.changes  
2014-01-30 11:32:27.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.man-pages-posix.new.28833/man-pages-posix.changes   
    2019-02-04 21:17:15.587739956 +0100
@@ -1,0 +2,10 @@
+Sun Jan 13 10:17:48 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Supplement man-pages, not man.
+
+-------------------------------------------------------------------
+Fri Jan  4 13:08:59 UTC 2019 - Petr Gajdos <[email protected]>
+
+- supplements man [bsc#1116987]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ man-pages-posix.spec ++++++
--- /var/tmp/diff_new_pack.cAuof8/_old  2019-02-04 21:17:16.735739525 +0100
+++ /var/tmp/diff_new_pack.cAuof8/_new  2019-02-04 21:17:16.775739510 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package man-pages-posix
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -23,12 +23,12 @@
 License:        SUSE-IEEE
 Group:          Documentation/Man
 Url:            https://www.kernel.org/doc/man-pages/
-
 Source:         
https://www.kernel.org/pub/linux/docs/man-pages/%name/%name-2013-a.tar.xz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  xz
+Supplements:    man-pages
 
 %description
 A large collection of man pages (reference material) from
@@ -46,7 +46,7 @@
 
 %prep
 %setup -qn %name-2013-a
-#find -name "*.orig" | xargs rm -fv
+#find -name "*.orig" -print -delete
 
 %build
 
@@ -61,7 +61,7 @@
 for i in */* ; do
     FOUND=0
     grep "^.so man" "$i" && FOUND=1
-    if [ "$FOUND" == 1 ] ; then
+    if [ "$FOUND" = 1 ] ; then
       if [ ! -f `grep "^.so man" "$i" | awk '{print $2}'` ]; then
        ARE_MISSING="$i $ARE_MISSING"
         RETVAL=1


Reply via email to