From 063162a0275678bad6d6a22c2d93ccae0a28a4af18799cf23619511ed6fdacea Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 14 Mar 2018 12:18:17 +0000 Subject: [PATCH 1/2] Accepting request 582358 from home:jengelh:branches:network:NIS - Fix SRPM group and word choice in description. OBS-URL: https://build.opensuse.org/request/show/582358 OBS-URL: https://build.opensuse.org/package/show/network:NIS/libnsl?expand=0&rev=30 --- libnsl.changes | 5 +++++ libnsl.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/libnsl.changes b/libnsl.changes index 5e3cecb..2d11069 100644 --- a/libnsl.changes +++ b/libnsl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 4 12:26:30 UTC 2018 - jengelh@inai.de + +- Fix SRPM group and word choice in description. + ------------------------------------------------------------------- Fri Feb 23 10:12:14 UTC 2018 - kukuk@suse.com diff --git a/libnsl.spec b/libnsl.spec index 1c94261..231e8da 100644 --- a/libnsl.spec +++ b/libnsl.spec @@ -22,7 +22,7 @@ Version: 1.2.0 Release: 0 Summary: Network Support Library (NIS/NIS+) License: LGPL-2.1-only -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://github.com/thkukuk/libnsl Source: %{name}-%{version}.tar.bz2 Source1: baselibs.conf @@ -37,7 +37,7 @@ BuildRequires: libtirpc-devel >= 1.0 The Network Support Library for NIS/NIS+ was formerly part of glibc and is now a standalone library. The big difference is, that this library has support for IPv6. -The NIS+ code is deprecated and only there "as is". +The NIS+ code is deprecated and only provided "as is". %package -n libnsl2 Summary: Network Support Library (NIS/NIS+) @@ -47,7 +47,7 @@ Group: System/Libraries The Network Support Library for NIS/NIS+ was formerly part of glibc and is now a standalone library. The big difference is, that this library has support for IPv6. -The NIS+ code is deprecated and only there "as is". +The NIS+ code is deprecated and only provided "as is". %package devel Summary: Development package for Network Support Library (NIS/NIS+) @@ -60,7 +60,7 @@ The Network Support Library for NIS/NIS+ was formerly part of glibc and is now a standalone library. The big difference is, that this library has support for IPv6. This package contains all files to develop and link against libnsl. -The NIS+ API is deprecated and only there "as is". +The NIS+ API is deprecated and only provided "as is". %prep %setup -q From 9071439aae616c0e1861137935084e0d8c4f36d48f74788d9f95dc381a6ccba2 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 6 Jul 2020 10:40:11 +0000 Subject: [PATCH 2/2] - Update to version 1.3.0 - Cleanup to support new gettext, libtool, automake, ... - Try to detect recursive NIS calls OBS-URL: https://build.opensuse.org/package/show/network:NIS/libnsl?expand=0&rev=31 --- libnsl-1.2.0.tar.bz2 | 3 --- libnsl-1.3.0.tar.xz | 3 +++ libnsl.changes | 7 +++++++ libnsl.spec | 10 +++++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 libnsl-1.2.0.tar.bz2 create mode 100644 libnsl-1.3.0.tar.xz diff --git a/libnsl-1.2.0.tar.bz2 b/libnsl-1.2.0.tar.bz2 deleted file mode 100644 index cf83769..0000000 --- a/libnsl-1.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c3d650d917bcd8cfc04b9f33b886e2f72c5052263482c7787c24f56f37fa474 -size 376211 diff --git a/libnsl-1.3.0.tar.xz b/libnsl-1.3.0.tar.xz new file mode 100644 index 0000000..a891719 --- /dev/null +++ b/libnsl-1.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac3062957fa302c62eff4aed718a07bacbf9ceb0a058289f12a19bfdda3c8e2 +size 321488 diff --git a/libnsl.changes b/libnsl.changes index 2d11069..6390bd6 100644 --- a/libnsl.changes +++ b/libnsl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 6 10:39:22 UTC 2020 - Thorsten Kukuk + +- Update to version 1.3.0 + - Cleanup to support new gettext, libtool, automake, ... + - Try to detect recursive NIS calls + ------------------------------------------------------------------- Sun Mar 4 12:26:30 UTC 2018 - jengelh@inai.de diff --git a/libnsl.spec b/libnsl.spec index 231e8da..27bae9b 100644 --- a/libnsl.spec +++ b/libnsl.spec @@ -1,7 +1,7 @@ # # spec file for package libnsl # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,19 @@ # 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/ # %define debug_package_requires libnsl2 = %{version}-%{release} Name: libnsl -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Network Support Library (NIS/NIS+) License: LGPL-2.1-only Group: Development/Libraries/C and C++ -Url: http://github.com/thkukuk/libnsl -Source: %{name}-%{version}.tar.bz2 +URL: http://github.com/thkukuk/libnsl +Source: %{name}-%{version}.tar.xz Source1: baselibs.conf BuildRequires: autoconf BuildRequires: libtool