Sync from SUSE:SLFO:Main dotconf revision 57208f92a83d74d3f4059709f2c2119c
This commit is contained in:
parent
a975025e19
commit
4b099c4305
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 21 13:41:43 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
- removed empty useless %check section
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 16 08:27:39 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.4.1
|
||||||
|
* fix possible buffer overflows in get_path and dotconf_get_next_line
|
||||||
|
|
||||||
|
- fixed package group
|
||||||
|
- added empty %check section (no unit tests in the project)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 11 15:28:09 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Wed Aug 11 15:28:09 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
10
dotconf.spec
10
dotconf.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dotconf
|
# spec file for package dotconf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dotconf
|
Name: dotconf
|
||||||
Version: 1.3
|
Version: 1.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Configuration file parser library
|
Summary: Configuration file parser library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -28,8 +28,7 @@ BuildRequires: autoconf
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
dotconf is a configuration-file parser
|
dotconf is a configuration-file parser
|
||||||
@ -44,7 +43,7 @@ config files.
|
|||||||
|
|
||||||
%package -n libdotconf0
|
%package -n libdotconf0
|
||||||
Summary: Configuration file parser library
|
Summary: Configuration file parser library
|
||||||
Group: System/Languages
|
Group: Development/Libraries/C and C++
|
||||||
# Package was formerly libdotconf-1_0-0
|
# Package was formerly libdotconf-1_0-0
|
||||||
Provides: libdotconf-1_0-0 = %{version}
|
Provides: libdotconf-1_0-0 = %{version}
|
||||||
Obsoletes: libdotconf-1_0-0 < %{version}
|
Obsoletes: libdotconf-1_0-0 < %{version}
|
||||||
@ -93,7 +92,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
rm doc/Makefile*
|
rm doc/Makefile*
|
||||||
|
|
||||||
%post -n libdotconf0 -p /sbin/ldconfig
|
%post -n libdotconf0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libdotconf0 -p /sbin/ldconfig
|
%postun -n libdotconf0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libdotconf0
|
%files -n libdotconf0
|
||||||
|
BIN
v1.3.tar.gz
(Stored with Git LFS)
BIN
v1.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
v1.4.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
v1.4.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user