From 87a788683cca201a348350f87f4db70e2fab22c91e7d11809d2691a36ba76c63 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 3 Apr 2022 17:11:08 +0000 Subject: [PATCH] - Update to version 1.2.1 * This release provides bug fixes, code cleanups, and some significant documentation improvements. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXcursor?expand=0&rev=21 --- libXcursor-1.2.0.tar.bz2 | 3 --- libXcursor-1.2.1.tar.xz | 3 +++ libXcursor.changes | 7 +++++++ libXcursor.spec | 10 +++++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 libXcursor-1.2.0.tar.bz2 create mode 100644 libXcursor-1.2.1.tar.xz diff --git a/libXcursor-1.2.0.tar.bz2 b/libXcursor-1.2.0.tar.bz2 deleted file mode 100644 index eca77eb..0000000 --- a/libXcursor-1.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782 -size 334144 diff --git a/libXcursor-1.2.1.tar.xz b/libXcursor-1.2.1.tar.xz new file mode 100644 index 0000000..e6e8045 --- /dev/null +++ b/libXcursor-1.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c143731610bafd2070159a844571b287ac26192537d047a39df06155492104 +size 280352 diff --git a/libXcursor.changes b/libXcursor.changes index 7bd77be..9ebc6d5 100644 --- a/libXcursor.changes +++ b/libXcursor.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Apr 3 17:08:50 UTC 2022 - Stefan Dirsch + +- Update to version 1.2.1 + * This release provides bug fixes, code cleanups, and some + significant documentation improvements. + ------------------------------------------------------------------- Mon Mar 11 13:56:20 UTC 2019 - Stefan Dirsch diff --git a/libXcursor.spec b/libXcursor.spec index 87e03c2..a047cde 100644 --- a/libXcursor.spec +++ b/libXcursor.spec @@ -1,7 +1,7 @@ # # spec file for package libXcursor # -# Copyright (c) 2019 SUSE LINUX 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: libXcursor %define lname libXcursor1 -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: X Window System Cursor management 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/libXcursor #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXcursor/ -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