commit linux-atm for openSUSE:Factory

2019-12-16 Thread root
Hello community,

here is the log from the commit of package linux-atm for openSUSE:Factory 
checked in at 2019-12-16 17:26:30

Comparing /work/SRC/openSUSE:Factory/linux-atm (Old)
 and  /work/SRC/openSUSE:Factory/.linux-atm.new.4691 (New)


Package is "linux-atm"

Mon Dec 16 17:26:30 2019 rev:29 rq:756877 version:2.5.2

Changes:

--- /work/SRC/openSUSE:Factory/linux-atm/linux-atm.changes  2019-07-22 
12:17:40.751707104 +0200
+++ /work/SRC/openSUSE:Factory/.linux-atm.new.4691/linux-atm.changes
2019-12-16 17:26:32.147956136 +0100
@@ -1,0 +2,7 @@
+Fri Dec  6 11:26:11 UTC 2019 - Martin Pluskal 
+
+- Modernise spec file a bit:
+  * Move licnse to library package
+  * Use more of new macros for building
+
+---



Other differences:
--
++ linux-atm.spec ++
--- /var/tmp/diff_new_pack.1FboXI/_old  2019-12-16 17:26:32.967955808 +0100
+++ /var/tmp/diff_new_pack.1FboXI/_new  2019-12-16 17:26:32.971955806 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package linux-atm
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
+%global sover   1
 Name:   linux-atm
 Version:2.5.2
 Release:0
-%global sover   1
 Summary:Tools for ATM
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Networking/Other
-
-Url:http://linux-atm.sourceforge.net/
+URL:http://linux-atm.sourceforge.net/
 Source0:
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM linux-atm-2.5.2_fdleak.patch
 Patch0: linux-atm-2.5.2_fdleak.patch
@@ -36,25 +35,20 @@
 Patch3: linux-atm-2.5.2-remove-headers-crude-hack.patch
 # PATCH-FIX-UPSTREAM fix-build-after-y2038-changes-in-glibc.patch -- fix build 
after y2038 changes in glibc
 Patch4: fix-build-after-y2038-changes-in-glibc.patch
-
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  glibc-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Tools to support ATM (Asynchronous Transfer Mode) networking.
 
-
 %package -n libatm%{sover}
-
 Summary:Libraries for ATM
 Group:  System/Libraries
 
 %description -n libatm%{sover}
 Libraries for ATM (Asynchronous Transfer Mode) networking.
 
-
 %package devel
 Summary:Development for ATM
 Group:  Development/Libraries/C and C++
@@ -64,40 +58,34 @@
 Libraries and header files for ATM (Asynchronous Transfer Mode)
 networking.
 
-
 %prep
-%setup -q
-%autopatch -p1
+%autosetup -p1
 
 %build
 %configure --disable-static
-%{__make} %{?_smp_mflags}
+%make_build
 
 %install
