Hello community,

here is the log from the commit of package stow for openSUSE:Factory checked in 
at 2015-11-17 14:22:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stow (Old)
 and      /work/SRC/openSUSE:Factory/.stow.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stow"

Changes:
--------
--- /work/SRC/openSUSE:Factory/stow/stow.changes        2014-08-08 
10:13:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.stow.new/stow.changes   2015-11-17 
14:22:57.000000000 +0100
@@ -1,0 +2,11 @@
+Sun Nov 15 08:56:46 UTC 2015 - [email protected]
+
+- stow 2.2.2
+  * @VERSION@ substitution was set up for the Stow::Util module.
+- includes changes from unreleased 2.2.1:
+  * various bug fixes
+  * Correctly handle the stow/target directories as non-canonical paths
+  * Fix stowing of relative links when --no-folding is used.
+- verify tarball signature
+
+-------------------------------------------------------------------

Old:
----
  _service
  stow-2.2.0.tar.bz2

New:
----
  stow-2.2.2.tar.bz2
  stow-2.2.2.tar.bz2.sig
  stow.keyring

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

Other differences:
------------------
++++++ stow.spec ++++++
--- /var/tmp/diff_new_pack.1lxzDx/_old  2015-11-17 14:22:58.000000000 +0100
+++ /var/tmp/diff_new_pack.1lxzDx/_new  2015-11-17 14:22:58.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stow
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,28 +17,31 @@
 
 
 Name:           stow
-Version:        2.2.0
+Version:        2.2.2
 Release:        0
-Url:            http://www.gnu.org/software/stow/
 Summary:        Manage the installation of software packages from source
 License:        GPL-2.0+
 Group:          System/Packages
-Source:         http://ftp.gnu.org/gnu/%name/%name-%version.tar.bz2
+Url:            http://www.gnu.org/software/stow/
+Source:         http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
 Source1:        stow-rpmlintrc
-Requires:       %install_info_prereq
-%perl_requires
-Requires:       perl >= 5.6.1
+Source2:        http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2.sig
+Source3:        
http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=stow&download=1#/%name.keyring
+BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Output)
+Requires:       %{install_info_prereq}
+Requires:       perl >= 5.6.1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
+%{perl_requires}
 
 %description
 GNU Stow is a symlink farm manager which takes distinct packages of
 software and/or data located in separate directories on the
 filesystem, and makes them appear to be installed in the same place.
-For example, /usr/local/bin could contain symlinks to files within
-/usr/local/stow/emacs/bin, /usr/local/stow/perl/bin etc., and
+For example, %{_prefix}/local/bin could contain symlinks to files within
+%{_prefix}/local/stow/emacs/bin, %{_prefix}/local/stow/perl/bin etc., and
 likewise recursively for any other subdirectories such as .../share,
 .../man, and so on.
 
@@ -60,7 +63,7 @@
 Documentation for GNU Stow %{version} in HTML and PDF format.
 
 %prep
-%setup
+%setup -q
 
 %build
 %configure \
@@ -68,14 +71,14 @@
     --docdir=%{_defaultdocdir}/%{name}
 
 %install
-make DESTDIR=%buildroot install
-rm %buildroot%_docdir/stow/version.texi
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+rm %{buildroot}%{_docdir}/stow/version.texi
 install -m 0644 COPYING README AUTHORS ChangeLog doc/ChangeLog.OLD \
                 NEWS THANKS TODO \
-    %buildroot%_docdir/stow
+    %{buildroot}%{_docdir}/stow
 
 %check
-make test
+make %{?_smp_mflags} test
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
@@ -85,24 +88,24 @@
 
 %files
 %defattr(-,root,root)
-%_bindir/*
-%_mandir/man8/stow.*
-%_infodir/stow*
-%dir %_docdir/stow
-%_docdir/stow/COPYING
-%_docdir/stow/README
-%_docdir/stow/AUTHORS
-%_docdir/stow/ChangeLog
-%_docdir/stow/ChangeLog.OLD
-%_docdir/stow/NEWS
-%_docdir/stow/THANKS
-%_docdir/stow/TODO
+%{_bindir}/*
+%{_mandir}/man8/stow.*
+%{_infodir}/stow*
+%dir %{_docdir}/stow
+%{_docdir}/stow/COPYING
+%{_docdir}/stow/README
+%{_docdir}/stow/AUTHORS
+%{_docdir}/stow/ChangeLog
+%{_docdir}/stow/ChangeLog.OLD
+%{_docdir}/stow/NEWS
+%{_docdir}/stow/THANKS
+%{_docdir}/stow/TODO
 %{perl_vendorlib}/*
 
 %files doc
 %defattr(-,root,root)
-%_docdir/stow/manual-single.html
-%_docdir/stow/manual-split
-%_docdir/stow/manual.pdf
+%{_docdir}/stow/manual-single.html
+%{_docdir}/stow/manual-split
+%{_docdir}/stow/manual.pdf
 
 %changelog

++++++ stow-2.2.0.tar.bz2 -> stow-2.2.2.tar.bz2 ++++++
++++ 6584 lines of diff (skipped)


Reply via email to