From 8373cab6d34372cfbbdcc11f4ecccb98f02756cfdbf85361c395e34debf9598a Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 1 Feb 2024 09:49:19 +0000 Subject: [PATCH] Version 1.09: Allow to create files without suffix as well OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzio?expand=0&rev=48 --- libzio-1.08.tar.bz2 | 3 --- libzio-1.09.tar.bz2 | 3 +++ libzio.changes | 5 +++++ libzio.spec | 6 +++--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 libzio-1.08.tar.bz2 create mode 100644 libzio-1.09.tar.bz2 diff --git a/libzio-1.08.tar.bz2 b/libzio-1.08.tar.bz2 deleted file mode 100644 index 7976e7a..0000000 --- a/libzio-1.08.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e34e9fa0294a7b8e1ec4e975bf9d2d6f971b7626683c67e2414a3112e68ec29e -size 26245 diff --git a/libzio-1.09.tar.bz2 b/libzio-1.09.tar.bz2 new file mode 100644 index 0000000..f74a081 --- /dev/null +++ b/libzio-1.09.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588e0eda6c4bb0813d7383d6a69952f1de5796e580852812c1b3e331036e0157 +size 26619 diff --git a/libzio.changes b/libzio.changes index edd5edd..e0f7145 100644 --- a/libzio.changes +++ b/libzio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 1 09:48:24 UTC 2024 - Dr. Werner Fink + +- Version 1.09: Allow to create files without suffix as well + ------------------------------------------------------------------- Thu Jul 7 12:36:31 UTC 2022 - Marcus Meissner diff --git a/libzio.spec b/libzio.spec index 1d382f6..7192591 100644 --- a/libzio.spec +++ b/libzio.spec @@ -1,7 +1,7 @@ # # spec file for package libzio # -# Copyright (c) 2022 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 @@ -18,12 +18,12 @@ Name: libzio %define lname libzio1 -Version: 1.08 +Version: 1.09 Release: 0 Summary: A Library for Accessing Compressed Text Files License: GPL-2.0-or-later Group: System/Libraries -URL: http://libzio.sourceforge.net/ +URL: https://libzio.sourceforge.net/ Source: https://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}.tar.bz2 Source1: baselibs.conf BuildRequires: libbz2-devel