- Update to version 0.4.2

* Update configure.ac bug URL for gitlab migration
  * Update README for gitlab migration
  * 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
  * Update .gitmodules for gitlab submodule
  * 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-wm?expand=0&rev=17
This commit is contained in:
Stefan Dirsch 2022-10-19 08:11:01 +00:00 committed by Git OBS Bridge
parent 9e81159b58
commit 927c24b52f
4 changed files with 23 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f
size 321855

BIN
xcb-util-wm-0.4.2.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Oct 19 08:08:36 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 0.4.2
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration
* 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
* Update .gitmodules for gitlab submodule
* autogen.sh: use quoted string variables
* autogen: add default patch prefix
* autogen.sh: use exec instead of waiting for configure to finish
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 21 12:55:10 UTC 2017 - dimstar@opensuse.org Tue Feb 21 12:55:10 UTC 2017 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package xcb-util-wm # spec file for package xcb-util-wm
# #
# Copyright (c) 2017 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
@ -12,21 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-wm Name: xcb-util-wm
Version: 0.4.1 Version: 0.4.2
Release: 0 Release: 0
Summary: XCB utility module for client- and WM-side ICCCM helpers Summary: XCB utility module for client- and WM-side ICCCM helpers
License: MIT License: MIT
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: http://xcb.freedesktop.org/ URL: http://xcb.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xcb/util-wm #Git-Clone: git://anongit.freedesktop.org/xcb/util-wm
#Git-Web: http://cgit.freedesktop.org/xcb/util-wm/ #Git-Web: http://cgit.freedesktop.org/xcb/util-wm/
Source: http://xorg.freedesktop.org/releases/individual/xcb/%{name}-%{version}.tar.bz2 Source: http://xorg.freedesktop.org/releases/individual/xcb/%{name}-%{version}.tar.xz
Source99: baselibs.conf Source99: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.62, automake, libtool #git#BuildRequires: autoconf >= 2.62, automake, libtool