Hello community,

here is the log from the commit of package xdelta for openSUSE:Factory checked 
in at 2013-03-05 13:33:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdelta (Old)
 and      /work/SRC/openSUSE:Factory/.xdelta.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdelta", Maintainer is "pgaj...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xdelta/xdelta.changes    2011-11-22 
17:50:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xdelta.new/xdelta.changes       2013-03-05 
13:33:02.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar  5 10:58:56 UTC 2013 - pgaj...@suse.com
+
+- builds with automake 1.13
+  * automake-1.13.patch
+
+-------------------------------------------------------------------

New:
----
  xdelta-1.1.4-automake-1.13.patch

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

Other differences:
------------------
++++++ xdelta.spec ++++++
--- /var/tmp/diff_new_pack.dT4pPa/_old  2013-03-05 13:33:04.000000000 +0100
+++ /var/tmp/diff_new_pack.dT4pPa/_new  2013-03-05 13:33:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xdelta
 #
-# Copyright (c) 2011 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,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           xdelta
-BuildRequires:  coreutils glib2-devel glibc-devel libtool zlib-devel
-License:        GPL-2.0+
-Group:          Productivity/Archiving/Backup
+BuildRequires:  coreutils
+BuildRequires:  glib2-devel
+BuildRequires:  glibc-devel
+BuildRequires:  libtool
+BuildRequires:  zlib-devel
 Version:        1.1.4
-Release:        191
+Release:        0
 Summary:        Binary delta generator and RCS replacement library
+License:        GPL-2.0+
+Group:          Productivity/Archiving/Backup
 Source:         %{name}-%{version}.tar.bz2
 Patch:          %{name}-%{version}.patch
 Patch2:         %{name}-%{version}-autoconf.patch
 Patch3:         %{name}-%{version}-aliasing.patch
 Patch4:         %{name}-%{version}-glib2.patch
 Patch5:         %{name}-%{version}-large-files.patch
+Patch6:         %{name}-%{version}-automake-1.13.patch
 Source1:        xdeltadir.pl
 Source2:        xdeltadir.1.gz
 Url:            http://xdelta.org/
@@ -43,7 +46,6 @@
 binary files, too.
 
 %package devel
-License:        GPL-2.0+
 Summary:        Binary delta generator and RCS replacement library
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
@@ -62,6 +64,7 @@
 %patch3
 %patch4
 %patch5 -p1
+%patch6 -p1
 
 %build
 %{?suse_update_config:%{suse_update_config -f}}

++++++ xdelta-1.1.4-automake-1.13.patch ++++++
Index: xdelta-1.1.4/configure.in
===================================================================
--- xdelta-1.1.4.orig/configure.in
+++ xdelta-1.1.4/configure.in
@@ -2,7 +2,7 @@ dnl -*-Mode: C; comment-start: "dnl "-*-
 dnl Process this file with autoconf to produce a configure script.
 AC_REVISION([configure.in,v 1.2 1998/10/03 00:17:50 jmacd Exp])dnl
 AC_INIT(xdelta.c)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 
 dnl $Format: "AM_INIT_AUTOMAKE(xdelta, $ReleaseVersion$, no-define)" $
 AM_INIT_AUTOMAKE(xdelta, 1.1.4, no-define)

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

Reply via email to