Hello community, here is the log from the commit of package libnsl for openSUSE:Factory checked in at 2020-07-13 09:03:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnsl (Old) and /work/SRC/openSUSE:Factory/.libnsl.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnsl" Mon Jul 13 09:03:34 2020 rev:8 rq:818982 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libnsl/libnsl.changes 2018-03-01 11:59:24.120214267 +0100 +++ /work/SRC/openSUSE:Factory/.libnsl.new.3060/libnsl.changes 2020-07-13 09:03:36.043810265 +0200 @@ -1,0 +2,12 @@ +Mon Jul 6 10:39:22 UTC 2020 - Thorsten Kukuk <[email protected]> + +- 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 - [email protected] + +- Fix SRPM group and word choice in description. + +------------------------------------------------------------------- Old: ---- libnsl-1.2.0.tar.bz2 New: ---- libnsl-1.3.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnsl.spec ++++++ --- /var/tmp/diff_new_pack.92iGKS/_old 2020-07-13 09:03:36.679811791 +0200 +++ /var/tmp/diff_new_pack.92iGKS/_new 2020-07-13 09:03:36.683811801 +0200 @@ -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: System/Libraries -Url: http://github.com/thkukuk/libnsl -Source: %{name}-%{version}.tar.bz2 +Group: Development/Libraries/C and C++ +URL: http://github.com/thkukuk/libnsl +Source: %{name}-%{version}.tar.xz Source1: baselibs.conf BuildRequires: autoconf BuildRequires: libtool @@ -37,7 +37,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. -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 @@ 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 @@ 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
