forked from pool/libnsl
- 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
This commit is contained in:
parent
063162a027
commit
9071439aae
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c3d650d917bcd8cfc04b9f33b886e2f72c5052263482c7787c24f56f37fa474
|
|
||||||
size 376211
|
|
3
libnsl-1.3.0.tar.xz
Normal file
3
libnsl-1.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eac3062957fa302c62eff4aed718a07bacbf9ceb0a058289f12a19bfdda3c8e2
|
||||||
|
size 321488
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 6 10:39:22 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Sun Mar 4 12:26:30 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
10
libnsl.spec
10
libnsl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libnsl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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}
|
%define debug_package_requires libnsl2 = %{version}-%{release}
|
||||||
Name: libnsl
|
Name: libnsl
|
||||||
Version: 1.2.0
|
Version: 1.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Network Support Library (NIS/NIS+)
|
Summary: Network Support Library (NIS/NIS+)
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://github.com/thkukuk/libnsl
|
URL: http://github.com/thkukuk/libnsl
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
Loading…
Reference in New Issue
Block a user