Hello community,

here is the log from the commit of package xdelta3 for openSUSE:Factory checked 
in at 2015-09-24 06:14:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdelta3 (Old)
 and      /work/SRC/openSUSE:Factory/.xdelta3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdelta3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xdelta3/xdelta3.changes  2014-06-24 
22:47:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xdelta3.new/xdelta3.changes     2015-09-24 
06:14:40.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Sep 19 09:57:28 UTC 2015 - [email protected]
+
+- Update to 3.0.10
+  * see https://github.com/jmacd/xdelta-devel/releases for details
+- Update download url
+- Cleanup spec file with spec-cleaner
+- Drop xdelta3-regtest.patch as it is no longer necessary
+
+-------------------------------------------------------------------

Old:
----
  xdelta3-3.0.8.tar.xz
  xdelta3-regtest.patch

New:
----
  xdelta3-3.0.10.tar.gz

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

Other differences:
------------------
++++++ xdelta3.spec ++++++
--- /var/tmp/diff_new_pack.0f0Q4P/_old  2015-09-24 06:14:41.000000000 +0200
+++ /var/tmp/diff_new_pack.0f0Q4P/_new  2015-09-24 06:14:41.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xdelta3
 #
-# 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,17 +17,15 @@
 
 
 Name:           xdelta3
-Version:        3.0.8
+Version:        3.0.10
 Release:        0
 Summary:        A diff utility which works with binary files
 License:        GPL-2.0
 Group:          Productivity/Archiving/Compression
 Url:            http://xdelta.org/
-Source:         https://xdelta.googlecode.com/files/xdelta3-%{version}.tar.xz
-# upstream bug https://code.google.com/p/xdelta/issues/detail?id=161
-Patch0:         %{name}-regtest.patch
+Source0:        
https://github.com/jmacd/xdelta-devel/releases/download/v%{version}/xdelta3-%{version}.tar.gz
 BuildRequires:  gcc-c++
-BuildRequires:  xz
+BuildRequires:  xz-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,7 +37,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 sed -i -e '/python/s:2.6:2:' testing/xdelta3-regtest.py || die
@@ -52,12 +49,11 @@
 
 %install
 strip %{name}
-mkdir -p %{buildroot}/%{_bindir}
-cp %{name} %{buildroot}/%{_bindir}
+install -D -m 0755 %{name} %{buildroot}/%{_bindir}/%{name}
 
 %files
 %defattr(-, root, root)
-%doc README COPYING
+%doc COPYING
 %{_bindir}/%{name}
 
 %changelog


Reply via email to