-%{__make} install DESTDIR=%{buildroot}
-%{__rm} -rf %{buildroot}%{_libdir}/*.la
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libatm%{sover} -p /sbin/ldconfig
-
 %postun -n libatm%{sover} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
+%doc README AUTHORS ChangeLog NEWS THANKS BUGS
 %config(noreplace) %{_sysconfdir}/atmsigd.conf
 %config(noreplace) %{_sysconfdir}/hosts.atm
 %{_bindir}/*
 %{_sbindir}/*
 /lib/firmware/*
-%doc README AUTHORS ChangeLog NEWS THANKS BUGS
-%license COPYING COPYING.GPL COPYING.LGPL
-%doc %{_mandir}/man*/*.gz
+%{_mandir}/man*/*.gz
 
 %files -n libatm%{sover}
-%defattr(-,root,root)
+%license COPYING COPYING.GPL COPYING.LGPL
 %{_libdir}/libatm.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/atm*.h
 %{_libdir}/libatm.so
 




commit linux-atm for openSUSE:Factory

2019-07-22 Thread root
Hello community,

here is the log from the commit of package linux-atm for openSUSE:Factory 
checked in at 2019-07-22 12:17:39

Comparing /work/SRC/openSUSE:Factory/linux-atm (Old)
 and  /work/SRC/openSUSE:Factory/.linux-atm.new.4126 (New)


Package is "linux-atm"

Mon Jul 22 12:17:39 2019 rev:28 rq:714595 version:2.5.2

Changes:

--- /work/SRC/openSUSE:Factory/linux-atm/linux-atm.changes  2019-01-15 
09:09:28.574618546 +0100
+++ /work/SRC/openSUSE:Factory/.linux-atm.new.4126/linux-atm.changes
2019-07-22 12:17:40.751707104 +0200
@@ -1,0 +2,5 @@
+Thu Jul 11 06:03:18 UTC 2019 - Jiri Slaby 
+
+- add fix-build-after-y2038-changes-in-glibc.patch
+
+---

New:

  fix-build-after-y2038-changes-in-glibc.patch



Other differences:
--
++ linux-atm.spec ++
--- /var/tmp/diff_new_pack.qwKjHg/_old  2019-07-22 12:17:42.091706740 +0200
+++ /var/tmp/diff_new_pack.qwKjHg/_new  2019-07-22 12:17:42.091706740 +0200
@@ -34,6 +34,8 @@
 Patch2: linux-atm-2.5.2-fix-header-conflict.patch
 # PATCH-FIX-UPSTREAM linux-atm-2.5.2-remove-headers-crude-hack.patch -- Remove 
headers crude hack
 Patch3: linux-atm-2.5.2-remove-headers-crude-hack.patch
+# PATCH-FIX-UPSTREAM fix-build-after-y2038-changes-in-glibc.patch -- fix build 
after y2038 changes in glibc
+Patch4: fix-build-after-y2038-changes-in-glibc.patch
 
 BuildRequires:  bison
 BuildRequires:  flex

++ fix-build-after-y2038-changes-in-glibc.patch ++
From: Bastien Nocera 
Date: Fri, 7 Jun 2019 09:51:33 +0200
Subject: fix build after y2038 changes in glibc
Patch-mainline: upstream seems to be dead

SIOCGSTAMP is now defined in linux/sockios.h. Include that file wherever
needed.

Signed-off-by: Jiri Slaby 
---
 src/maint/atmdump.c  |1 +
 src/maint/saaldump.c |1 +
 2 files changed, 2 insertions(+)

--- a/src/maint/atmdump.c
+++ b/src/maint/atmdump.c
@@ -16,6 +16,7 @@
 #include 
 #include  /* for htonl and ntohl */
 #include 
