SHA256
1
0
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:
Stefan Dirsch 2022-05-01 08:15:59 +00:00 committed by Git OBS Bridge
parent 3592ad541a
commit cab0969bd2
4 changed files with 22 additions and 7 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e86879c2feeece3f10e189330479cf51da0dd268355d1e3ee8a8497ab833690
size 163560

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: bitmap
Version: 1.0.9
Version: 1.1.0
Release: 0
Summary: X bitmap editor and converter utilities
License: X11
Group: System/X11/Utilities
Url: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
URL: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: pkg-config
BuildRequires: pkgconfig(x11)