From 5c2d6fce2368a08742b48f1c670719120ae3ce281749c91cfa5d0d108e221320 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 10 Jun 2023 11:02:39 +0000 Subject: [PATCH] - Update to version 1.1.5 * Update README for gitlab migration * Update configure.ac bug URL for gitlab migration * Fix spelling/wording issues * gitlab CI: add a basic build test * Add deprecation notice to README OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdmx?expand=0&rev=15 --- libdmx-1.1.4.tar.bz2 | 3 --- libdmx-1.1.5.tar.xz | 3 +++ libdmx.changes | 10 ++++++++++ libdmx.spec | 10 +++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 libdmx-1.1.4.tar.bz2 create mode 100644 libdmx-1.1.5.tar.xz diff --git a/libdmx-1.1.4.tar.bz2 b/libdmx-1.1.4.tar.bz2 deleted file mode 100644 index 2efd0e0..0000000 --- a/libdmx-1.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:253f90005d134fa7a209fbcbc5a3024335367c930adf0f3203e754cf32747243 -size 316517 diff --git a/libdmx-1.1.5.tar.xz b/libdmx-1.1.5.tar.xz new file mode 100644 index 0000000..710cba9 --- /dev/null +++ b/libdmx-1.1.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a4e26a8b0b2b4fe36441dca463645c3fa52d282ac3520501a38ea942cbf74f +size 266952 diff --git a/libdmx.changes b/libdmx.changes index 035989a..75516b0 100644 --- a/libdmx.changes +++ b/libdmx.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jun 10 11:00:23 UTC 2023 - Stefan Dirsch + +- Update to version 1.1.5 + * Update README for gitlab migration + * Update configure.ac bug URL for gitlab migration + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * Add deprecation notice to README + ------------------------------------------------------------------- Sat May 19 15:09:47 UTC 2018 - sndirsch@suse.com diff --git a/libdmx.spec b/libdmx.spec index 41ac77a..dc0fcae 100644 --- a/libdmx.spec +++ b/libdmx.spec @@ -1,7 +1,7 @@ # # spec file for package libdmx # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 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: libdmx %define lname libdmx1 -Version: 1.1.4 +Version: 1.1.5 Release: 0 Summary: Distributed Multihead X extension library License: MIT Group: Development/Libraries/C and C++ -Url: http://xorg.freedesktop.org/ +URL: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libdmx #Git-Web: http://cgit.freedesktop.org/xorg/lib/libdmx/ -Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 +Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool