commit lksctp-tools for openSUSE:Factory

2019-05-02 Thread root
Hello community,

here is the log from the commit of package lksctp-tools for openSUSE:Factory 
checked in at 2019-05-02 19:14:07

Comparing /work/SRC/openSUSE:Factory/lksctp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.lksctp-tools.new.5148 (New)


Package is "lksctp-tools"

Thu May  2 19:14:07 2019 rev:26 rq:699388 version:1.0.16

Changes:

--- /work/SRC/openSUSE:Factory/lksctp-tools/lksctp-tools.changes
2015-01-21 21:56:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.lksctp-tools.new.5148/lksctp-tools.changes  
2019-05-02 19:14:13.084997494 +0200
@@ -1,0 +2,5 @@
+Tue Apr 23 12:32:37 UTC 2019 - Martin Liška 
+
+- Disable LTO (boo#1133097).
+
+---



Other differences:
--
++ lksctp-tools.spec ++
--- /var/tmp/diff_new_pack.dmDeb8/_old  2019-05-02 19:14:13.864999477 +0200
+++ /var/tmp/diff_new_pack.dmDeb8/_new  2019-05-02 19:14:13.864999477 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lksctp-tools
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   lksctp-tools
 Summary:Utilities for SCTP (Stream Control Transmission Protocol)
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Productivity/Networking/Other
 Version:1.0.16
 Release:0
@@ -53,6 +53,7 @@
 %setup -q
 
 %build
+%define _lto_cflags %{nil}
 ./bootstrap
 CPPFLAGS="-I`pwd`/include" \
 %configure --prefix=/usr \




commit lksctp-tools for openSUSE:Factory

2015-01-21 Thread h_root
Hello community,

here is the log from the commit of package lksctp-tools for openSUSE:Factory 
checked in at 2015-01-21 21:55:42

Comparing /work/SRC/openSUSE:Factory/lksctp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.lksctp-tools.new (New)


Package is "lksctp-tools"

Changes:

--- /work/SRC/openSUSE:Factory/lksctp-tools/lksctp-tools.changes
2013-08-04 23:52:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.lksctp-tools.new/lksctp-tools.changes   
2015-01-21 21:56:16.0 +0100
@@ -1,0 +2,12 @@
+Sun Jan 11 17:59:00 UTC 2015 - Led 
+
+- upgrade to 1.0.16
+  * code cleanups
+  * various sctp_status fixes
+  * avoid using file descriptor 0 to get ENOTSOCK
+  * various fixes
+  * fix build for prefixed architectures
+- remove patches:
+  * lksctp-fixes.patch
+
+---

Old:

  lksctp-fixes.patch
  lksctp-tools-1.0.15.tar.gz

New:

  lksctp-tools-1.0.16.tar.gz



Other differences:
--
++ lksctp-tools.spec ++
--- /var/tmp/diff_new_pack.eHFPqe/_old  2015-01-21 21:56:17.0 +0100
+++ /var/tmp/diff_new_pack.eHFPqe/_new  2015-01-21 21:56:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lksctp-tools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -20,11 +20,10 @@
 Summary:Utilities for SCTP (Stream Control Transmission Protocol)
 License:LGPL-2.1+
 Group:  Productivity/Networking/Other
-Version:1.0.15
+Version:1.0.16
 Release:0
 Url:http://lksctp.sourceforge.net
 Source0:
http://downloads.sourceforge.net/project/lksctp/lksctp-tools/%{name}-%{version}.tar.gz
-Patch0: lksctp-fixes.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libtool
 
@@ -52,7 +51,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 ./bootstrap

++ lksctp-tools-1.0.15.tar.gz -> lksctp-tools-1.0.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lksctp-tools-1.0.15/ChangeLog 
new/lksctp-tools-1.0.16/ChangeLog
--- old/lksctp-tools-1.0.15/ChangeLog   2013-05-12 11:06:13.0 +0200
+++ new/lksctp-tools-1.0.16/ChangeLog   2014-02-18 11:42:49.0 +0100
@@ -1,8 +1,15 @@
-Version 1.0.15 of the Developers' Release of the SCTP
+Version 1.0.16 of the Developers' Release of the SCTP
 Linux Kernel Implementation is available from
 
 http://www.kernel.org
 
+lksctp-1.0.16: Tue Feb 18 11:01 EDT 2014
+T:APP Code cleanups
+T:APP Various sctp_status fixes
+T:TESTAvoid using file descriptor 0 to get ENOTSOCK
+T:TESTVarious fixes
+T:LIB Fix build for prefixed architectures
+
 lksctp-1.0.15: Sun May 12 11:01 EDT 2013
 T:BUILD   Allow build with no AM_SILENT_RULES support
 T:APP Fix sctp_status
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lksctp-tools-1.0.15/configure.ac 
new/lksctp-tools-1.0.16/configure.ac
--- old/lksctp-tools-1.0.15/configure.ac2013-05-12 11:06:13.0 
+0200
+++ new/lksctp-tools-1.0.16/configure.ac2014-02-18 11:42:49.0 
+0100
@@ -13,7 +13,7 @@
 dnl reduce clutter in the root; if we put it below AM_INIT_AUTOMAKE,
 dnl configure will fail ...)
 
