From b91fa28aaca83a1318a235fe65e48047106f6dc6d361705aadd9fa1e483ae860 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 18 Oct 2022 18:33:55 +0000 Subject: [PATCH] - Update to version 1.3.1 * Update README for gitlab migration * Update configure.ac bug URL for gitlab migration * Fix spelling/wording issues * gitlab CI: add a basic build test * alloc: prefer atomic close-on-exec without O_TMPFILE as well * alloc: prefer SHM_ANON on FreeBSD a la memfd_create OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxshmfence?expand=0&rev=15 --- libxshmfence-1.3.1.tar.xz | 3 +++ libxshmfence-1.3.tar.bz2 | 3 --- libxshmfence.changes | 11 +++++++++++ libxshmfence.spec | 10 +++++----- 4 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 libxshmfence-1.3.1.tar.xz delete mode 100644 libxshmfence-1.3.tar.bz2 diff --git a/libxshmfence-1.3.1.tar.xz b/libxshmfence-1.3.1.tar.xz new file mode 100644 index 0000000..e3472ae --- /dev/null +++ b/libxshmfence-1.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1129f95147f7bfe6052988a087f1b7cb7122283d2c47a7dbf7135ce0df69b4f8 +size 257104 diff --git a/libxshmfence-1.3.tar.bz2 b/libxshmfence-1.3.tar.bz2 deleted file mode 100644 index 1ea4e43..0000000 --- a/libxshmfence-1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7 -size 308644 diff --git a/libxshmfence.changes b/libxshmfence.changes index 764c097..5bd2066 100644 --- a/libxshmfence.changes +++ b/libxshmfence.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Oct 18 18:29:13 UTC 2022 - Stefan Dirsch + +- Update to version 1.3.1 + * Update README for gitlab migration + * Update configure.ac bug URL for gitlab migration + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * alloc: prefer atomic close-on-exec without O_TMPFILE as well + * alloc: prefer SHM_ANON on FreeBSD a la memfd_create + ------------------------------------------------------------------- Mon Feb 26 18:51:24 UTC 2018 - sndirsch@suse.com diff --git a/libxshmfence.spec b/libxshmfence.spec index 2a2556b..7727c33 100644 --- a/libxshmfence.spec +++ b/libxshmfence.spec @@ -1,7 +1,7 @@ # # spec file for package libxshmfence # -# Copyright (c) 2018 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: libxshmfence -Version: 1.3 +Version: 1.3.1 Release: 0 %define lname libxshmfence1 Summary: A tiny library that exposes a event API on top of Linux futexes License: HPND Group: Development/Libraries/C and C++ -Url: http://xorg.freedesktop.org/ +URL: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libxshmfence #Git-Web: http://cgit.freedesktop.org/xorg/lib/libxshmfence/ -Source: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 +Source: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build