Accepting request 176247 from X11:XOrg
Update to ver 1.0.7 (forwarded request 176193 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/176247 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitmap?expand=0&rev=4
This commit is contained in:
commit
be1b0dcaf8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f70100002faf7c54b1b851261a14606c147abcc9e43f9b4e980ffc82f56eb5eb
|
||||
size 165457
|
3
bitmap-1.0.7.tar.bz2
Normal file
3
bitmap-1.0.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ea2823a930ddfe3bfc0c7fbb16a5b463222edf05284c5cdc40a6d3c5c3988af
|
||||
size 169437
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 21:19:50 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.0.7:
|
||||
+ Mark usage() functions as noreturn, as suggested by gcc.
|
||||
+ Fix genererate typo in bmtoa error messages.
|
||||
+ Combine usage messages into a single string.
|
||||
+ bitmap.man: Fix some typos.
|
||||
+ Fix pixmap leak in error paths of BWGetUnzoomedPixmap.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 14 19:47:34 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
15
bitmap.spec
15
bitmap.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bitmap
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,22 +15,23 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: bitmap
|
||||
Version: 1.0.6
|
||||
Release: 1
|
||||
License: MIT
|
||||
Version: 1.0.7
|
||||
Release: 0
|
||||
Summary: X bitmap editor and converter utilities
|
||||
Url: http://xorg.freedesktop.org/
|
||||
License: MIT
|
||||
Group: System/X11/Utilities
|
||||
Url: http://xorg.freedesktop.org/
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xaw7)
|
||||
BuildRequires: pkgconfig(xbitmaps)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xmu)
|
||||
BuildRequires: pkgconfig(xproto)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.17
|
||||
BuildRequires: pkgconfig(xt)
|
||||
# This was part of the xorg-x11 package up to version 7.6
|
||||
Conflicts: xorg-x11 <= 7.6
|
||||
|
Loading…
Reference in New Issue
Block a user