-AC_INIT([lksctp-tools], [1.0.15], [], [], [http://www.lksctp.org/])
+AC_INIT([lksctp-tools], [1.0.16], [], [], [http://www.lksctp.org/])
 AC_CONFIG_AUX_DIR(bin)
 AC_CONFIG_SRCDIR([src/apps/sctp_darn.c])
 AC_CONFIG_HEADERS([config.h])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lksctp-tools-1.0.15/lksctp-tools.spec.in 
new/lksctp-tools-1.0.16/lksctp-tools.spec.in
--- old/lksctp-tools-1.0.15/lksctp-tools.spec.in2013-05-12 
11:06:13.0 +0200
+++ new/lksctp-tools-1.0.16/lksctp-tools.spec.in2014-02-18 
11:42:49.0 +0100
@@ -124,6 +124,9 @@
 %doc doc/*.txt
 
 %changelog
+* Tue Feb 18 2014 Daniel Borkmann  1.0.16-1
+- 1.0.16 Release
+
 * Sun May 12 2013 Daniel Borkmann  1.0.15-1
 - 1.0.15 Release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lksctp-tools-1.0.15/src/apps/myftp.c 
new/lksctp-tools-1.0.16/src/apps/myftp.c
--- old/lksctp-tools-1.0.15/src/apps/myftp.c2013-05-12 11:06:13.0 
+0200
+++ new/lksctp-tools-1.0.16/src/apps/myftp.c2014-02-18 11:42:49.0 
+0100
@@ -51,7 +51,6 @@
 #include 
 #include 
 #include  /* for sockaddr_in */
-#include 
 #include 
 #includ

commit lksctp-tools for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package lksctp-tools for openSUSE:Factory 
checked in at 2013-08-04 20:40:16

Comparing /work/SRC/openSUSE:Factory/lksctp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.lksctp-tools.new (New)


Package is "lksctp-tools"

Changes:

--- /work/SRC/openSUSE:Factory/lksctp-tools/lksctp-tools.changes
2013-01-29 06:59:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.lksctp-tools.new/lksctp-tools.changes   
2013-08-04 23:52:29.0 +0200
@@ -1,0 +2,16 @@
+Thu Aug  1 19:49:35 UTC 2013 - andreas.stie...@gmx.de
+
+- upgrade to 1.0.15
+  * withsctp: fix quoted command line arguments
+  * sctp_status: fix printstatus output
+  * do not returns an error if AM_SILENT_RULES does not exist
+- include changes from 1.0.14
+  * build: only use AM_CPPFLAGS instead of a mixture of AM_CFLAGS and 
AM_CPPFLAGS
+  * test_sctp_sendrecvmsg: fix bug in msg_flag passing
+  * build: fix out-of-tree build of withsctp.
+  * test_1_to_1_threads: fixup pthread hung by giving an array instead of a 
pointer
+  * test_1_to_1_threads: remove unused variable for t_recv and t_send
+  * sctp: Add new spinfo state values to enumeration
+  * build: Modernize autotools
+
+---

Old:

  lksctp-tools-1.0.13.tar.gz

New:

  lksctp-tools-1.0.15.tar.gz



Other differences:
--
++ lksctp-tools.spec ++
--- /var/tmp/diff_new_pack.yxRWvX/_old  2013-08-04 23:52:29.0 +0200
+++ /var/tmp/diff_new_pack.yxRWvX/_new  2013-08-04 23:52:29.0 +0200
@@ -20,7 +20,7 @@
 Summary:Utilities for SCTP (Stream Control Transmission Protocol)
 License:LGPL-2.1+
 Group:  Productivity/Networking/Other
-Version:1.0.13
+Version:1.0.15
 Release:0
 Url:http://lksctp.sourceforge.net
 Source0:
http://downloads.sourceforge.net/project/lksctp/lksctp-tools/%{name}-%{version}.tar.gz
@@ -55,7 +55,7 @@
 %patch0 -p1
 
 %build
-autoreconf --force --install
+./bootstrap
 CPPFLAGS="-I`pwd`/include" \
 %configure --prefix=/usr \
--enable-shared \

++ lksctp-tools-1.0.13.tar.gz -> lksctp-tools-1.0.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lksctp-tools-1.0.13/ChangeLog 
new/lksctp-tools-1.0.15/ChangeLog
--- old/lksctp-tools-1.0.13/ChangeLog   2013-01-23 15:27:55.0 +0100
+++ new/lksctp-tools-1.0.15/ChangeLog   2013-05-12 11:06:13.0 +0200
@@ -1,8 +1,18 @@
-Version 1.0.13 of the Developers' Release of the SCTP
+Version 1.0.15 of the Developers' Release of the SCTP
 Linux Kernel Implementation is available from
 
 http://www.kernel.org
 
+lksctp-1.0.15: Sun May 12 11:01 EDT 2013
+T:BUILD   Allow build with no AM_SILENT_RULES support
+T:APP Fix sctp_status
+T:APP Fix quoted command line arguments
+
+lksctp-1.0.14: Wed Apr 05 11:54 EDT 2013
+T:BUILD   Modernize and fix autotool's build system
+T:TESTFix threading test
+T:TESTZero out flags in sendrecvmsg test
+T:HDR Sync header with the kernel
 
 lksctp-1.0.13: Wed Jan 23 12:13 EDT 2013
 T:BUILD   Use silent rules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lksctp-tools-1.0.13/Makefile.am 
new/lksctp-tools-1.0.15/Makefile.am
--- old/lksctp-tools-1.0.13/Makefile.am 2013-01-23 15:27:55.0 +0100
+++ new/lksctp-tools-1.0.15/Makefile.am 2013-05-12 11:06:13.0 +0200
@@ -12,6 +12,8 @@
 # bin or src products may be required to generate stuff in test/
 SUBDIRS = man bin src doc
 
+ACLOCAL_AMFLAGS=-I m4
+
 # Libtool support
 LIBTOOL_DEPS = @LIBTOOL_DEPS@
 libtool: $(LIBTOOL_DEPS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lksctp-tools-1.0.13/configure.ac 
new/lksctp-tools-1.0.15/configure.ac
--- old/lksctp-tools-1.0.13/configure.ac1970-01-01 01:00:00.0 
+0100
+++ new/lksctp-tools-1.0.15/configure.ac2013-05-12 11:06:13.0 
+0200
@@ -0,0 +1,76 @@
+dnl -*-autoconf-*-
+
+dnl lksctp-tools: Autoconf script
+dnl
+dnl $Id: configure.in,v 1.1.1.2 2002/08/06 23:55:45 inaky Exp $
+
+dnl (C) 2002 Intel Corporation
+dnl I�aky P�rez-Gonz�lez 
+dnl  - Initial packaging
+
+dnl Package info
+dnl (CONFIG_AUX_DIR is for putting stuff in $TOPSRCDIR/bin, so we
+dnl reduce clutter in the root; if we put it below AM_INIT_AUTOMAKE,
+dnl configure will fail ...)
+
+AC_INIT([lksctp-tools], [1.0.15], [], [], [http://www.lksctp.org/])
+AC_CONFIG_AUX_DIR(bin)
+AC_CONFIG_SRCDIR([src/apps/sctp_darn.c])
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
+AC_REVISION($Revision: 1.1.1.2 $)
+AM_INIT_AUTOMAKE
+m4_ifndef([AM_S

commit lksctp-tools for openSUSE:Factory

2013-01-28 Thread h_root
Hello community,

here is the log from the commit of package lksctp-tools for openSUSE:Factory 
checked in at 2013-01-29 06:59:17

Comparing /work/SRC/openSUSE:Factory/lksctp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.lksctp-tools.new (New)


Package is "lksctp-tools", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lksctp-tools/lksctp-tools.changes
2013-01-22 18:18:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.lksctp-tools.new/lksctp-tools.changes   
2013-01-29 06:59:18.0 +0100
@@ -1,0 +2,10 @@
+Sat Jan 26 11:01:29 UTC 2013 - meiss...@suse.com
+
+- upgraded to 1.0.13 (bugfixes)
+  T:BUILD Use silent rules
+  T:BUILD Fix build warnings all over the place
+  T:APP Fix memory leak in sctp_xconnect
+  T:TEST Fix deprecated values in test cases
+- lskctp-fixes.patch: implicit warning fix
+
+---

Old:

  lksctp-tools-1.0.12.tar.gz

New:

  lksctp-fixes.patch
  lksctp-tools-1.0.13.tar.gz



Other differences:
--
++ lksctp-tools.spec ++
--- /var/tmp/diff_new_pack.Wf9K8S/_old  2013-01-29 06:59:19.0 +0100
+++ /var/tmp/diff_new_pack.Wf9K8S/_new  2013-01-29 06:59:19.0 +0100
@@ -20,10 +20,11 @@
 Summary:Utilities for SCTP (Stream Control Transmission Protocol)
 License:LGPL-2.1+
 Group:  Productivity/Networking/Other
-Version:1.0.12
+Version:1.0.13
 Release:0
 Url:http://lksctp.sourceforge.net
 Source0:
http://downloads.sourceforge.net/project/lksctp/lksctp-tools/%{name}-%{version}.tar.gz
+Patch0: lksctp-fixes.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libtool
 
@@ -51,6 +52,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 autoreconf --force --install
@@ -58,7 +60,7 @@
 %configure --prefix=/usr \
--enable-shared \
--disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT

++ lksctp-fixes.patch ++
Index: lksctp-tools-1.0.13/src/withsctp/checksctp.c
===
--- lksctp-tools-1.0.13.orig/src/withsctp/checksctp.c
+++ lksctp-tools-1.0.13/src/withsctp/checksctp.c
@@ -30,6 +30,7 @@
  */
 #include 
 #include 
+#include 
 #include 
 #include 
 
++ lksctp-tools-1.0.12.tar.gz -> lksctp-tools-1.0.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lksctp-tools-1.0.12/AUTHORS 
new/lksctp-tools-1.0.13/AUTHORS
--- old/lksctp-tools-1.0.12/AUTHORS 2013-01-08 16:58:57.0 +0100
+++ new/lksctp-tools-1.0.13/AUTHORS 2013-01-23 15:27:55.0 +0100
@@ -1,36 +1,36 @@
-
 The initial developer and founder of the project:
 -
 La Monte H.P. Yarroll  
 
 Current Maintainer:
 ---
-Sridhar Samudrala  
+Vlad Yasevich  
+Daniel Borkmann
 
 Previous Maintainers:
 
+Sridhar Samudrala  
 Jon Grimm  
 
 Contributors:
 -
 Karl Knutson   
-
 Xingang Guo
-
 Daisy Chang
-
 Inaky Perez-Gonzalez   
-
 Hui Huang  
-
 Dajiang Zhang  
-
 Ryan Layer 
-
 Francois-Xavier Kowalski 
-
-Vlad Yasevich
-
-Frank Filz   
+Frank Filz 
+Ivan Skytte Jorgensen  
+Neil Horman
+Michael Biebl  
+Wei Yongjun
+Sam Miller 
+Andrei Pelinescu-Onciul
+Michele Baldessari 
+Michael Tuexen 
+Fan Du 
 
 Are you missing? drop us a line!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lksctp-tools-1.0.12/ChangeLog 
new/lksctp-tools-1.0.13/ChangeLog
--- old/lksctp-tools-1.0.12/ChangeLog   2013-01-08 16:58:57.0 +0100
+++ new/lksctp-tools-1.0.13/ChangeLog   2013-01-23 15:27:55.0 +0100
@@ -1,9 +1,15 @@
-Version 1.0.12 of the Developers' Release of the SCTP
+Version 1.0.13 of the Developers' Release of the SCTP
 Linux Kernel Implementation is available from
 
 http://www.kernel.org
 
 
+lksctp-1.0.13: Wed Jan 23 12:13 EDT 2013
+T:BUILD   Use silent rules
+T:BUILD   Fix build warnings all over the place
+T:APP Fix memory leak in sctp_xconnect
+T:TESTFix deprecated values in test cases
+
 lksctp-1.0.12: Tue Jan 08 10:45 EDT 2013
 T:API Add needed definitions for DTLS/SCTP.
 T:API Fix data corruption in sctp_send
@@ -14,6 +20,7 @@
 T:API Obsolete interefaces have been removed
 T:API Suport for SCTP_SACK_IMMEDIATELY options
 T:API Support for no

commit lksctp-tools for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package lksctp-tools for openSUSE:Factory 
checked in at 2013-01-22 18:18:37

Comparing /work/SRC/openSUSE:Factory/lksctp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.lksctp-tools.new (New)


Package is "lksctp-tools", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lksctp-tools/lksctp-tools.changes
2012-06-25 12:49:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.lksctp-tools.new/lksctp-tools.changes   
2013-01-22 18:18:39.0 +0100
@@ -1,0 +2,14 @@
+Mon Jan 21 10:38:43 UTC 2013 - meiss...@suse.com
+
+- upgraded to 1.0.12
+  T:API Add needed definitions for DTLS/SCTP.
+  T:API Fix data corruption in sctp_send
+  T:API Implement private SCTP_GET_ASSOC_STATS option to fetch addition
+association data.
+  T:TEST Add more options to conformace test tool.
+  T:APP Add HEARTBEAT command to sctp_darn
+  T:API Obsolete interefaces have been removed
+  T:API Suport for SCTP_SACK_IMMEDIATELY options
+  T:API Support for non-blocking sctp-connectx
+
+---

Old:

  lksctp-tools-1.0.11.tar.gz

New:

  lksctp-tools-1.0.12.tar.gz



Other differences:
--
++ lksctp-tools.spec ++
--- /var/tmp/diff_new_pack.Gf5GfL/_old  2013-01-22 18:18:40.0 +0100
+++ /var/tmp/diff_new_pack.Gf5GfL/_new  2013-01-22 18:18:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lksctp-tools
 #
-# Copyright (c) 2012 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
@@ -20,10 +20,10 @@
 Summary:Utilities for SCTP (Stream Control Transmission Protocol)
 License:LGPL-2.1+
 Group:  Productivity/Networking/Other
-Version:1.0.11
+Version:1.0.12
 Release:0
 Url:http://lksctp.sourceforge.net
-Source0:
http://downloads.sourceforge.net/project/lksctp/lksctp/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/lksctp/lksctp-tools/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libtool
 

++ lksctp-tools-1.0.11.tar.gz -> lksctp-tools-1.0.12.tar.gz ++
 62909 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lksctp-tools for openSUSE:Factory

2012-06-25 Thread h_root
Hello community,

here is the log from the commit of package lksctp-tools for openSUSE:Factory 
checked in at 2012-06-25 12:49:24

Comparing /work/SRC/openSUSE:Factory/lksctp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.lksctp-tools.new (New)


Package is "lksctp-tools", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lksctp-tools/lksctp-tools.changes
2012-02-20 16:15:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.lksctp-tools.new/lksctp-tools.changes   
2012-06-25 12:49:26.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun 20 06:35:03 UTC 2012 - meiss...@suse.com
+
+- upgraded to 1.0.11
+  T:BUILD fix parallel build warning
+  T:BUILD fix make distcheck for lksctp-tools
+  T:BUILD fix compiler warnings in the libraray, apps and tests
+  T:API   Update the sctp.h header to match the kernel.
+
+---

Old:

  lksctp-tools-1.0.10.tar.bz2

New:

  lksctp-tools-1.0.11.tar.gz



Other differences:
--
++ lksctp-tools.spec ++
--- /var/tmp/diff_new_pack.HlyjxW/_old  2012-06-25 12:49:28.0 +0200
+++ /var/tmp/diff_new_pack.HlyjxW/_new  2012-06-25 12:49:28.0 +0200
@@ -15,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   lksctp-tools
 Summary:Utilities for SCTP (Stream Control Transmission Protocol)
 License:LGPL-2.1+
 Group:  Productivity/Networking/Other
-Version:1.0.10
+Version:1.0.11
 Release:0
 Url:http://lksctp.sourceforge.net
-Source0:%name-%version.tar.bz2
+Source0:
http://downloads.sourceforge.net/project/lksctp/lksctp/%{name}-%{version}/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libtool
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lksctp-tools for openSUSE:Factory

2012-02-20 Thread h_root
Hello community,

here is the log from the commit of package lksctp-tools for openSUSE:Factory 
checked in at 2012-02-20 16:15:14

Comparing /work/SRC/openSUSE:Factory/lksctp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.lksctp-tools.new (New)


Package is "lksctp-tools", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lksctp-tools/lksctp-tools.changes
2011-11-25 10:12:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.lksctp-tools.new/lksctp-tools.changes   
2012-02-20 16:15:35.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 15 06:06:42 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---



Other differences:
--
++ lksctp-tools.spec ++
--- /var/tmp/diff_new_pack.M7ZbTj/_old  2012-02-20 16:15:36.0 +0100
+++ /var/tmp/diff_new_pack.M7ZbTj/_new  2012-02-20 16:15:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lksctp-tools
 #
-# 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,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   lksctp-tools
 Summary:Utilities for SCTP (Stream Control Transmission Protocol)
-Version:1.0.10
-Release:2
 License:LGPL-2.1+
 Group:  Productivity/Networking/Other
+Version:1.0.10
+Release:0
 Url:http://lksctp.sourceforge.net
 Source0:%name-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,7 +35,6 @@
 transparent multihoming, and multiple ordered streams of messages.
 
 %package devel
-License:LGPL-2.1+
 Summary:Development files for SCTP (Stream Control Transmission 
Protocol)
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
@@ -53,7 +49,7 @@
 transparent multi-homing, and multiple ordered streams of messages.
 
 %prep
-%setup -q -n %name-%version
+%setup -q
 
 %build
 autoreconf --force --install
@@ -61,16 +57,13 @@
 %configure --prefix=/usr \
--enable-shared \
--disable-static
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT/%{_libdir}/lksctp-tools/*.la
 rm $RPM_BUILD_ROOT/%{_libdir}/*.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lksctp-tools for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package lksctp-tools for openSUSE:Factory 
checked in at 2011-12-06 18:26:50

Comparing /work/SRC/openSUSE:Factory/lksctp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.lksctp-tools.new (New)


Package is "lksctp-tools", Maintainer is "meiss...@suse.com"

Changes:




Other differences:
--
++ lksctp-tools.spec ++
--- /var/tmp/diff_new_pack.tqCyGD/_old  2011-12-06 18:48:41.0 +0100
+++ /var/tmp/diff_new_pack.tqCyGD/_new  2011-12-06 18:48:41.0 +0100
@@ -22,7 +22,7 @@
 Summary:Utilities for SCTP (Stream Control Transmission Protocol)
 Version:1.0.10
 Release:2
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  Productivity/Networking/Other
 Url:http://lksctp.sourceforge.net
 Source0:%name-%version.tar.bz2
@@ -38,7 +38,7 @@
 transparent multihoming, and multiple ordered streams of messages.
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Development files for SCTP (Stream Control Transmission 
Protocol)
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lksctp-tools for openSUSE:Factory

2011-11-25 Thread h_root
Hello community,

here is the log from the commit of package lksctp-tools for openSUSE:Factory 
checked in at 2011-11-25 11:12:20

Comparing /work/SRC/openSUSE:Factory/lksctp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.lksctp-tools.new (New)


Package is "lksctp-tools", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lksctp-tools/lksctp-tools.changes
2011-09-23 02:11:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.lksctp-tools.new/lksctp-tools.changes   
2011-11-25 10:12:49.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 24 10:19:35 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ lksctp-tools.spec ++
--- /var/tmp/diff_new_pack.whoGac/_old  2011-11-25 10:12:50.0 +0100
+++ /var/tmp/diff_new_pack.whoGac/_new  2011-11-25 10:12:50.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package lksctp-tools (Version 1.0.10)
+# spec file for package lksctp-tools
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -27,6 +27,7 @@
 Url:http://lksctp.sourceforge.net
 Source0:%name-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libtool
 
 %description
 This package contains the SCTP base runtime library and command line

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org