From aaaf4d33f4b93455dcc05e783d828e75dfb8249af54822da019ab36c3fc27451 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 1 Sep 2008 13:25:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lksctp-tools?expand=0&rev=5 --- lksctp-tools-1.0.8.tar.bz2 | 3 -- ...patch => lksctp-tools-1.0.9-warnings.patch | 0 lksctp-tools-1.0.9.tar.bz2 | 3 ++ lksctp-tools.changes | 9 ++++ lksctp-tools.spec | 46 ++++++++++++------- 5 files changed, 41 insertions(+), 20 deletions(-) delete mode 100644 lksctp-tools-1.0.8.tar.bz2 rename lksctp-tools-1.0.8-warnings.patch => lksctp-tools-1.0.9-warnings.patch (100%) create mode 100644 lksctp-tools-1.0.9.tar.bz2 diff --git a/lksctp-tools-1.0.8.tar.bz2 b/lksctp-tools-1.0.8.tar.bz2 deleted file mode 100644 index 4fb4ee5..0000000 --- a/lksctp-tools-1.0.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da28a079f659550bf5d142ed3f1cbbc162c58b17e0b682cf6a9c4fe7a092d147 -size 522272 diff --git a/lksctp-tools-1.0.8-warnings.patch b/lksctp-tools-1.0.9-warnings.patch similarity index 100% rename from lksctp-tools-1.0.8-warnings.patch rename to lksctp-tools-1.0.9-warnings.patch diff --git a/lksctp-tools-1.0.9.tar.bz2 b/lksctp-tools-1.0.9.tar.bz2 new file mode 100644 index 0000000..047184f --- /dev/null +++ b/lksctp-tools-1.0.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf87c4834210b2d7b116ae15cb97a01abb361239f4c057ce0b446b4c3290af48 +size 542808 diff --git a/lksctp-tools.changes b/lksctp-tools.changes index 8a0127f..88948af 100644 --- a/lksctp-tools.changes +++ b/lksctp-tools.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 1 14:03:38 CEST 2008 - meissner@suse.de + +- upgraded to 1.0.9 + - adjusted to 2.6.26 + - Implement and export SCTP-AUTH API extensions based on sctpsocket-16 draft + - lots of bugfixes +- disable shared libraries and .la files + ------------------------------------------------------------------- Mon Feb 25 22:53:47 CET 2008 - meissner@suse.de diff --git a/lksctp-tools.spec b/lksctp-tools.spec index b1e0fc5..d3ba919 100644 --- a/lksctp-tools.spec +++ b/lksctp-tools.spec @@ -1,10 +1,17 @@ # -# spec file for package lksctp-tools (Version 1.0.8) +# spec file for package lksctp-tools (Version 1.0.9) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -13,7 +20,7 @@ Name: lksctp-tools Summary: Utilities for SCTP (Stream Control Transmission Protocol) -Version: 1.0.8 +Version: 1.0.9 Release: 1 License: LGPL v2.1 or later Group: Productivity/Networking/Other @@ -39,6 +46,7 @@ Authors: Sridhar Samudrala %package devel +License: LGPL v2.1 or later Summary: Development files for SCTP (Stream Control Transmission Protocol) Group: Development/Libraries/C and C++ Requires: %{name} = %{version} @@ -69,18 +77,20 @@ autoreconf --force --install CPPFLAGS="-I`pwd`/include" \ %configure --prefix=/usr \ --enable-shared \ - --enable-static + --disable-static make %install -test -n "$RPM_BUILD_ROOT" && DESTDIR=$RPM_BUILD_ROOT && rm -rf $DESTDIR -make install DESTDIR=$DESTDIR +make install DESTDIR=$RPM_BUILD_ROOT +rm $RPM_BUILD_ROOT/%{_libdir}/lksctp-tools/*.la +rm $RPM_BUILD_ROOT/%{_libdir}/*.la -%post -%run_ldconfig +%clean +rm -rf $RPM_BUILD_ROOT -%postun -%run_ldconfig +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig %files %defattr(-,root,root,-) @@ -96,18 +106,20 @@ make install DESTDIR=$DESTDIR %defattr(-,root,root,-) %{_includedir}/netinet/sctp.h %{_libdir}/libsctp.so -%{_libdir}/libsctp.a -%{_libdir}/libsctp.la %dir %{_libdir}/lksctp-tools %{_libdir}/lksctp-tools/*.so -%{_libdir}/lksctp-tools/*.a -%{_libdir}/lksctp-tools/*.la %dir %{_datadir}/lksctp-tools %{_datadir}/lksctp-tools/* %{_mandir}/man3/* %changelog -* Mon Feb 25 2008 meissner@suse.de +* Mon Sep 01 2008 meissner@suse.de +- upgraded to 1.0.9 + - adjusted to 2.6.26 + - Implement and export SCTP-AUTH API extensions based on sctpsocket-16 draft + - lots of bugfixes +- disable shared libraries and .la files +* Tue Feb 26 2008 meissner@suse.de - upgraded to 1.0.8 - added various new features - adjusted to 2.6.24 @@ -123,7 +135,7 @@ make install DESTDIR=$DESTDIR - converted neededforbuild to BuildRequires * Mon Dec 12 2005 okir@suse.de - Updated to latest upstream version (1.0.4) -* Wed Nov 02 2005 dmueller@suse.de +* Thu Nov 03 2005 dmueller@suse.de - don't build as root * Fri Jan 21 2005 okir@suse.de - Updated to latest upstream version (1.0.2)