forked from pool/bitmap
- update to version 1.1.0
* Use _CONST_X_STRING to make libXt declare String as const char * * Fix spelling/wording issues * gitlab CI: add a basic build test * Build xz tarballs instead of bzip2 * Move bitmaps into a new bitmaps directory * test: add round-trip-test for atobm & bmtoa * atobm: accept single character lines * atobm: close memory leaks * gitlab CI: stop requiring Signed-off-by in commits * bitmap: Fix a crash with underspecified dimensions OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/bitmap?expand=0&rev=15
This commit is contained in:
parent
3592ad541a
commit
cab0969bd2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e0f3afad5272d796f54c33fa1b5bd1fb3f62843a54b28c87196d06a35123e5f5
|
|
||||||
size 181401
|
|
3
bitmap-1.1.0.tar.xz
Normal file
3
bitmap-1.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e86879c2feeece3f10e189330479cf51da0dd268355d1e3ee8a8497ab833690
|
||||||
|
size 163560
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 1 08:12:18 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- update to version 1.1.0
|
||||||
|
* Use _CONST_X_STRING to make libXt declare String as const char *
|
||||||
|
* Fix spelling/wording issues
|
||||||
|
* gitlab CI: add a basic build test
|
||||||
|
* Build xz tarballs instead of bzip2
|
||||||
|
* Move bitmaps into a new bitmaps directory
|
||||||
|
* test: add round-trip-test for atobm & bmtoa
|
||||||
|
* atobm: accept single character lines
|
||||||
|
* atobm: close memory leaks
|
||||||
|
* gitlab CI: stop requiring Signed-off-by in commits
|
||||||
|
* bitmap: Fix a crash with underspecified dimensions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 11 11:10:08 UTC 2019 - sndirsch@suse.com
|
Mon Feb 11 11:10:08 UTC 2019 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bitmap
|
# spec file for package bitmap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bitmap
|
Name: bitmap
|
||||||
Version: 1.0.9
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X bitmap editor and converter utilities
|
Summary: X bitmap editor and converter utilities
|
||||||
License: X11
|
License: X11
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
Url: http://xorg.freedesktop.org/
|
URL: http://xorg.freedesktop.org/
|
||||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
|
Loading…
Reference in New Issue
Block a user