From 2a3e3c5d8495305933b6dae27af31fde16d9860b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 17:40:44 +0000 Subject: [PATCH 01/48] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 9d47ecf..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: libXres -# $Id: Makefile,v 1.2 2007/10/15 18:58:45 notting Exp $ -NAME := libXres -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attempt a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From 2df1a058d017d06f0e62184b855575871b54ab25 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 8 Nov 2010 15:40:44 -0500 Subject: [PATCH 02/48] libXres 1.0.5 --- .gitignore | 1 + libXres.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2427ecf..56d5874 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ libXres-1.0.4.tar.bz2 +/libXres-1.0.5.tar.bz2 diff --git a/libXres.spec b/libXres.spec index 4a77773..69180fd 100644 --- a/libXres.spec +++ b/libXres.spec @@ -1,6 +1,6 @@ Summary: X-Resource extension client library Name: libXres -Version: 1.0.4 +Version: 1.0.5 Release: 1%{?dist} License: MIT Group: System Environment/Libraries @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Mon Nov 08 2010 Adam Jackson 1.0.5-1 +- libXres 1.0.5 + * Tue Oct 13 2009 Adam Jackson 1.0.4-1 - libXres 1.0.4 diff --git a/sources b/sources index 553f988..641bb40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4daf91f93d924e693f6f6ed276791be2 libXres-1.0.4.tar.bz2 +d08f0b6df3f96c051637d37009f4e55a libXres-1.0.5.tar.bz2 From 0ec80b33909b21ca3a7bf43cd6e7cfd2109b16da Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 22:30:07 -0600 Subject: [PATCH 03/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 69180fd..0e630fc 100644 --- a/libXres.spec +++ b/libXres.spec @@ -1,7 +1,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.0.5 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Nov 08 2010 Adam Jackson 1.0.5-1 - libXres 1.0.5 From 3015f2aeb4229ad8533b0556a843e00573f17a9c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 01:19:23 -0600 Subject: [PATCH 04/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 0e630fc..9c8a20e 100644 --- a/libXres.spec +++ b/libXres.spec @@ -1,7 +1,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.0.5 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri Jan 13 2012 Fedora Release Engineering - 1.0.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 1.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 1daf24a6214b43a49d57bf13799c2ff67fd0bc47 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 8 Mar 2012 10:11:26 -0500 Subject: [PATCH 05/48] libXres 1.0.6 --- .gitignore | 1 + libXres.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 56d5874..e51e032 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ libXres-1.0.4.tar.bz2 /libXres-1.0.5.tar.bz2 +/libXres-1.0.6.tar.bz2 diff --git a/libXres.spec b/libXres.spec index 9c8a20e..d3fa19e 100644 --- a/libXres.spec +++ b/libXres.spec @@ -1,11 +1,10 @@ Summary: X-Resource extension client library Name: libXres -Version: 1.0.5 -Release: 3%{?dist} +Version: 1.0.6 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 @@ -59,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Mar 08 2012 Adam Jackson 1.0.6-1 +- libXres 1.0.6 + * Fri Jan 13 2012 Fedora Release Engineering - 1.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 641bb40..aa99cae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d08f0b6df3f96c051637d37009f4e55a libXres-1.0.5.tar.bz2 +80d0c6d8522fa7a645e4f522e9a9cd20 libXres-1.0.6.tar.bz2 From ffda9c44ad57fc217f149769806305bf5d5f00a2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 19 Jul 2012 14:10:19 -0500 Subject: [PATCH 06/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index d3fa19e..fdaf264 100644 --- a/libXres.spec +++ b/libXres.spec @@ -1,7 +1,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.0.6 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Jul 19 2012 Fedora Release Engineering - 1.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Thu Mar 08 2012 Adam Jackson 1.0.6-1 - libXres 1.0.6 From a2a3e38dfc37c7bceb7f9f7a524119964a50c339 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 21:58:42 -0600 Subject: [PATCH 07/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index fdaf264..d0d5554 100644 --- a/libXres.spec +++ b/libXres.spec @@ -1,7 +1,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.0.6 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Feb 14 2013 Fedora Release Engineering - 1.0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Thu Jul 19 2012 Fedora Release Engineering - 1.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 882b86e07889bc3e879917c516c215356496e28f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 7 Mar 2013 15:02:53 +1000 Subject: [PATCH 08/48] autoreconf for aarch64 --- libXres.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index d0d5554..9aaa7a0 100644 --- a/libXres.spec +++ b/libXres.spec @@ -1,13 +1,15 @@ Summary: X-Resource extension client library Name: libXres Version: 1.0.6 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 +BuildRequires: xorg-x11-util-macros +BuildRequires: autoconf automake libtool BuildRequires: pkgconfig(xext) %description @@ -26,6 +28,7 @@ X.Org X11 libXres development package %setup -q %build +autoreconf -v --install --force %configure --disable-static make %{?_smp_mflags} @@ -58,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Mar 07 2013 Peter Hutterer - 1.0.6-4 +- autoreconf for aarch64 + * Thu Feb 14 2013 Fedora Release Engineering - 1.0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 06b938c22ae6d65d12bc42028fa4c7604af869ea Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 24 May 2013 16:11:01 +1000 Subject: [PATCH 09/48] update for CVE fixes (CVE-2013-1988) --- .gitignore | 1 + commitid | 1 + libXres.spec | 19 ++++++++++++++++--- make-git-snapshot.sh | 17 +++++++++++++++++ sources | 2 +- 5 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 commitid create mode 100755 make-git-snapshot.sh diff --git a/.gitignore b/.gitignore index e51e032..2a6ba26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ libXres-1.0.4.tar.bz2 /libXres-1.0.5.tar.bz2 /libXres-1.0.6.tar.bz2 +/libXres-20130524.tar.bz2 diff --git a/commitid b/commitid new file mode 100644 index 0000000..d752811 --- /dev/null +++ b/commitid @@ -0,0 +1 @@ +f468184963e53feda848853c4aefd0197b2cc116 diff --git a/libXres.spec b/libXres.spec index 9aaa7a0..9239f34 100644 --- a/libXres.spec +++ b/libXres.spec @@ -1,12 +1,22 @@ +%global tarball libXres +%global gitdate 20130524 +%global gitversion f46818496 + Summary: X-Resource extension client library Name: libXres Version: 1.0.6 -Release: 4%{?dist} +Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org +%if 0%{?gitdate} +Source0: %{tarball}-%{gitdate}.tar.bz2 +Source1: make-git-snapshot.sh +Source2: commitid +%else Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 +%endif BuildRequires: xorg-x11-util-macros BuildRequires: autoconf automake libtool @@ -25,7 +35,7 @@ Requires: %{name} = %{version}-%{release} X.Org X11 libXres development package %prep -%setup -q +%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}} %build autoreconf -v --install --force @@ -48,7 +58,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS COPYING %{_libdir}/libXRes.so.1 %{_libdir}/libXRes.so.1.0.0 @@ -61,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri May 24 2013 Dave Airlie 1.0.6-5.20130524gitf46818496 +- update for CVE fixes (CVE-2013-1988) + * Thu Mar 07 2013 Peter Hutterer - 1.0.6-4 - autoreconf for aarch64 diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh new file mode 100755 index 0000000..dd5ac16 --- /dev/null +++ b/make-git-snapshot.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +DIRNAME=libXres-$( date +%Y%m%d ) + +rm -rf $DIRNAME +git clone git://git.freedesktop.org/git/xorg/lib/libXRes $DIRNAME +cd $DIRNAME +if [ -z "$1" ]; then + git log | head -1 +else + git checkout $1 +fi +git log | head -1 | awk '{ print $2 }' > ../commitid +git repack -a -d +cd .. +tar jcf $DIRNAME.tar.bz2 $DIRNAME +rm -rf $DIRNAME diff --git a/sources b/sources index aa99cae..be275a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80d0c6d8522fa7a645e4f522e9a9cd20 libXres-1.0.6.tar.bz2 +105c04ecffa9474cd83a11404f663c07 libXres-20130524.tar.bz2 From 64d18318bb1cce2fde97b78333c6009d677c7446 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 24 May 2013 16:11:01 +1000 Subject: [PATCH 10/48] update for CVE fixes (CVE-2013-1988) --- .gitignore | 1 + commitid | 1 + libXres.spec | 19 ++++++++++++++++--- make-git-snapshot.sh | 17 +++++++++++++++++ sources | 2 +- 5 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 commitid create mode 100755 make-git-snapshot.sh diff --git a/.gitignore b/.gitignore index e51e032..2a6ba26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ libXres-1.0.4.tar.bz2 /libXres-1.0.5.tar.bz2 /libXres-1.0.6.tar.bz2 +/libXres-20130524.tar.bz2 diff --git a/commitid b/commitid new file mode 100644 index 0000000..d752811 --- /dev/null +++ b/commitid @@ -0,0 +1 @@ +f468184963e53feda848853c4aefd0197b2cc116 diff --git a/libXres.spec b/libXres.spec index 9aaa7a0..9239f34 100644 --- a/libXres.spec +++ b/libXres.spec @@ -1,12 +1,22 @@ +%global tarball libXres +%global gitdate 20130524 +%global gitversion f46818496 + Summary: X-Resource extension client library Name: libXres Version: 1.0.6 -Release: 4%{?dist} +Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org +%if 0%{?gitdate} +Source0: %{tarball}-%{gitdate}.tar.bz2 +Source1: make-git-snapshot.sh +Source2: commitid +%else Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 +%endif BuildRequires: xorg-x11-util-macros BuildRequires: autoconf automake libtool @@ -25,7 +35,7 @@ Requires: %{name} = %{version}-%{release} X.Org X11 libXres development package %prep -%setup -q +%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}} %build autoreconf -v --install --force @@ -48,7 +58,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS COPYING %{_libdir}/libXRes.so.1 %{_libdir}/libXRes.so.1.0.0 @@ -61,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri May 24 2013 Dave Airlie 1.0.6-5.20130524gitf46818496 +- update for CVE fixes (CVE-2013-1988) + * Thu Mar 07 2013 Peter Hutterer - 1.0.6-4 - autoreconf for aarch64 diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh new file mode 100755 index 0000000..dd5ac16 --- /dev/null +++ b/make-git-snapshot.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +DIRNAME=libXres-$( date +%Y%m%d ) + +rm -rf $DIRNAME +git clone git://git.freedesktop.org/git/xorg/lib/libXRes $DIRNAME +cd $DIRNAME +if [ -z "$1" ]; then + git log | head -1 +else + git checkout $1 +fi +git log | head -1 | awk '{ print $2 }' > ../commitid +git repack -a -d +cd .. +tar jcf $DIRNAME.tar.bz2 $DIRNAME +rm -rf $DIRNAME diff --git a/sources b/sources index aa99cae..be275a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80d0c6d8522fa7a645e4f522e9a9cd20 libXres-1.0.6.tar.bz2 +105c04ecffa9474cd83a11404f663c07 libXres-20130524.tar.bz2 From 8226c42f2f5bb366292ab1eb1f15000769ca34a5 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 27 May 2013 15:46:00 +1000 Subject: [PATCH 11/48] Require libX11 1.6RC2 for _XEatDataWords --- libXres.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 9239f34..b81a8a5 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.0.6 -Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -18,9 +18,12 @@ Source2: commitid Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 %endif +Requires: libX11 >= 1.5.99.902 + BuildRequires: xorg-x11-util-macros BuildRequires: autoconf automake libtool BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(x11) >= 1.5.99.902 %description X-Resource is an extension that allows a client to query @@ -71,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Mon May 27 2013 Peter Hutterer - 1.0.6-6.20130524gitf46818496 +- Require libX11 1.6RC2 for _XEatDataWords + * Fri May 24 2013 Dave Airlie 1.0.6-5.20130524gitf46818496 - update for CVE fixes (CVE-2013-1988) From 308355f12144ac29f5e2db011e213a603e8365f3 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 31 May 2013 15:30:50 +1000 Subject: [PATCH 12/48] libXres 1.0.7 --- .gitignore | 1 + libXres.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2a6ba26..d55f2da 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ libXres-1.0.4.tar.bz2 /libXres-1.0.5.tar.bz2 /libXres-1.0.6.tar.bz2 /libXres-20130524.tar.bz2 +/libXres-1.0.7.tar.bz2 diff --git a/libXres.spec b/libXres.spec index b81a8a5..56b2107 100644 --- a/libXres.spec +++ b/libXres.spec @@ -1,11 +1,11 @@ %global tarball libXres -%global gitdate 20130524 +#global gitdate 20130524 %global gitversion f46818496 Summary: X-Resource extension client library Name: libXres -Version: 1.0.6 -Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.0.7 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri May 31 2013 Peter Hutterer 1.0.7-1 +- libXres 1.0.7 + * Mon May 27 2013 Peter Hutterer - 1.0.6-6.20130524gitf46818496 - Require libX11 1.6RC2 for _XEatDataWords diff --git a/sources b/sources index be275a1..d671ac4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -105c04ecffa9474cd83a11404f663c07 libXres-20130524.tar.bz2 +45ef29206a6b58254c81bea28ec6c95f libXres-1.0.7.tar.bz2 From fb38908fe88f638a7f18d8c6d5dd365cd5c9f162 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 23:43:39 -0500 Subject: [PATCH 13/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 56b2107..5154867 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.0.7 -Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 1.0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri May 31 2013 Peter Hutterer 1.0.7-1 - libXres 1.0.7 From 8932d325794e89ed0901616c4c166a413b2dcdf4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 21:31:12 -0500 Subject: [PATCH 14/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 5154867..6d04a9d 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.0.7 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 1.0.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sat Aug 03 2013 Fedora Release Engineering - 1.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From fe4ba084960786b9f870982a2219c20274267b0b Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 17 Aug 2014 02:09:28 +0000 Subject: [PATCH 15/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 6d04a9d..c9c8857 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.0.7 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sun Aug 17 2014 Fedora Release Engineering - 1.0.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 1.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From da1e878a5a6c6bda685650c6e61cc61b60aea2ed Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 14:11:30 +0000 Subject: [PATCH 16/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index c9c8857..245eda9 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.0.7 -Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 1.0.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sun Aug 17 2014 Fedora Release Engineering - 1.0.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 0e5450c02baf4f4e123f677e3c8eac5f1e4cd05c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 02:51:47 +0000 Subject: [PATCH 17/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 245eda9..bcd24d0 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.0.7 -Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 1.0.7-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 1.0.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From fc0cdeff000305408a8418995a8ab16959e084c8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 18:20:16 +0000 Subject: [PATCH 18/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index bcd24d0..47bffb3 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.0.7 -Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.0.7-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Thu Feb 04 2016 Fedora Release Engineering - 1.0.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 3e8c89618bd6cd661869b80c82dae52955aa67c6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 18:29:12 +0000 Subject: [PATCH 19/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 47bffb3..eefacf3 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.0.7 -Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 1.0.7-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 1.0.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 345d840ee454d4870d88248a0dc82a6e8baeb6ee Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 01:08:44 +0000 Subject: [PATCH 20/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index eefacf3..222cf4b 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.0.7 -Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.0.7-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 1.0.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 26a13bc7632b3b1e7aeefce592004a5a0627d050 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 11 Oct 2017 11:24:02 -0400 Subject: [PATCH 21/48] libXres 1.2.0 --- .gitignore | 1 + libXres.spec | 12 +++++++----- sources | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d55f2da..de1429a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ libXres-1.0.4.tar.bz2 /libXres-1.0.6.tar.bz2 /libXres-20130524.tar.bz2 /libXres-1.0.7.tar.bz2 +/libXres-1.2.0.tar.bz2 diff --git a/libXres.spec b/libXres.spec index 222cf4b..22823ad 100644 --- a/libXres.spec +++ b/libXres.spec @@ -1,11 +1,11 @@ %global tarball libXres #global gitdate 20130524 -%global gitversion f46818496 +#global gitversion f46818496 Summary: X-Resource extension client library Name: libXres -Version: 1.0.7 -Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.2.0 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -15,7 +15,7 @@ Source0: %{tarball}-%{gitdate}.tar.bz2 Source1: make-git-snapshot.sh Source2: commitid %else -Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 +Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 %endif Requires: libX11 >= 1.5.99.902 @@ -70,10 +70,12 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/X11/extensions/XRes.h %{_libdir}/libXRes.so %{_libdir}/pkgconfig/xres.pc -#%dir %{_mandir}/man3x %{_mandir}/man3/*.3* %changelog +* Wed Oct 11 2017 Adam Jackson - 1.2.0-1 +- libXres 1.2.0 + * Thu Aug 03 2017 Fedora Release Engineering - 1.0.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index d671ac4..84f8629 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45ef29206a6b58254c81bea28ec6c95f libXres-1.0.7.tar.bz2 +SHA512 (libXres-1.2.0.tar.bz2) = 8eb5a36b1f030eb4e27e676cc4befcc073da66a7bce2b39089314e1facb629d13b087bb53ca2c95fe5291857da7ff9f80c6ab28fb3e245eeb9e0344937900172 From d1704c9798a6d0bafd5655e4e8e774011cc7f229 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 21:08:19 +0000 Subject: [PATCH 22/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 22823ad..7133f6d 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.0 -Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Oct 11 2017 Adam Jackson - 1.2.0-1 - libXres 1.2.0 From e3bf7647a227e2360fd343eb6f4023a72131ccdf Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:18:58 +0100 Subject: [PATCH 23/48] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- libXres.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libXres.spec b/libXres.spec index 7133f6d..45f24ea 100644 --- a/libXres.spec +++ b/libXres.spec @@ -53,9 +53,6 @@ make install DESTDIR=$RPM_BUILD_ROOT # We intentionally don't ship *.la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig From 9b02cfabe692f019c3ab0a5637bfc4de1206f6c8 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 29 Jun 2018 17:29:22 -0400 Subject: [PATCH 24/48] Use ldconfig scriptlet macros --- libXres.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libXres.spec b/libXres.spec index 45f24ea..c360868 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.0 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -53,8 +53,8 @@ make install DESTDIR=$RPM_BUILD_ROOT # We intentionally don't ship *.la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_post +%ldconfig_postun %files %defattr(-,root,root,-) @@ -70,6 +70,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Fri Jun 29 2018 Adam Jackson - 1.2.0-3 +- Use ldconfig scriptlet macros + * Wed Feb 07 2018 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 4ad7415b9a156cd7c997b5f4facfb22f8cd1f81c Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 5 Jul 2018 12:26:00 -0400 Subject: [PATCH 25/48] Drop useless %defattr --- libXres.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libXres.spec b/libXres.spec index c360868..4a7ce94 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.0 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -57,19 +57,20 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %ldconfig_postun %files -%defattr(-,root,root,-) %doc AUTHORS COPYING %{_libdir}/libXRes.so.1 %{_libdir}/libXRes.so.1.0.0 %files devel -%defattr(-,root,root,-) %{_includedir}/X11/extensions/XRes.h %{_libdir}/libXRes.so %{_libdir}/pkgconfig/xres.pc %{_mandir}/man3/*.3* %changelog +* Thu Jul 05 2018 Adam Jackson - 1.2.0-4 +- Drop useless %%defattr + * Fri Jun 29 2018 Adam Jackson - 1.2.0-3 - Use ldconfig scriptlet macros From bc8656a4322c8b90ae8f34d96565b1033169f3f0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 07:46:36 +0000 Subject: [PATCH 26/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 4a7ce94..08dee66 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.0 -Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -68,6 +68,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1.2.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Jul 05 2018 Adam Jackson - 1.2.0-4 - Drop useless %%defattr From 75b2179e0fdcdae77241002b4ded94da6aee28c2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:52 +0100 Subject: [PATCH 27/48] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- libXres.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/libXres.spec b/libXres.spec index 08dee66..4e0900b 100644 --- a/libXres.spec +++ b/libXres.spec @@ -7,7 +7,6 @@ Name: libXres Version: 1.2.0 Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT -Group: System Environment/Libraries URL: http://www.x.org %if 0%{?gitdate} @@ -31,7 +30,6 @@ the X server about its usage of various resources. %package devel Summary: Development files for %{name} -Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel From 821c771f6414bd1f5962beaa1a940edcf103ef7c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 06:37:34 +0000 Subject: [PATCH 28/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 4e0900b..e65daac 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.0 -Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -66,6 +66,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 1.2.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 1.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From ba71ebc9349e0511cb48cbf9d7363a272518dd4e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 12:44:26 +0000 Subject: [PATCH 29/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index e65daac..193e9ff 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.0 -Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -66,6 +66,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 1.2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Feb 01 2019 Fedora Release Engineering - 1.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From aa8b4e46913f25bc3faa3a4a4e4fd271aa9c8f2a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 08:30:18 +0000 Subject: [PATCH 30/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 193e9ff..8daf5c8 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.0 -Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -66,6 +66,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 1.2.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Jul 25 2019 Fedora Release Engineering - 1.2.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 1e23f4f64b9875c6f7dc545b97c8bf88c6b7c6ca Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 04:11:11 +0000 Subject: [PATCH 31/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 8daf5c8..db5215f 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.0 -Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -66,6 +66,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1.2.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jan 29 2020 Fedora Release Engineering - 1.2.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From a4f90f3eab0d6504909f9a73e71b9f4152e7fc89 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 21 Oct 2020 13:54:02 -0700 Subject: [PATCH 32/48] Backport upstream MR #1 to fix RHBZ #1888993 (metacity crash) Thanks to @halfline for the fix. --- ...-instead-of-_XRead32-for-reading-pid.patch | 33 +++++++++++++++++++ libXres.spec | 11 ++++++- 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 0001-XRes-Use-_XRead-instead-of-_XRead32-for-reading-pid.patch diff --git a/0001-XRes-Use-_XRead-instead-of-_XRead32-for-reading-pid.patch b/0001-XRes-Use-_XRead-instead-of-_XRead32-for-reading-pid.patch new file mode 100644 index 0000000..03b709c --- /dev/null +++ b/0001-XRes-Use-_XRead-instead-of-_XRead32-for-reading-pid.patch @@ -0,0 +1,33 @@ +From 3e6bdd90c604e061c71715865eb403ffdd0dd7f0 Mon Sep 17 00:00:00 2001 +From: Ray Strode +Date: Wed, 21 Oct 2020 10:03:23 -0400 +Subject: [PATCH] XRes: Use _XRead instead of _XRead32 for reading pid + +_XRead32 requires the output variable to be a long, but +`ReadClientValues` feeds it client->value which is a +32-bit allocation. + +This commit changes the code to use _XRead instead, which +properly handles 32-bit output variables. + +https://gitlab.freedesktop.org/xorg/lib/libxres/-/issues/3 +--- + src/XRes.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/XRes.c b/src/XRes.c +index 2bee277..90e72c9 100644 +--- a/src/XRes.c ++++ b/src/XRes.c +@@ -256,7 +256,7 @@ static Bool ReadClientValues( + _XRead32 (dpy, &value, 4); + client->length = value; + client->value = malloc(client->length); +- _XRead32 (dpy, client->value, client->length); ++ _XRead (dpy, client->value, client->length); + } + return True; + } +-- +2.28.0 + diff --git a/libXres.spec b/libXres.spec index db5215f..5bdd0c7 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.0 -Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 10%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -16,6 +16,11 @@ Source2: commitid %else Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 %endif +# Fixes a bug which causes metacity 3.38.0+ to crash on startup: +# https://bugzilla.redhat.com/show_bug.cgi?id=1888993 +# https://gitlab.freedesktop.org/xorg/lib/libxres/-/issues/3 +# https://gitlab.freedesktop.org/xorg/lib/libxres/-/merge_requests/1 +Patch0: 0001-XRes-Use-_XRead-instead-of-_XRead32-for-reading-pid.patch Requires: libX11 >= 1.5.99.902 @@ -37,6 +42,7 @@ X.Org X11 libXres development package %prep %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}} +%patch0 -p1 %build autoreconf -v --install --force @@ -66,6 +72,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Wed Oct 21 2020 Adam Williamson - 1.2.0-10 +- Backport upstream MR #1 to fix RHBZ #1888993 (metacity crash) + * Tue Jul 28 2020 Fedora Release Engineering - 1.2.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 37f1f354388caec9d59420ee4c61f74e620472df Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 5 Nov 2020 12:16:30 +1000 Subject: [PATCH 33/48] Add BuildRequires for make --- libXres.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 5bdd0c7..9246ee1 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.0 -Release: 10%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 11%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -24,6 +24,7 @@ Patch0: 0001-XRes-Use-_XRead-instead-of-_XRead32-for-reading-pid.patch Requires: libX11 >= 1.5.99.902 +BuildRequires: make BuildRequires: xorg-x11-util-macros BuildRequires: autoconf automake libtool BuildRequires: pkgconfig(xext) @@ -72,6 +73,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Nov 5 12:16:29 AEST 2020 Peter Hutterer - 1.2.0-11 +- Add BuildRequires for make + * Wed Oct 21 2020 Adam Williamson - 1.2.0-10 - Backport upstream MR #1 to fix RHBZ #1888993 (metacity crash) From 42e9d573c8cb59e37206c19e60dd4b5629caf2bf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 16:36:30 +0000 Subject: [PATCH 34/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 9246ee1..f3dc3f8 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.0 -Release: 11%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 12%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -73,6 +73,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.2.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 5 12:16:29 AEST 2020 Peter Hutterer - 1.2.0-11 - Add BuildRequires for make From f9de4475b31a3a047b271d692a412c17ed3bdb5b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 10:54:14 +0000 Subject: [PATCH 35/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index f3dc3f8..f10fdfb 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.0 -Release: 12%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 13%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -73,6 +73,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 1.2.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 1.2.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From ae36bd26a323d2ba0de6e90b8bac52d592edc982 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Tue, 21 Sep 2021 12:15:52 +0200 Subject: [PATCH 36/48] libXres 1.2.1 --- .gitignore | 1 + ...-instead-of-_XRead32-for-reading-pid.patch | 33 ------------------- libXres.spec | 9 ++--- sources | 2 +- 4 files changed, 7 insertions(+), 38 deletions(-) delete mode 100644 0001-XRes-Use-_XRead-instead-of-_XRead32-for-reading-pid.patch diff --git a/.gitignore b/.gitignore index de1429a..7e09b2a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ libXres-1.0.4.tar.bz2 /libXres-20130524.tar.bz2 /libXres-1.0.7.tar.bz2 /libXres-1.2.0.tar.bz2 +/libXres-1.2.1.tar.bz2 diff --git a/0001-XRes-Use-_XRead-instead-of-_XRead32-for-reading-pid.patch b/0001-XRes-Use-_XRead-instead-of-_XRead32-for-reading-pid.patch deleted file mode 100644 index 03b709c..0000000 --- a/0001-XRes-Use-_XRead-instead-of-_XRead32-for-reading-pid.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 3e6bdd90c604e061c71715865eb403ffdd0dd7f0 Mon Sep 17 00:00:00 2001 -From: Ray Strode -Date: Wed, 21 Oct 2020 10:03:23 -0400 -Subject: [PATCH] XRes: Use _XRead instead of _XRead32 for reading pid - -_XRead32 requires the output variable to be a long, but -`ReadClientValues` feeds it client->value which is a -32-bit allocation. - -This commit changes the code to use _XRead instead, which -properly handles 32-bit output variables. - -https://gitlab.freedesktop.org/xorg/lib/libxres/-/issues/3 ---- - src/XRes.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/XRes.c b/src/XRes.c -index 2bee277..90e72c9 100644 ---- a/src/XRes.c -+++ b/src/XRes.c -@@ -256,7 +256,7 @@ static Bool ReadClientValues( - _XRead32 (dpy, &value, 4); - client->length = value; - client->value = malloc(client->length); -- _XRead32 (dpy, client->value, client->length); -+ _XRead (dpy, client->value, client->length); - } - return True; - } --- -2.28.0 - diff --git a/libXres.spec b/libXres.spec index f10fdfb..ccbaaba 100644 --- a/libXres.spec +++ b/libXres.spec @@ -4,8 +4,8 @@ Summary: X-Resource extension client library Name: libXres -Version: 1.2.0 -Release: 13%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.2.1 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -20,7 +20,6 @@ Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 # https://bugzilla.redhat.com/show_bug.cgi?id=1888993 # https://gitlab.freedesktop.org/xorg/lib/libxres/-/issues/3 # https://gitlab.freedesktop.org/xorg/lib/libxres/-/merge_requests/1 -Patch0: 0001-XRes-Use-_XRead-instead-of-_XRead32-for-reading-pid.patch Requires: libX11 >= 1.5.99.902 @@ -43,7 +42,6 @@ X.Org X11 libXres development package %prep %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}} -%patch0 -p1 %build autoreconf -v --install --force @@ -73,6 +71,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Tue Sep 21 2021 Benjamin Tissoires 1.2.1-1 +- libXres 1.2.1 + * Thu Jul 22 2021 Fedora Release Engineering - 1.2.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 84f8629..cbe965a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libXres-1.2.0.tar.bz2) = 8eb5a36b1f030eb4e27e676cc4befcc073da66a7bce2b39089314e1facb629d13b087bb53ca2c95fe5291857da7ff9f80c6ab28fb3e245eeb9e0344937900172 +SHA512 (libXres-1.2.1.tar.bz2) = c17d28406e17e305dc4976f095e88059735f5bd8c600adf2e556523c9e0dd7fa01dcbf7a9d28a642e77e49a5b30f54bb9b2fc34bfbedce467ee2a020bba5cdf1 From e8311e1db918ea27220bee5f98a3214fc5e51ed9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 15:42:14 +0000 Subject: [PATCH 37/48] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index ccbaaba..f66d950 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.1 -Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -71,6 +71,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 1.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Sep 21 2021 Benjamin Tissoires 1.2.1-1 - libXres 1.2.1 From bb55149fdd3b6628468fe992c6e5bc28057f66b3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 17:15:06 +0000 Subject: [PATCH 38/48] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index f66d950..4485e18 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.1 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -71,6 +71,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 1.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jan 20 2022 Fedora Release Engineering - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 94549338253dc8c7edbca76b2a943050aaf77524 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 15:46:21 +0000 Subject: [PATCH 39/48] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 4485e18..ce17165 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.1 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -71,6 +71,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 1.2.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Jul 21 2022 Fedora Release Engineering - 1.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 546f99c80aee94fc7cfe00c2abbe1a3ae03e2cb7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 10:12:58 +0000 Subject: [PATCH 40/48] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index ce17165..9b274b9 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.1 -Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -71,6 +71,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 1.2.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jan 19 2023 Fedora Release Engineering - 1.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 8ec589ccaf6d1c36e49d2118e1313f321cf935ed Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Wed, 6 Sep 2023 12:20:10 +0200 Subject: [PATCH 41/48] SPDX Migration --- libXres.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libXres.spec b/libXres.spec index 9b274b9..e0eba38 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,8 +5,8 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.1 -Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} -License: MIT +Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +License: X11 URL: http://www.x.org %if 0%{?gitdate} @@ -71,6 +71,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Wed Sep 06 2023 Benjamin Tissoires - 1.2.1-6git} +- SPDX Migration + * Thu Jul 20 2023 Fedora Release Engineering - 1.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 3666484b0e99f5ac8dc3b2191541fba4d5d9ec43 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Wed, 6 Sep 2023 14:39:27 +0200 Subject: [PATCH 42/48] fix changelog version --- libXres.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index e0eba38..75748f9 100644 --- a/libXres.spec +++ b/libXres.spec @@ -71,7 +71,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog -* Wed Sep 06 2023 Benjamin Tissoires - 1.2.1-6git} +* Wed Sep 06 2023 Benjamin Tissoires - 1.2.1-6 - SPDX Migration * Thu Jul 20 2023 Fedora Release Engineering - 1.2.1-5 From 96b52168eead2df269c3e6f52c297b2a9c2e69cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Thu, 5 Oct 2023 18:06:32 +0200 Subject: [PATCH 43/48] libXres 1.2.2 Update package to version 1.2.2. Since upstream commit d5031be051ea ("Build xz tarballs instead of bzip2"), .tar.xz is used instead of .tar.bz2, update `Source0` accordingly. --- .gitignore | 1 + libXres.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7e09b2a..4bde57a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ libXres-1.0.4.tar.bz2 /libXres-1.0.7.tar.bz2 /libXres-1.2.0.tar.bz2 /libXres-1.2.1.tar.bz2 +/libXres-1.2.2.tar.xz diff --git a/libXres.spec b/libXres.spec index 75748f9..3259844 100644 --- a/libXres.spec +++ b/libXres.spec @@ -4,17 +4,17 @@ Summary: X-Resource extension client library Name: libXres -Version: 1.2.1 -Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.2.2 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: X11 URL: http://www.x.org %if 0%{?gitdate} -Source0: %{tarball}-%{gitdate}.tar.bz2 +Source0: %{tarball}-%{gitdate}.tar.xz Source1: make-git-snapshot.sh Source2: commitid %else -Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 +Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz %endif # Fixes a bug which causes metacity 3.38.0+ to crash on startup: # https://bugzilla.redhat.com/show_bug.cgi?id=1888993 @@ -71,6 +71,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Oct 05 2023 José Expósito - 1.2.2-1 +- libXres 1.2.2 + * Wed Sep 06 2023 Benjamin Tissoires - 1.2.1-6 - SPDX Migration diff --git a/sources b/sources index cbe965a..78899a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libXres-1.2.1.tar.bz2) = c17d28406e17e305dc4976f095e88059735f5bd8c600adf2e556523c9e0dd7fa01dcbf7a9d28a642e77e49a5b30f54bb9b2fc34bfbedce467ee2a020bba5cdf1 +SHA512 (libXres-1.2.2.tar.xz) = 897f2d426ea6f41169a5a52c356d1a1cb2ffb9144ae41b9fedd06455c3d81042930fe55be269ce4b8545ee65fcfe168101192a599053d810e8810f627c94f810 From d9e0540a0cc374953782afe32462c324516d9b6f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 03:31:41 +0000 Subject: [PATCH 44/48] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 3259844..f119640 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.2 -Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: X11 URL: http://www.x.org @@ -71,6 +71,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 1.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Oct 05 2023 José Expósito - 1.2.2-1 - libXres 1.2.2 From 799945450d63926eb1745c27c348bedb284db574 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 01:29:08 +0000 Subject: [PATCH 45/48] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index f119640..18fc845 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.2 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: X11 URL: http://www.x.org @@ -71,6 +71,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 1.2.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 1.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 92064545c79022153c247810052bf244c2c0514d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 13:16:18 +0000 Subject: [PATCH 46/48] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 18fc845..98eef2b 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.2 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: X11 URL: http://www.x.org @@ -71,6 +71,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 1.2.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 1.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From b43b5546b81cc8b1a78beea4462f163740815d49 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 10:31:53 +0000 Subject: [PATCH 47/48] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 98eef2b..2ee469d 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.2 -Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: X11 URL: http://www.x.org @@ -71,6 +71,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 1.2.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 18 2024 Fedora Release Engineering - 1.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 89d8f906a488f201936843b60ded68be711fdc4f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 19:19:09 +0000 Subject: [PATCH 48/48] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- libXres.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXres.spec b/libXres.spec index 2ee469d..1fd4063 100644 --- a/libXres.spec +++ b/libXres.spec @@ -5,7 +5,7 @@ Summary: X-Resource extension client library Name: libXres Version: 1.2.2 -Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: X11 URL: http://www.x.org @@ -71,6 +71,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 1.2.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jan 17 2025 Fedora Release Engineering - 1.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild