Hello community, here is the log from the commit of package libzip for openSUSE:Factory checked in at 2013-03-05 10:11:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libzip (Old) and /work/SRC/openSUSE:Factory/.libzip.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzip", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libzip/libzip.changes 2012-03-22 12:36:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libzip.new/libzip.changes 2013-03-05 10:11:23.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Mar 4 02:21:11 UTC 2013 - [email protected] + +- Specify exact build requirements on autotools + (2.68 comes from patch; tarball has 2.57) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzip.spec ++++++ --- /var/tmp/diff_new_pack.Tyu4pb/_old 2013-03-05 10:11:24.000000000 +0100 +++ /var/tmp/diff_new_pack.Tyu4pb/_new 2013-03-05 10:11:24.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libzip # -# Copyright (c) 2012 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,7 +16,6 @@ # - Name: libzip Version: 0.10.1 Release: 0 @@ -25,6 +24,7 @@ Group: Development/Libraries/C and C++ Source0: http://www.nih.at/libzip/%{name}-%{version}.tar.bz2 Url: http://www.nih.at/libzip +BuildRequires: autoconf >= 2.68 BuildRequires: libtool BuildRequires: pkg-config BuildRequires: zlib-devel @@ -60,7 +60,8 @@ %package devel Summary: C library for reading, creating, and modifying zip archives Group: Development/Libraries/C and C++ -Requires: libzip%{soname} = %{version} glibc-devel +Requires: glibc-devel +Requires: libzip%{soname} = %{version} %description devel libzip is a C library for reading, creating, and modifying zip -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