+#include 
 
 
 static const char *pti[] = { "Data SDU 0","Data SDU 1","Data SDU 0, CE",
--- a/src/maint/saaldump.c
+++ b/src/maint/saaldump.c
@@ -16,6 +16,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "pdu.h"
 #define DUMP_MODE



commit linux-atm for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package linux-atm for openSUSE:Factory 
checked in at 2016-11-04 20:48:56

Comparing /work/SRC/openSUSE:Factory/linux-atm (Old)
 and  /work/SRC/openSUSE:Factory/.linux-atm.new (New)


Package is "linux-atm"

Changes:

--- /work/SRC/openSUSE:Factory/linux-atm/linux-atm.changes  2014-01-30 
12:52:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.linux-atm.new/linux-atm.changes 2016-11-04 
20:48:57.0 +0100
@@ -1,0 +2,6 @@
+Mon Oct 17 09:36:39 UTC 2016 - sch...@suse.de
+
+- linux-atm-2.5.2-fix-header-conflict.patch: avoid conflict with kernel
+  headers
+
+---

New:

  linux-atm-2.5.2-fix-header-conflict.patch



Other differences:
--
++ linux-atm.spec ++
--- /var/tmp/diff_new_pack.2xWNPe/_old  2016-11-04 20:48:58.0 +0100
+++ /var/tmp/diff_new_pack.2xWNPe/_new  2016-11-04 20:48:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package linux-atm
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -30,6 +30,8 @@
 Patch0: linux-atm-2.5.2_fdleak.patch
 # PATCH-FIX-UPSTREAM linux-atm-2.5.2_implicit-fortify-decl.patch -- fix 
implicit declarations
 Patch1: linux-atm-2.5.2_implicit-fortify-decl.patch
+# PATCH-FIX-UPSTREAM linux-atm-2.5.2-fix-header-conflict.patch -- avoid 
conflict with kernel headers
+Patch2: linux-atm-2.5.2-fix-header-conflict.patch
 
 BuildRequires:  bison
 BuildRequires:  flex
@@ -63,6 +65,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure --disable-static

++ linux-atm-2.5.2-fix-header-conflict.patch ++
Index: linux-atm-2.5.2/src/maint/zntune.c
===
--- linux-atm-2.5.2.orig/src/maint/zntune.c
+++ linux-atm-2.5.2/src/maint/zntune.c
@@ -14,6 +14,7 @@
 #include 
 #include 
 #include  /* for struct timeval, although it's not used */
+#define _LINUX_TIME_H /* block linux/time.h from being included */
 #include 
 
 



commit linux-atm for openSUSE:Factory

2014-01-30 Thread h_root
Hello community,

here is the log from the commit of package linux-atm for openSUSE:Factory 
checked in at 2014-01-30 12:51:59

Comparing /work/SRC/openSUSE:Factory/linux-atm (Old)
 and  /work/SRC/openSUSE:Factory/.linux-atm.new (New)


Package is linux-atm

Changes:

--- /work/SRC/openSUSE:Factory/linux-atm/linux-atm.changes  2013-03-11 
12:06:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.linux-atm.new/linux-atm.changes 2014-01-30 
12:52:00.0 +0100
@@ -1,0 +2,16 @@
+Thu Jan 23 21:59:12 UTC 2014 - a...@ajaissle.de
+
+- Cleanup spec file, remove %clean section
+- Updated to 2.5.2
+- Removed linux-atm-2.5.0.diff (in mainline)
+- Removed linux-atm-2.5.0-include.patch (in mainline)
+- Rebased linux-atm-2.5.0-fdleak.patch as linux-atm-2.5.2_fdleak.patch
+- Added linux-atm-2.5.2_implicit-fortify-decl.patch to fix implicit 
declarations
+
+---
+Tue Apr 16 08:05:54 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---

Old:

  linux-atm-2.5.0-fdleak.patch
  linux-atm-2.5.0-include.patch
  linux-atm-2.5.0.diff
  linux-atm-2.5.0.tar.bz2

New:

  linux-atm-2.5.2.tar.gz
  linux-atm-2.5.2_fdleak.patch
  linux-atm-2.5.2_implicit-fortify-decl.patch



Other differences:
--
++ linux-atm.spec ++
--- /var/tmp/diff_new_pack.YCV811/_old  2014-01-30 12:52:01.0 +0100
+++ /var/tmp/diff_new_pack.YCV811/_new  2014-01-30 12:52:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package linux-atm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,79 +17,83 @@
 
 
 Name:   linux-atm
-%define sover  1
-BuildRequires:  bison
-BuildRequires:  flex
-BuildRequires:  glibc-devel
-Url:http://sourceforge.net/projects/linux-atm/
+Version:2.5.2
+Release:0
+%global sover   1
 Summary:Tools for ATM
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Networking/Other
-Version:2.5.0
-Release:0
-Source0:linux-atm-%{version}.tar.bz2
-Patch0: linux-atm-%{version}.diff
-Patch1: linux-atm-2.5.0-include.patch
-Patch2: linux-atm-2.5.0-fdleak.patch
+
+Url:http://linux-atm.sourceforge.net/
+Source0:
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM linux-atm-2.5.2_fdleak.patch
+Patch0: linux-atm-2.5.2_fdleak.patch
+# PATCH-FIX-UPSTREAM linux-atm-2.5.2_implicit-fortify-decl.patch -- fix 
implicit declarations
+Patch1: linux-atm-2.5.2_implicit-fortify-decl.patch
+
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  glibc-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Tools to support ATM (Asynchronous Transfer Mode) networking.
 
-%package -n libatm%sover
+
+%package -n libatm%{sover}
 
 Summary:Libraries for ATM
 Group:  System/Libraries
 
-%description -n libatm%sover
+%description -n libatm%{sover}
 Libraries for ATM (Asynchronous Transfer Mode) networking.
 
+
 %package devel
 Summary:Development for ATM
 Group:  Development/Libraries/C and C++
-Requires:   libatm%sover = %version
+Requires:   libatm%{sover} = %{version}
 
 %description devel
 Libraries and header files for ATM (Asynchronous Transfer Mode)
 networking.
 
+
 %prep
-%setup -q -n linux-atm-%{version}
-%patch0
+%setup -q
+%patch0 -p1
 %patch1 -p1
-%patch2
 
 %build
 %configure --disable-static
 %{__make} %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=%{buildroot}
 %{__rm} -rf %{buildroot}%{_libdir}/*.la
 
-%clean
-rm -rf %{buildroot}
-
-%post -n libatm%sover -p /sbin/ldconfig
+%post -n libatm%{sover} -p /sbin/ldconfig
 
-%postun -n libatm%sover -p /sbin/ldconfig
+%postun -n libatm%{sover} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%config(noreplace) /etc/atmsigd.conf
-/usr/bin/*
-/usr/sbin/*
+%config(noreplace) %{_sysconfdir}/atmsigd.conf
+%config(noreplace) %{_sysconfdir}/hosts.atm
+%{_bindir}/*
+%{_sbindir}/*
+/lib/firmware/*
 %doc README AUTHORS ChangeLog NEWS THANKS BUGS
 %doc COPYING COPYING.GPL COPYING.LGPL
 %doc %{_mandir}/man*/*.gz
 
-%files -n libatm%sover
+%files -n libatm%{sover}
 %defattr(-,root,root)
-%{_libdir}/*.so
-%{_libdir}/*.so.*
+%{_libdir}/libatm.so.%{sover}*
 
 %files devel
 %defattr(-,root,root)

commit linux-atm for openSUSE:Factory

2013-03-11 Thread h_root
Hello community,

here is the log from the commit of package linux-atm for openSUSE:Factory 
checked in at 2013-03-11 12:06:07

Comparing /work/SRC/openSUSE:Factory/linux-atm (Old)
 and  /work/SRC/openSUSE:Factory/.linux-atm.new (New)


Package is linux-atm, Maintainer is jbo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/linux-atm/linux-atm.changes  2011-12-27 
18:37:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.linux-atm.new/linux-atm.changes 2013-03-11 
12:06:08.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb  1 12:02:22 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ linux-atm.spec ++
--- /var/tmp/diff_new_pack.ivH55G/_old  2013-03-11 12:06:09.0 +0100
+++ /var/tmp/diff_new_pack.ivH55G/_new  2013-03-11 12:06:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package linux-atm
 #
-# Copyright (c) 2011 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   linux-atm
 %define sover  1
 BuildRequires:  bison
@@ -22,7 +23,7 @@
 BuildRequires:  glibc-devel
 Url:http://sourceforge.net/projects/linux-atm/
 Summary:Tools for ATM
-License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
+License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Networking/Other
 Version:2.5.0
 Release:0

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



commit linux-atm for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package linux-atm for openSUSE:Factory 
checked in at 2011-12-27 18:37:19

Comparing /work/SRC/openSUSE:Factory/linux-atm (Old)
 and  /work/SRC/openSUSE:Factory/.linux-atm.new (New)


Package is linux-atm, Maintainer is jbo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/linux-atm/linux-atm.changes  2011-09-23 
02:11:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.linux-atm.new/linux-atm.changes 2011-12-27 
18:37:57.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:23:58 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---



Other differences:
--
++ linux-atm.spec ++
--- /var/tmp/diff_new_pack.KcK94P/_old  2011-12-27 18:37:58.0 +0100
+++ /var/tmp/diff_new_pack.KcK94P/_new  2011-12-27 18:37:58.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package linux-atm (Version 2.5.0)
+# spec file for package linux-atm
 #
-# 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
@@ -15,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   linux-atm
 %define sover  1
-BuildRequires:  bison flex glibc-devel
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  glibc-devel
 Url:http://sourceforge.net/projects/linux-atm/
+Summary:Tools for ATM
 License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
 Group:  Productivity/Networking/Other
-Summary:Tools for ATM
 Version:2.5.0
-Release:146
+Release:0
 Source0:linux-atm-%{version}.tar.bz2
 Patch0: linux-atm-%{version}.diff
 Patch1: linux-atm-2.5.0-include.patch
@@ -38,18 +37,15 @@
 
 %package -n libatm%sover
 
-
-License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
-Group:  System/Libraries
 Summary:Libraries for ATM
+Group:  System/Libraries
 
 %description -n libatm%sover
 Libraries for ATM (Asynchronous Transfer Mode) networking.
 
 %package devel
-License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
-Group:  Development/Libraries/C and C++
 Summary:Development for ATM
+Group:  Development/Libraries/C and C++
 Requires:   libatm%sover = %version
 
 %description devel
@@ -63,7 +59,6 @@
 %patch2
 
 %build
-%{?suse_update_config}
 %configure --disable-static
 %{__make} %{?_smp_mflags}
 

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



commit linux-atm for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package linux-atm for openSUSE:Factory 
checked in at 2011-12-06 18:26:44

Comparing /work/SRC/openSUSE:Factory/linux-atm (Old)
 and  /work/SRC/openSUSE:Factory/.linux-atm.new (New)


Package is linux-atm, Maintainer is jbo...@suse.com

Changes:




Other differences:
--
++ linux-atm.spec ++
--- /var/tmp/diff_new_pack.RurPIp/_old  2011-12-06 18:48:29.0 +0100
+++ /var/tmp/diff_new_pack.RurPIp/_new  2011-12-06 18:48:29.0 +0100
@@ -22,7 +22,7 @@
 %define sover  1
 BuildRequires:  bison flex glibc-devel
 Url:http://sourceforge.net/projects/linux-atm/
-License:BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+
+License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
 Group:  Productivity/Networking/Other
 Summary:Tools for ATM
 Version:2.5.0
@@ -39,7 +39,7 @@
 %package -n libatm%sover
 
 
-License:BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+
+License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
 Summary:Libraries for ATM
 
@@ -47,7 +47,7 @@
 Libraries for ATM (Asynchronous Transfer Mode) networking.
 
 %package devel
-License:BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+
+License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Summary:Development for ATM
 Requires:   libatm%sover = %version

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