Hello community,

here is the log from the commit of package zvbi for openSUSE:Factory checked in 
at 2013-03-14 15:07:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zvbi (Old)
 and      /work/SRC/openSUSE:Factory/.zvbi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zvbi", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/zvbi/zvbi.changes        2012-08-28 
21:12:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.zvbi.new/zvbi.changes   2013-03-14 
15:09:02.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Mar 13 11:48:04 CET 2013 - [email protected]
+
+- builds with automake 1.13
+  * automake-1.13.patch
+
+-------------------------------------------------------------------

New:
----
  zvbi-automake-1.13.patch

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

Other differences:
------------------
++++++ zvbi.spec ++++++
--- /var/tmp/diff_new_pack.1O72zl/_old  2013-03-14 15:09:03.000000000 +0100
+++ /var/tmp/diff_new_pack.1O72zl/_new  2013-03-14 15:09:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zvbi
 #
-# 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
@@ -16,18 +16,21 @@
 #
 
 
-
 Name:           zvbi
-BuildRequires:  doxygen gcc-c++ libtool xorg-x11-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  xorg-x11-devel
 Url:            http://zapping.sf.net/
-License:        LGPL-2.1+ and GPL-2.0+
-Group:          Development/Libraries/Other
 Version:        0.2.33
-Release:        11
+Release:        0
 Summary:        Linux "VBI proxy"
+License:        LGPL-2.1+ and GPL-2.0+
+Group:          Development/Libraries/Other
 Source:         %{name}-%{version}.tar.bz2
 Source2:        baselibs.conf
 Patch1:         fix-headers.patch
+Patch2:         zvbi-automake-1.13.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,9 +42,8 @@
 solution to this problem.
 
 %package -n libzvbi0
-License:        LGPL-2.1+ and GPL-2.0+
-Group:          System/Libraries
 Summary:        VBI Decoding Library
+Group:          System/Libraries
 
 %description -n libzvbi0
 VBI stands for Vertical Blanking Interval, a gap between the image data
@@ -54,11 +56,10 @@
 data of several popular services.
 
 %package devel
-License:        LGPL-2.1+ and GPL-2.0+
-Group:          Development/Libraries/Other
 Summary:        VBI decoding library - devel package
-Requires:       libzvbi0 = %{version}
+Group:          Development/Libraries/Other
 Requires:       glibc-devel
+Requires:       libzvbi0 = %{version}
 
 %description devel
 include files, static library, ...
@@ -66,6 +67,7 @@
 %prep
 %setup -q
 %patch1
+%patch2 -p1
 
 %build
 ACLOCAL="aclocal -I m4" autoreconf -fi

++++++ zvbi-automake-1.13.patch ++++++
Index: zvbi-0.2.33/configure.in
===================================================================
--- zvbi-0.2.33.orig/configure.in
+++ zvbi-0.2.33/configure.in
@@ -5,7 +5,7 @@ AC_INIT(zvbi, 0.2.33)
 AC_CONFIG_SRCDIR(src/vbi.c)
 
 AM_INIT_AUTOMAKE([1.9 check-news dist-bzip2])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 AM_ACLOCAL_INCLUDE(m4)
 AM_MAINTAINER_MODE
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to