Hello community,

here is the log from the commit of package rsnapshot for openSUSE:Factory 
checked in at 2015-04-13 20:30:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-12-30 
00:49:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rsnapshot.new/rsnapshot.changes 2015-04-13 
20:30:44.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Apr 12 12:33:07 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Cleanup spec file with spec-cleaner
+- Update dependencies
+
+-------------------------------------------------------------------

Old:
----
  rsnapshot-1.3.1.tar.bz2

New:
----
  rsnapshot-1.3.1.tar.gz

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

Other differences:
------------------
++++++ rsnapshot.spec ++++++
--- /var/tmp/diff_new_pack.ikKRQY/_old  2015-04-13 20:30:44.000000000 +0200
+++ /var/tmp/diff_new_pack.ikKRQY/_new  2015-04-13 20:30:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rsnapshot
 #
-# 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,22 +17,28 @@
 
 
 Name:           rsnapshot
-Url:            http://www.rsnapshot.org/
 Version:        1.3.1
 Release:        0
 Summary:        Backup program using hardlinks
 License:        GPL-2.0+
 Group:          Productivity/Archiving/Backup
-Source:         %name-%version.tar.bz2
+Url:            http://www.rsnapshot.org/
+Source0:        http://rsnapshot.org/downloads/%{name}-%{version}.tar.gz
 Patch1:         rsnapshot-config.patch
 Patch2:         rsnapshot-1.3.1-no_usr_local.patch
 Patch3:         rsnapshot-1.3.1-perl5.18.patch
+BuildRequires:  openssh
 BuildRequires:  perl
 BuildRequires:  rsync
+Requires:       openssh
 Requires:       perl
 Requires:       rsync
-BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
+%if 0%{?suse_version} >= 1320
+BuildRequires:  util-linux-systemd
+Requires:       util-linux-systemd
+%endif
 
 %description
 rsnapshot is a filesystem snapshot utility for making backups of local
@@ -45,16 +51,6 @@
 change, so once it's set up, you may never need to think about it
 again.
 
-
-
-Authors:
---------
-    Anthony Ettinger <ch...@users.sourceforge.net>
-    David Keegel <dj...@users.sourceforge.net>
-    David Cantrell <drh...@users.sourceforge.net>
-    Nathan Rosenquist <scubani...@users.sourceforge.net>
-    Teodor Zlatanov <t...@users.sourceforge.net>
-
 %prep
 %setup -q
 %patch1
@@ -63,16 +59,16 @@
 
 %build
 %configure
-%__make
+make %{?_smp_mflags}
 
 %check
-%__make test
+make %{?_smp_mflags} test
 
 %install
-%makeinstall
-%__install -d "%{buildroot}/%{_sysconfdir}"
-%__install -m 644 rsnapshot.conf.default 
"%{buildroot}/%{_sysconfdir}/rsnapshot.conf.default"
-%__install -m 600 rsnapshot.conf.default 
"%{buildroot}/%{_sysconfdir}/rsnapshot.conf"
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+install -d "%{buildroot}/%{_sysconfdir}"
+install -m 644 rsnapshot.conf.default 
"%{buildroot}/%{_sysconfdir}/rsnapshot.conf.default"
+install -m 600 rsnapshot.conf.default 
"%{buildroot}/%{_sysconfdir}/rsnapshot.conf"
 
 %files
 %defattr(-,root,root)


Reply via email to