Hello community,

here is the log from the commit of package xdelta3 for openSUSE:Factory checked 
in at 2011-11-08 18:00:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdelta3 (Old)
 and      /work/SRC/openSUSE:Factory/.xdelta3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdelta3", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xdelta3.new/xdelta3.changes     2011-11-08 
18:01:07.000000000 +0100
@@ -0,0 +1,20 @@
+-------------------------------------------------------------------
+Mon Nov  7 13:18:09 UTC 2011 - [email protected]
+
+- "GPLv2" to "GPL-2.0"
+
+-------------------------------------------------------------------
+Mon Oct 31 13:27:43 UTC 2011 - [email protected]
+
+- make test
+
+-------------------------------------------------------------------
+Tue Oct  4 14:05:48 UTC 2011 - [email protected]
+
+- Updated to 3.0.0
+
+-------------------------------------------------------------------
+Mon Jul 12 23:05:33 PDT 2010 - [email protected]
+
+- Initial package (xdelta 3.0y)
+

New:
----
  xdelta3.0.0.tar.bz2
  xdelta3.changes
  xdelta3.spec

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

Other differences:
------------------
++++++ xdelta3.spec ++++++
#
# spec file for package xdelta3
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           xdelta3
Version:        3.0.0
Release:        1
Group:          Productivity/Archiving/Compression
License:        GPL-2.0
BuildRequires:  gcc-c++
BuildRequires:  xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://xdelta.org/
Source: xdelta%{version}.tar.bz2
Summary: A diff utility which works with binary files

%description
Xdelta3 is a set of tools designed to compute changes between  
binary files.  These changes (delta files) are similar to the output of the  
"diff" program, in that they may be used to store and transmit only the  
changes between files.  The "delta files" that Xdelta3 manages are  
stored in RFC3284 (VCDIFF) format.

%prep
%setup -n xdelta%{version}

%build
make CFLAGS="$RPM_OPT_FLAGS -Wall -Wshadow -fno-builtin"

%check
make test

%install
%{__strip} %{name}
%{__mkdir} -p $RPM_BUILD_ROOT/%{_bindir}
%{__cp} %{name} $RPM_BUILD_ROOT/%{_bindir}

%files
%defattr(-, root, root)
%doc README COPYING
%{_bindir}/%{name}

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

Reply via email to