Hello community, here is the log from the commit of package zinnia for openSUSE:Factory checked in at 2013-03-15 10:50:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zinnia (Old) and /work/SRC/openSUSE:Factory/.zinnia.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zinnia", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/zinnia/zinnia.changes 2013-01-11 09:47:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.zinnia.new/zinnia.changes 2013-03-15 10:50:20.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 13 12:13:22 CET 2013 - pgaj...@suse.cz + +- builds with automake 1.13 + * automake-1.13.patch + +------------------------------------------------------------------- New: ---- zinnia-automake-1.13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zinnia.spec ++++++ --- /var/tmp/diff_new_pack.9KT6rl/_old 2013-03-15 10:50:21.000000000 +0100 +++ /var/tmp/diff_new_pack.9KT6rl/_new 2013-03-15 10:50:21.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for zinnia +# spec file for package zinnia # -# Copyright (c) 2010 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,18 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Name: zinnia Version: 0.06 -Release: 1 +Release: 0 Summary: Online hand recognition system with machine learning License: BSD-3-Clause Group: System/Libraries -URL: http://zinnia.sourceforge.net/ +Url: http://zinnia.sourceforge.net/ Source0: %{name}-%{version}.tar.gz Patch0: optflags-fixes.diff -BuildRequires: gcc-c++ python-devel pkg-config libtool +Patch1: zinnia-automake-1.13.patch +BuildRequires: gcc-c++ +BuildRequires: libtool +BuildRequires: pkg-config +BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -63,6 +68,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build autoreconf -fi ++++++ zinnia-automake-1.13.patch ++++++ Index: zinnia-0.06/configure.in =================================================================== --- zinnia-0.06.orig/configure.in +++ zinnia-0.06/configure.in @@ -288,7 +288,7 @@ if test "x$ac_cv_x86_sse" = "xyes"; then fi AC_SUBST(datarootdir) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AC_CONFIG_FILES([zinnia.pc:zinnia.pc.in]) AC_OUTPUT([Makefile Makefile.msvc swig/version.h]) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org