Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2014-03-18 13:55:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/man-pages (Old)
 and      /work/SRC/openSUSE:Factory/.man-pages.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "man-pages"

Changes:
--------
--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes      2014-02-28 
07:24:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2014-03-18 
13:55:29.000000000 +0100
@@ -1,0 +2,9 @@
+Sat Mar 15 11:27:14 UTC 2014 - [email protected]
+
+- update to version 3.62:
+  * Newly documented interfaces in existing pages
+    + locale.5 Document LC_*
+  * Further updates to invidivial pages, see Changes for details
+- new page locale.1 owned by glibc, not installing
+
+-------------------------------------------------------------------

Old:
----
  man-pages-3.61.tar.xz

New:
----
  man-pages-3.62.tar.xz

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

Other differences:
------------------
++++++ man-pages.spec ++++++
--- /var/tmp/diff_new_pack.72hYRB/_old  2014-03-18 13:55:30.000000000 +0100
+++ /var/tmp/diff_new_pack.72hYRB/_new  2014-03-18 13:55:30.000000000 +0100
@@ -17,22 +17,21 @@
 
 
 Name:           man-pages
-Url:            http://www.kernel.org/doc/man-pages/download.html
-Version:        3.61
+Version:        3.62
 Release:        0
 Summary:        Linux  Manual Pages
 License:        BSD-3-Clause and GPL-2.0+ and MIT
 Group:          Documentation/Man
-
+Url:            http://www.kernel.org/doc/man-pages/download.html
 #Git-Clone:    git://git.kernel.org/pub/scm/docs/man-pages/man-pages
 #Git-Web:      http://git.kernel.org/cgit/docs/man-pages/man-pages.git/
-Source:         
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-%version.tar.xz
+Source:         
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz
 Source1:        man-pages-addons.tar.bz2
-Patch:          man-pages.eal3.diff
+Patch0:         man-pages.eal3.diff
 Patch3:         %{name}_gai.conf-reference.patch
-Patch5:         %name-tty_ioctl.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Patch5:         %{name}-tty_ioctl.patch
 BuildRequires:  fdupes
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -40,20 +39,14 @@
 Documentation Project (LDP).  The man pages are organized into the
 following sections: Section 1, user commands (intro only); Section 2,
 system calls; Section 3, libc calls; Section 4, devices (e.g., hd, sd);
-Section 5, file formats and protocols (e.g., wtmp, %_sysconfdir/passwd, nfs);
+Section 5, file formats and protocols (e.g., wtmp, %{_sysconfdir}/passwd, nfs);
 Section 6, games (intro only); Section 7, conventions, macro packages,
 etc. (e.g., nroff, ascii); and Section 8, system administration (intro
 only).
 
-
-
-Authors:
---------
-    "Michael Kerrisk" <[email protected]>
-
 %prep
 %setup -q -a1
-%patch -p2
+%patch0 -p2
 %patch3
 %patch5 -p1
 find -name "*.orig" | xargs rm -fv
@@ -66,16 +59,16 @@
 # coreutils, diffutils
 rm -f man1/vdir.1 man1/touch.1 man1/rmdir.1 man1/rm.1 man1/mv.1 man1/mknod.1 
man1/mkfifo.1 man1/mkdir.1 man1/ls.1 man1/ln.1 man1/install.1 man1/du.1 
man1/dircolors.1 man1/dir.1 man1/diff.1 man1/df.1 man1/dd.1 man1/cp.1 
man1/chown.1 man1/chmod.1 man1/chgrp.1 man1/getent.1 man3/getaddrinfo.3.orig 
man3/{getifaddrs.3,freeifaddrs.3}
 # glibc
-rm -f man3/crypt.3 man3/crypt_r.3
+rm -f man3/crypt.3 man3/crypt_r.3 man1/locale.1
 # time
 rm -f man1/time.1
 
 %install
 for i in man? ; do
-  mkdir -p "%buildroot/%_mandir/$i"
-  cp -p "$i"/* "%buildroot/%_mandir/$i/"
+  mkdir -p "%{buildroot}/%{_mandir}/$i"
+  cp -p "$i"/* "%{buildroot}/%{_mandir}/$i/"
 done
-cd "%buildroot/%_mandir/"
+cd "%{buildroot}/%{_mandir}/"
 RETVAL=0
 ARE_MISSING=""
 for i in */* ; do
@@ -95,11 +88,11 @@
 if [ "$RETVAL" -ne 0 ] ; then
   exit "$RETVAL"
 fi
-%fdupes -s %buildroot/%_prefix
+%fdupes -s %{buildroot}/%{_prefix}
 
 %files
 %defattr(644,root,root,755)
-%doc %_mandir/man*/*.gz
+%doc %{_mandir}/man*/*.gz
 %doc README Changes Changes.old
 %doc man-pages-*.Announce
 %doc man-pages-*.lsm

++++++ man-pages-3.61.tar.xz -> man-pages-3.62.tar.xz ++++++
++++ 14629 lines of diff (skipped)

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

Reply via email to