From 5f756845093a9527242405eacb57e1b9ee3814e0711fd13fb03e9706df4159e5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 30 Jun 2023 15:58:03 +0000 Subject: [PATCH 1/3] - add baselibs.conf OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=19 --- baselibs.conf | 1 + inih.changes | 5 +++++ inih.spec | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..63509d6 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libinih0 diff --git a/inih.changes b/inih.changes index 814bf5b..654e029 100644 --- a/inih.changes +++ b/inih.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 30 15:56:29 UTC 2023 - Dirk Müller + +- add baselibs.conf + ------------------------------------------------------------------- Sat Jul 16 08:19:28 UTC 2022 - Matthias Bach - 56 diff --git a/inih.spec b/inih.spec index 950041b..54ea752 100644 --- a/inih.spec +++ b/inih.spec @@ -1,7 +1,7 @@ # # spec file for package inih # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2020 Matthias Bach # # All modifications and additions to the file contributed by third parties @@ -25,6 +25,7 @@ License: BSD-3-Clause Group: Development/Libraries/C and C++ URL: https://github.com/benhoyt/inih Source: https://github.com/benhoyt/inih/archive/r%{version}.tar.gz#/inih-r%{version}.tar.gz +Source9: baselibs.conf BuildRequires: gcc-c++ BuildRequires: meson BuildRequires: pkgconfig From beeda678a68203c81e706ed35010f7f3625598f6c669f4e80589d9a7b494ace4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 30 Jun 2023 16:59:23 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=20 --- baselibs.conf | 1 - inih.changes | 5 ----- inih.spec | 1 - 3 files changed, 7 deletions(-) delete mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf deleted file mode 100644 index 63509d6..0000000 --- a/baselibs.conf +++ /dev/null @@ -1 +0,0 @@ -libinih0 diff --git a/inih.changes b/inih.changes index 654e029..814bf5b 100644 --- a/inih.changes +++ b/inih.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Fri Jun 30 15:56:29 UTC 2023 - Dirk Müller - -- add baselibs.conf - ------------------------------------------------------------------- Sat Jul 16 08:19:28 UTC 2022 - Matthias Bach - 56 diff --git a/inih.spec b/inih.spec index 54ea752..81b85ce 100644 --- a/inih.spec +++ b/inih.spec @@ -25,7 +25,6 @@ License: BSD-3-Clause Group: Development/Libraries/C and C++ URL: https://github.com/benhoyt/inih Source: https://github.com/benhoyt/inih/archive/r%{version}.tar.gz#/inih-r%{version}.tar.gz -Source9: baselibs.conf BuildRequires: gcc-c++ BuildRequires: meson BuildRequires: pkgconfig From f7baa75daae6c6313fad1b98f287da6fd69b3f8eb4b501817c6ad49a236c3a7b Mon Sep 17 00:00:00 2001 From: Matthias Bach Date: Fri, 7 Jul 2023 13:44:09 +0000 Subject: [PATCH 3/3] - Update to version 57 * Added a GetUnsigned function for getting unsigned values. * Added GetInteger64 and GetUnsigned64 to read 64-bit integers. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=21 --- inih-r56.tar.gz | 3 --- inih-r57.tar.gz | 3 +++ inih.changes | 10 ++++++++-- inih.spec | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 inih-r56.tar.gz create mode 100644 inih-r57.tar.gz diff --git a/inih-r56.tar.gz b/inih-r56.tar.gz deleted file mode 100644 index 4db9df8..0000000 --- a/inih-r56.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f2ba6bd122d30281a8c7a4d5723b7af90b56aa828c0e88256d7fceda03a491a -size 18458 diff --git a/inih-r57.tar.gz b/inih-r57.tar.gz new file mode 100644 index 0000000..c649234 --- /dev/null +++ b/inih-r57.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03f98ca35c3adb56b2358573c8d3eda319ccd5287243d691e724b7eafa970b3 +size 18954 diff --git a/inih.changes b/inih.changes index 814bf5b..72b77a9 100644 --- a/inih.changes +++ b/inih.changes @@ -1,11 +1,17 @@ +------------------------------------------------------------------- +Fri Jul 7 13:37:21 UTC 2023 - Matthias Bach - 57 + +- Update to version 57 + * Added a GetUnsigned function for getting unsigned values. + * Added GetInteger64 and GetUnsigned64 to read 64-bit integers. + ------------------------------------------------------------------- Sat Jul 16 08:19:28 UTC 2022 - Matthias Bach - 56 -- Update to version 55 +- Update to version 56 * Fix redundant cast-to-int when INI_USE_STACK!=0 * Make inline comments work on subsequent lines of multiline values - ------------------------------------------------------------------- Fri Mar 25 22:03:32 UTC 2022 - Matthias Bach - 55 diff --git a/inih.spec b/inih.spec index 81b85ce..d9f88a3 100644 --- a/inih.spec +++ b/inih.spec @@ -18,7 +18,7 @@ Name: inih -Version: 56 +Version: 57 Release: 0 Summary: Simple .INI file parser in C, good for embedded systems License: BSD-3-Clause