Hello community,

here is the log from the commit of package rsnapshot for openSUSE:Factory 
checked in at 2013-07-25 20:32:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsnapshot (Old)
 and      /work/SRC/openSUSE:Factory/.rsnapshot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsnapshot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsnapshot/rsnapshot.changes      2011-09-23 
12:44:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rsnapshot.new/rsnapshot.changes 2013-07-25 
20:32:16.000000000 +0200
@@ -1,0 +2,14 @@
+Thu Jul 25 13:28:52 UTC 2013 - tchva...@suse.com
+
+- Split test phase to check one.
+- Remove useless clean phase.
+- Silence some rpmlint macros.
+
+-------------------------------------------------------------------
+Wed Jun 26 22:45:40 UTC 2013 - greg.freem...@gmail.com
+
+- Add a patch to correct syntax needed by perl 5.18:
+    rsnapshot-1.3.1-perl5.18.patch
+- Get rid of changelog entries form specfile
+
+-------------------------------------------------------------------

New:
----
  rsnapshot-1.3.1-perl5.18.patch

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

Other differences:
------------------
++++++ rsnapshot.spec ++++++
--- /var/tmp/diff_new_pack.Xnnubk/_old  2013-07-25 20:32:16.000000000 +0200
+++ /var/tmp/diff_new_pack.Xnnubk/_new  2013-07-25 20:32:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rsnapshot (Version 1.3.1)
+# spec file for package rsnapshot
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           rsnapshot
 Url:            http://www.rsnapshot.org/
-License:        GPL-2.0+
-Group:          Productivity/Archiving/Backup
 Version:        1.3.1
-Release:        5
+Release:        0
 Summary:        Backup program using hardlinks
+License:        GPL-2.0+
+Group:          Productivity/Archiving/Backup
 Source:         %name-%version.tar.bz2
 Patch1:         rsnapshot-config.patch
 Patch2:         rsnapshot-1.3.1-no_usr_local.patch
-BuildRequires:  perl rsync
-Requires:       perl rsync
-AutoReqProv:    on
+Patch3:         rsnapshot-1.3.1-perl5.18.patch
+BuildRequires:  perl
+BuildRequires:  rsync
+Requires:       perl
+Requires:       rsync
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -59,10 +59,13 @@
 %setup -q
 %patch1
 %patch2
+%patch3
 
 %build
 %configure
 %__make
+
+%check
 %__make test
 
 %install
@@ -71,16 +74,13 @@
 %__install -m 644 rsnapshot.conf.default 
"%{buildroot}/%{_sysconfdir}/rsnapshot.conf.default"
 %__install -m 600 rsnapshot.conf.default 
"%{buildroot}/%{_sysconfdir}/rsnapshot.conf"
 
-%clean
-[ "%{buildroot}" != "/" ] && [ -d "%{buildroot}" ] && %__rm -rf "%{buildroot}";
-
 %files
 %defattr(-,root,root)
 %{_bindir}/rsnapshot
 %{_bindir}/rsnapshot-diff
 %config(noreplace) %{_sysconfdir}/rsnapshot.conf
 %config %{_sysconfdir}/rsnapshot.conf.default
-%doc AUTHORS COPYING ChangeLog README INSTALL TODO
+%doc AUTHORS COPYING ChangeLog README TODO
 %{_mandir}/man1/rsnapshot.1.gz
 %{_mandir}/man1/rsnapshot-diff.1.gz
 

++++++ rsnapshot-1.3.1-perl5.18.patch ++++++
--- rsnapshot-program.pl.orig   2008-08-31 11:17:07.000000000 +0000
+++ rsnapshot-program.pl
@@ -6716,6 +6716,8 @@ Putting it all together (an example file
 
 =back
 
+=back
+
 =head1 USAGE
 
 B<rsnapshot> can be used by any user, but for system-wide backups

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to