From 438a05de52df35c39fbc5935bd0e9ef1f94c3cbd60708db459bb35fa25a8230e Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 4 Feb 2024 20:56:53 +0000 Subject: [PATCH] - update to version 1.1.1 * configure: Use AC_SYS_LARGEFILE to enable large file support * Ensure all *.c files include config.h before any other headers * atobm, bmtoa, bitmap: Add -help and -version options * bitmap: Print which option was in error along with usage message * Remove "All rights reserved" from Oracle copyright notices OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/bitmap?expand=0&rev=17 --- bitmap-1.1.0.tar.xz | 3 --- bitmap-1.1.1.tar.xz | 3 +++ bitmap.changes | 10 ++++++++++ bitmap.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 bitmap-1.1.0.tar.xz create mode 100644 bitmap-1.1.1.tar.xz diff --git a/bitmap-1.1.0.tar.xz b/bitmap-1.1.0.tar.xz deleted file mode 100644 index 195fd91..0000000 --- a/bitmap-1.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e86879c2feeece3f10e189330479cf51da0dd268355d1e3ee8a8497ab833690 -size 163560 diff --git a/bitmap-1.1.1.tar.xz b/bitmap-1.1.1.tar.xz new file mode 100644 index 0000000..5acb0d3 --- /dev/null +++ b/bitmap-1.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d42eb63fe48198b39344af49949e5e424cc62ce8d722781fdad4a4fa3426e6 +size 169676 diff --git a/bitmap.changes b/bitmap.changes index 244f125..13613c9 100644 --- a/bitmap.changes +++ b/bitmap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Feb 4 20:54:56 UTC 2024 - Stefan Dirsch + +- update to version 1.1.1 + * configure: Use AC_SYS_LARGEFILE to enable large file support + * Ensure all *.c files include config.h before any other headers + * atobm, bmtoa, bitmap: Add -help and -version options + * bitmap: Print which option was in error along with usage message + * Remove "All rights reserved" from Oracle copyright notices + ------------------------------------------------------------------- Sun May 1 08:12:18 UTC 2022 - Stefan Dirsch diff --git a/bitmap.spec b/bitmap.spec index 93ba0c4..319de4a 100644 --- a/bitmap.spec +++ b/bitmap.spec @@ -1,7 +1,7 @@ # # spec file for package bitmap # -# 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 @@ -17,7 +17,7 @@ Name: bitmap -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: X bitmap editor and converter utilities License: X11