Hello community,

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

Package is "duplicity"

Changes:
--------
--- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes      2014-11-24 
11:18:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.duplicity.new/duplicity.changes 2015-03-03 
11:14:18.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Feb 25 20:23:30 UTC 2015 - [email protected]
+
+- Version bump to 0.7.01:
+  http://duplicity.nongnu.org/CHANGELOG
+- Clean-up with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  duplicity-0.7.0.tar.gz

New:
----
  duplicity-0.7.01.tar.gz

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

Other differences:
------------------
++++++ duplicity.spec ++++++
--- /var/tmp/diff_new_pack.f7Qm4T/_old  2015-03-03 11:14:19.000000000 +0100
+++ /var/tmp/diff_new_pack.f7Qm4T/_new  2015-03-03 11:14:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package duplicity
 #
-# 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
@@ -16,31 +16,30 @@
 #
 
 
-%{!?python_sitelib:  %global python_sitelib  %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-
+%{!?python_sitelib:  %global python_sitelib  %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 Name:           duplicity
-%if 0%{?suse_version} > 1210
-BuildRequires:  librsync-devel >= 0.9.6
-%else
-BuildRequires:  librsync >= 0.9.6
-%endif
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Version:        0.7.01
+Release:        0
 Summary:        Encrypted bandwidth-efficient backup using the rsync algorithm
 License:        GPL-3.0+
 Group:          Productivity/Archiving/Backup
-Version:        0.7.0
-Release:        0
 Url:            http://duplicity.nongnu.org/
-Source:         
https://code.launchpad.net/%{name}/0.7-series/0.7.00/+download/%{name}-%{version}.tar.gz
+Source:         
https://code.launchpad.net/%{name}/0.7-series/%{version}/+download/%{name}-%{version}.tar.gz
 Source99:       duplicity-rpmlintrc
 Patch1:         duplicity-remove_shebang.patch
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 Requires:       gpg
 Requires:       python-lockfile
-Recommends:     python-boto ncftp
+Recommends:     ncftp
+Recommends:     python-boto
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
+%if 0%{?suse_version} > 1210
+BuildRequires:  librsync-devel >= 0.9.6
+%else
+BuildRequires:  librsync >= 0.9.6
+%endif
 
 %description
 Duplicity incrementally backs up files and directories by encrypting
@@ -55,18 +54,17 @@
 permissions, directories, symbolic links, fifos, etc., but not hard
 links.
 
-
 %prep
 %setup -q
 %patch1 -p1
 
 %build
-%{__python} setup.py build
+python setup.py build
 
 %install
-%{__python} setup.py install --prefix=/usr --root="$RPM_BUILD_ROOT" 
--record-rpm=files.lst
-%__rm -rf $RPM_BUILD_ROOT/usr/share/doc/duplicity-%{version}
-%__perl -n -i -e 'print unless 
m,(%{_bindir}|%{_mandir}|%{_datadir}/doc|%{_datadir}/locale|%{python_sitearch}/testing),'
 files.lst
+python setup.py install --prefix=/usr --root=%{buildroot} 
--record-rpm=files.lst
+rm -rf %{buildroot}%{_datadir}/doc/duplicity-%{version}
+perl -n -i -e 'print unless 
m,(%{_bindir}|%{_mandir}|%{_datadir}/doc|%{_datadir}/locale|%{python_sitearch}/testing),'
 files.lst
 %find_lang %{name}
 cat %{name}.lang files.lst > rpmfiles.lst
 

++++++ duplicity-0.7.0.tar.gz -> duplicity-0.7.01.tar.gz ++++++
++++ 13165 lines of diff (skipped)

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

Reply via email to