Mailinglist Archive: opensuse-commit (2092 mails)
| < Previous | Next > |
commit spandsp
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 03 Aug 2007 01:06:44 +0200
- Message-id: <20070802230644.666C2678332@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package spandsp
checked in at Fri Aug 3 01:06:44 CEST 2007.
--------
--- spandsp/spandsp.changes 2007-03-13 16:28:18.000000000 +0100
+++ /mounts/work_src_done/STABLE/spandsp/spandsp.changes 2007-08-02 14:37:55.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Aug 2 14:37:03 CEST 2007 - max@xxxxxxx
+
+- Update to final 0.0.3 version (obsoletes our previous patches)
+- Split off a devel package
+
+-------------------------------------------------------------------
Old:
----
spandsp-0.0.3_array-subscript.patch
spandsp-0.0.3pre24.tar.bz2
spandsp.patch
New:
----
spandsp-0.0.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ spandsp.spec ++++++
--- /var/tmp/diff_new_pack.zP1753/_old 2007-08-03 01:06:10.000000000 +0200
+++ /var/tmp/diff_new_pack.zP1753/_new 2007-08-03 01:06:10.000000000 +0200
@@ -15,12 +15,10 @@
URL: http://www.opencall.org
Summary: A DSP library for Telephony and SoftFAX
Version: 0.0.3
-Release: 18
-License: GNU General Public License (GPL)
+Release: 29
+License: GPL v2 or later
Group: System/Libraries
-Source0: %{name}-%{version}pre24.tar.bz2
-Patch0: %name.patch
-Patch1: %{name}-%{version}_array-subscript.patch
+Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -36,15 +34,25 @@
--------
Steve Underwood <steveu@xxxxxxxxxxx>
+%package devel
+Summary: Development files for the SpanDSP library
+Group: Development/Libraries/C and C++
+Requires: %name = %version
+
+%description devel
+This package contains files that are needed for developing or compiling
+software that uses the spandsp library.
+
+
+
+Authors:
+--------
+ Steve Underwood <steveu@xxxxxxxxxxx>
+
%prep
%setup -q
-%patch0
-%patch1
%build
-#%{?suse_update_config:%suse_update_config}
-#autoreconf --force --install
-export CFLAGS="%optflags"
%configure
make
@@ -55,14 +63,26 @@
%clean
rm -rf %buildroot
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
%files
%defattr(-,root,root,-)
-%doc COPYING INSTALL AUTHORS NEWS README DueDiligence ChangeLog
-%_includedir/*
-%_libdir/lib*
+%doc COPYING AUTHORS NEWS README DueDiligence ChangeLog
+%_libdir/libspandsp.so.*
/usr/share/spandsp
+%files devel
+%defattr(-,root,root,-)
+%_libdir/libspandsp.so
+%_libdir/libspandsp.a
+%_includedir/*
+
%changelog
+* Thu Aug 02 2007 - max@xxxxxxx
+- Update to final 0.0.3 version (obsoletes our previous patches)
+- Split off a devel package
* Tue Mar 13 2007 - pgajdos@xxxxxxx
- fixed 'warning: array subscript is above array bounds' (#239958)
- array-subscript.patch
++++++ spandsp-0.0.3pre24.tar.bz2 -> spandsp-0.0.3.tar.bz2 ++++++
++++ 59951 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |