Hello community,

here is the log from the commit of package ccaudio2 for openSUSE:Factory 
checked in at 2012-03-08 19:42:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ccaudio2 (Old)
 and      /work/SRC/openSUSE:Factory/.ccaudio2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/ccaudio2/ccaudio2.changes        2011-12-05 
12:43:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ccaudio2.new/ccaudio2.changes   2012-03-08 
19:42:29.000000000 +0100
@@ -1,0 +2,21 @@
+Wed Feb 22 16:27:23 UTC 2012 - [email protected]
+
+- downgrade to version 1.0.0
+  * the only user bayonne2 is incompatible with 2.X.X versions
+
+-------------------------------------------------------------------
+Wed Feb 22 08:54:30 UTC 2012 - [email protected]
+
+- create /usr/include/c++/audio2.h for compatibility
+
+-------------------------------------------------------------------
+Tue Feb 21 14:32:35 UTC 2012 - [email protected]
+
+- create a libccaudio2 subpackage
+
+-------------------------------------------------------------------
+Tue Feb 21 12:29:29 UTC 2012 - [email protected]
+
+- update to version 2.0.5
+
+-------------------------------------------------------------------

Old:
----
  ccaudio2-0.9.9-const.patch
  ccaudio2-0.9.9.diff
  ccaudio2-0.9.9.tar.bz2
  ccaudio2-codec.patch

New:
----
  baselibs.conf
  ccaudio2-1.0.0.tar.bz2
  ccaudio2-man.patch

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

Other differences:
------------------
++++++ ccaudio2.spec ++++++
--- /var/tmp/diff_new_pack.CGR7OW/_old  2012-03-08 19:42:31.000000000 +0100
+++ /var/tmp/diff_new_pack.CGR7OW/_new  2012-03-08 19:42:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ccaudio2
 #
-# 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
@@ -18,82 +18,76 @@
 
 
 Name:           ccaudio2
-BuildRequires:  commoncpp2-devel gcc-c++ glibc-devel libgsm-devel pkg-config 
speex-devel
+BuildRequires:  gcc-c++ glibc-devel libgsm-devel pkg-config speex-devel
 BuildRequires:  libtool
 Url:            http://www.gnu.org/software/ccaudio/
-License:        GPL-2.0+
+License:        LGPL-3.0+
 Group:          System/Libraries
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 AutoReqProv:    on
-Provides:       ccaudio
-Obsoletes:      ccaudio
-Summary:        a C++ class framework for processing audio files
-Version:        0.9.9
-Release:        139
+Summary:        A C++ class framework for processing audio files
+Version:        1.0.0
+Release:        1
 Source:         %{name}-%{version}.tar.bz2
-Patch:          %{name}-%{version}-const.patch
-Patch1:         %{name}-codec.patch
-Patch2:         %{name}-%{version}.diff
+Source1:        baselibs.conf
+Patch:          ccaudio2-man.patch
 
 %description
-The GNU ccAudio2 package offers a highly portable C++ class framework
-for developing applications which manipulate audio streams and various
-disk based audio file formats. At the moment ccaudio is primarily a
-class framework for handling .au, .wav (RIFF), and various .raw audio
-encoding formats under Posix and win32 systems, though it may expand to
-become a general purpose audio and soundcard support library.  Support
-for controlling CD audio devices has recently been added as well as
-support for codecs and other generic audio processing services.
+The GNU telephonic audio library covers a range of functionality including
+tone generation and detection, streaming and transcoding of encoded audio
+frames, accessing of audio files on disk, phrasebook management, and audio
+utilities.
+
 
 %package devel
-License:        GPL-2.0+
-Summary:        Include-files and documentation for ccaudio
+License:        LGPL-3.0+
+Summary:        Include-files and development files for ccaudio
 Group:          Development/Libraries/Other
-Requires:       %{name} = %{version} libstdc++-devel
-Provides:       ccaudio-devel
-Obsoletes:      ccaudio-devel
-
-%description -n ccaudio2-devel
-This package contains include files and documentation for developing
-applications with ccaudio.
+Requires:       %{name} = %{version}
+Requires:       libstdc++-devel glibc-devel
+
+%description -n %{name}-devel
+This package provides header and support files for building applications
+that use GNU ccAudio.
 
 %prep
 %setup -q
 %patch -p1
-%patch1
-%patch2 -p1
 
 %build
 autoreconf --force --install
 CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" 
-%configure --with-pic --disable-static --disable-gsm
-make
+%configure --with-pic --disable-static 
+# %%configure --with-pic --disable-static  --disable-gsm
+%{__make} %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm -f %{buildroot}%_libdir/libccaudio*.la
+%{__rm} -rf %{buildroot}
+%{__make} DESTDIR=%{buildroot} INSTALL="install -p" install
+%{__rm} %{buildroot}%{_libdir}/ccaudio2*/*.la
 
 %clean
-rm -rf $RPM_BUILD_ROOT;
+rm -rf %{buildroot}
 
-%post -p /sbin/ldconfig
+%post -n ccaudio2 -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n ccaudio2 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,0755)
-%dir %{_libdir}/ccaudio2-0.9
-%{_libdir}/libccaudio*.so.*
-%{_libdir}/ccaudio2-0.9/*
+%doc AUTHORS COPYING NEWS README TODO ChangeLog
+%{_bindir}/*
+%{_mandir}/*/*
+%{_libdir}/*.so.*
+%dir %{_libdir}/ccaudio2*/
+%{_libdir}/ccaudio2*/*
 
 %files devel
 %defattr(-,root,root,0755)
-%doc AUTHORS COPYING NEWS README TODO ChangeLog
-%{_libdir}/pkgconfig/libccaudio2.pc
-%{_bindir}/audiotool
-%{_bindir}/tonetool
-%{_libdir}/libccaudio*.so
-%{_includedir}/cc++/audio2.h
-%{_mandir}/man1/*.1*
+%{_libdir}/*.so
+%{_libdir}/*.la
+%dir %{_includedir}/cc++/
+%{_includedir}/cc++/*
+%{_libdir}/pkgconfig/*.pc
 
 %changelog

++++++ baselibs.conf ++++++
ccaudio2
ccaudio2-devel
++++++ ccaudio2-0.9.9.tar.bz2 -> ccaudio2-1.0.0.tar.bz2 ++++++
++++ 83286 lines of diff (skipped)

++++++ ccaudio2-man.patch ++++++
Index: ccaudio2-1.0.0/utils/Makefile.am
===================================================================
--- ccaudio2-1.0.0.orig/utils/Makefile.am
+++ ccaudio2-1.0.0/utils/Makefile.am
@@ -18,7 +18,6 @@ LDADD = ../src/libccaudio2.la $(DYN_LOAD
 bin_PROGRAMS = audiotool tonetool
 
 noinst_HEADERS = audiotool.h tonetool.h
-man1_MANS = audiotool.1 tonetool.1
 man_MANS = audiotool.1 tonetool.1
 
 audiotool_SOURCES = audiotool.cpp info.cpp notation.cpp rewrite.cpp \
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to