Hello community,

here is the log from the commit of package libofa for openSUSE:Factory checked 
in at 2012-03-22 12:34:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libofa (Old)
 and      /work/SRC/openSUSE:Factory/.libofa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/libofa/libofa.changes    2011-11-21 
15:47:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libofa.new/libofa.changes       2012-03-22 
12:35:35.000000000 +0100
@@ -1,0 +2,10 @@
+Fri Mar 16 11:44:18 UTC 2012 - [email protected]
+
+- fix license tag
+
+-------------------------------------------------------------------
+Wed Mar 14 20:46:37 UTC 2012 - [email protected]
+
+- Add libofa-0.9.3-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  libofa-0.9.3-gcc47.patch

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

Other differences:
------------------
++++++ libofa.spec ++++++
--- /var/tmp/diff_new_pack.QsSeiI/_old  2012-03-22 12:35:36.000000000 +0100
+++ /var/tmp/diff_new_pack.QsSeiI/_new  2012-03-22 12:35:36.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libofa
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           libofa
 Summary:        Open Fingerprint Architecture Library
-License:        GPL-2.0+ or APL-1.0 (spdx.org/licenses)
+License:        GPL-2.0+ or APL-1.0
 Group:          System/Libraries
 Version:        0.9.3
-Release:        88
+Release:        0
 Url:            http://code.google.com/p/musicip-libofa/
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
@@ -32,8 +30,13 @@
 Patch2:         libofa-0.9.3-pkgconfigbloat.patch
 Patch3:         libofa-0.9.3-gcc44.patch
 Patch4:         libofa-curl-types.patch
-BuildRequires:  curl-devel fftw3-devel gcc-c++ libexpat-devel pkg-config
+Patch5:         libofa-0.9.3-gcc47.patch
+BuildRequires:  curl-devel
+BuildRequires:  fftw3-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libexpat-devel
 BuildRequires:  libtool
+BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,8 +49,8 @@
 
 %package -n libofa0
 
-Group:          System/Libraries
 Summary:        Open Fingerprint Architecture Library
+Group:          System/Libraries
 Provides:       %{name} = %{version}
 #opensuse 10.3
 Obsoletes:      libofa < 0.9.3
@@ -62,9 +65,12 @@
 
 %package devel
 
-Group:          Development/Libraries/C and C++
-Requires:       libofa0 = %{version} fftw3-devel libexpat-devel glibc-devel
+Requires:       fftw3-devel
+Requires:       glibc-devel
+Requires:       libexpat-devel
+Requires:       libofa0 = %{version}
 Summary:        Open Fingerprint Architecture Library
+Group:          Development/Libraries/C and C++
 
 %description devel
 MusicDNS and the Open Fingerprint Architecture provide a system for
@@ -81,6 +87,7 @@
 %patch2
 %patch3 -p1
 %patch4
+%patch5 -p1
 tr -d '\r' <README >README~
 mv README~ README
 

++++++ libofa-0.9.3-gcc47.patch ++++++
Index: libofa-0.9.3/examples/uselame.cpp
===================================================================
--- libofa-0.9.3.orig/examples/uselame.cpp
+++ libofa-0.9.3/examples/uselame.cpp
@@ -7,6 +7,7 @@
 
 -------------------------------------------------------------------*/
 #include <cstring>
+#include <unistd.h>
 #include "protocol.h"
 #ifdef WIN32
 #include "windows.h"
Index: libofa-0.9.3/examples/wavefile.cpp
===================================================================
--- libofa-0.9.3.orig/examples/wavefile.cpp
+++ libofa-0.9.3/examples/wavefile.cpp
@@ -6,6 +6,7 @@
    No rights reserved.
 
 -------------------------------------------------------------------*/
+#include <unistd.h>
 #include "protocol.h"
 #ifdef WIN32
 #include "io.h"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to