Compare commits
1 Commits
a975025e19
...
4b099c4305
Author | SHA256 | Date | |
---|---|---|---|
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>
|
||||
|
||||
|
10
dotconf.spec
10
dotconf.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: dotconf
|
||||
Version: 1.3
|
||||
Version: 1.4.1
|
||||
Release: 0
|
||||
Summary: Configuration file parser library
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -28,8 +28,7 @@ BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
dotconf is a configuration-file parser
|
||||
@@ -44,7 +43,7 @@ config files.
|
||||
|
||||
%package -n libdotconf0
|
||||
Summary: Configuration file parser library
|
||||
Group: System/Languages
|
||||
Group: Development/Libraries/C and C++
|
||||
# Package was formerly libdotconf-1_0-0
|
||||
Provides: 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*
|
||||
|
||||
%post -n libdotconf0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libdotconf0 -p /sbin/ldconfig
|
||||
|
||||
%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.
Reference in New Issue
Block a user