- Update to version 0.4.1
* Update README for gitlab migration * Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters * Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81 * gitlab CI: add a basic build test * configure: Drop AM_MAINTAINER_MODE * autogen.sh: Honor NOCONFIGURE=1 * Add COPYING file * autogen.sh: use quoted string variables * autogen: add default patch prefix * autogen.sh: use exec instead of waiting for configure to finish OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util-keysyms?expand=0&rev=13
This commit is contained in:
parent
26a3e48a67
commit
181960c790
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9
|
||||
size 289880
|
BIN
xcb-util-keysyms-0.4.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
xcb-util-keysyms-0.4.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 19 08:01:33 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 0.4.1
|
||||
* Update README for gitlab migration
|
||||
* Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
|
||||
* Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
|
||||
* gitlab CI: add a basic build test
|
||||
* configure: Drop AM_MAINTAINER_MODE
|
||||
* autogen.sh: Honor NOCONFIGURE=1
|
||||
* Add COPYING file
|
||||
* autogen.sh: use quoted string variables
|
||||
* autogen: add default patch prefix
|
||||
* autogen.sh: use exec instead of waiting for configure to finish
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 3 16:38:43 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xcb-util-keysyms
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products 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
|
||||
@ -12,22 +12,22 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: xcb-util-keysyms
|
||||
%define lname libxcb-keysyms1
|
||||
Version: 0.4.0
|
||||
Version: 0.4.1
|
||||
Release: 0
|
||||
Summary: XCB utility module for X keycode constants and conversions
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://xcb.freedesktop.org/
|
||||
URL: http://xcb.freedesktop.org/
|
||||
|
||||
#Git-Clone: git://anongit.freedesktop.org/xcb/util-keysyms
|
||||
#Git-Web: http://cgit.freedesktop.org/xcb/util-keysyms/
|
||||
Source: %name-%version.tar.bz2
|
||||
Source: %name-%version.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.59c, automake, libtool
|
||||
|
Loading…
Reference in New Issue
Block a user