Accepting request 683905 from X11:XOrg
- Update to version 1.1.5: * autogen: add default patch prefix * autogen.sh: Implement GNOME Build API * autogen.sh: use quoted string variables * autogen.sh: use exec instead of waiting for configure to finish * Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS * configure: Remove AM_MAINTAINER_MODE * Use Xfree rather than XFree for consistency * Update README for gitlab migration OBS-URL: https://build.opensuse.org/request/show/683905 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXdamage?expand=0&rev=10
This commit is contained in:
commit
cdd22f6424
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c3fe7c657e83547f4822bfde30a90d84524efb56365448768409b77f05355ad
|
||||
size 278937
|
3
libXdamage-1.1.5.tar.bz2
Normal file
3
libXdamage-1.1.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45
|
||||
size 303750
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 14:01:03 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.1.5:
|
||||
* autogen: add default patch prefix
|
||||
* autogen.sh: Implement GNOME Build API
|
||||
* autogen.sh: use quoted string variables
|
||||
* autogen.sh: use exec instead of waiting for configure to finish
|
||||
* Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
|
||||
* configure: Remove AM_MAINTAINER_MODE
|
||||
* Use Xfree rather than XFree for consistency
|
||||
* Update README for gitlab migration
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 11:19:07 UTC 2013 - mmeister@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libXdamage
|
||||
#
|
||||
# Copyright (c) 2013 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
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libXdamage
|
||||
%define lname libXdamage1
|
||||
Version: 1.1.4
|
||||
Version: 1.1.5
|
||||
Release: 0
|
||||
Summary: X Damage Extension library
|
||||
License: MIT
|
||||
@ -28,6 +28,7 @@ Url: http://wiki.freedesktop.org/wiki/Software/XDamage
|
||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXdamage
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXdamage/
|
||||
Source: http://xorg.freedesktop.org/archive/individual/lib/%name-%version.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.60
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user