From a6fdf6ccb5caee354230a87495dd915cb094fa6ea9d935981344a18091caad0a Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 11 Feb 2019 11:14:12 +0000 Subject: [PATCH 1/2] - update to version 1.0.9: * This release fixes a long standing bug in the bitmap editor where operations would not work properly when NumLock was on. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/bitmap?expand=0&rev=10 --- bitmap-1.0.8.tar.bz2 | 3 --- bitmap-1.0.9.tar.bz2 | 3 +++ bitmap.changes | 7 +++++++ bitmap.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 bitmap-1.0.8.tar.bz2 create mode 100644 bitmap-1.0.9.tar.bz2 diff --git a/bitmap-1.0.8.tar.bz2 b/bitmap-1.0.8.tar.bz2 deleted file mode 100644 index 839f216..0000000 --- a/bitmap-1.0.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:806cdeb80f5466ba9121e8cc6c6af82d3e4b32ef1a57bc5a76c15887640ec35d -size 177558 diff --git a/bitmap-1.0.9.tar.bz2 b/bitmap-1.0.9.tar.bz2 new file mode 100644 index 0000000..01a2b58 --- /dev/null +++ b/bitmap-1.0.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f3afad5272d796f54c33fa1b5bd1fb3f62843a54b28c87196d06a35123e5f5 +size 181401 diff --git a/bitmap.changes b/bitmap.changes index 6a5374c..f715387 100644 --- a/bitmap.changes +++ b/bitmap.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 11 11:10:08 UTC 2019 - sndirsch@suse.com + +- update to version 1.0.9: + * This release fixes a long standing bug in the bitmap editor + where operations would not work properly when NumLock was on. + ------------------------------------------------------------------- Tue Jan 20 18:47:23 UTC 2015 - benoit.monin@gmx.fr diff --git a/bitmap.spec b/bitmap.spec index d5dd6aa..db340c6 100644 --- a/bitmap.spec +++ b/bitmap.spec @@ -1,7 +1,7 @@ # # spec file for package bitmap # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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.0.8 +Version: 1.0.9 Release: 0 Summary: X bitmap editor and converter utilities License: X11 @@ -60,7 +60,7 @@ make %{?_smp_mflags} %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README +%doc AUTHORS ChangeLog COPYING README.md %{_bindir}/atobm %{_bindir}/bitmap %{_bindir}/bmtoa From d3526adf5731759d729e01eb5832c29368839859483d1c5e3def0100cc6d7e69 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 11 Feb 2019 13:19:51 +0000 Subject: [PATCH 2/2] marked COPYING as license file ... OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/bitmap?expand=0&rev=11 --- bitmap.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bitmap.spec b/bitmap.spec index db340c6..1610ab7 100644 --- a/bitmap.spec +++ b/bitmap.spec @@ -60,7 +60,8 @@ make %{?_smp_mflags} %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README.md +%doc AUTHORS ChangeLog README.md +%license COPYING %{_bindir}/atobm %{_bindir}/bitmap %{_bindir}/bmtoa