From db969d6f232c4f59aaf0636cb4c5c4c4a037a6c5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 19 Jul 2012 14:09:48 -0500 Subject: [PATCH 01/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index b0dabd2..31d20fe 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.3.1 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Jul 19 2012 Fedora Release Engineering - 1.3.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Fri Jan 13 2012 Fedora Release Engineering - 1.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From ad5b3d081ac9bee50ab575421a78daf38bdecce1 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 26 Jul 2012 14:29:32 +1000 Subject: [PATCH 02/44] libXrandr 1.4.0 upstream release. --- .gitignore | 1 + libXrandr.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 15e993b..9055bc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ libXrandr-1.2.99.4.tar.bz2 libXrandr-1.3.0.tar.bz2 /libXrandr-1.3.1.tar.bz2 +/libXrandr-1.4.0.tar.bz2 diff --git a/libXrandr.spec b/libXrandr.spec index 31d20fe..8446747 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr -Version: 1.3.1 -Release: 4%{?dist} +Version: 1.4.0 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Jul 26 2012 Dave Airlie 1.4.0-1 +- libXrandr 1.4.0 upstream release. + * Thu Jul 19 2012 Fedora Release Engineering - 1.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 6e641bd..a3b3674 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7785c3f7cff2735c94657e8f87ed8ad3 libXrandr-1.3.1.tar.bz2 +0c843636124cc1494e3d87df16957672 libXrandr-1.4.0.tar.bz2 From f67746fb44cf10d5d6b2e5dbd210911f5b8d1fc0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 21:58:21 -0600 Subject: [PATCH 03/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 8446747..4718247 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Feb 14 2013 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Thu Jul 26 2012 Dave Airlie 1.4.0-1 - libXrandr 1.4.0 upstream release. From 8858ae07e121dfc8f9aa5ea3a326fea81359765f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 7 Mar 2013 15:02:05 +1000 Subject: [PATCH 04/44] autoreconf for aarch64 --- libXrandr.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 4718247..b76b027 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.4.0 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -9,6 +9,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 +BuildRequires: xorg-x11-util-macros +BuildRequires: autoconf automake libtool BuildRequires: xorg-x11-proto-devel BuildRequires: pkgconfig(randrproto) >= 1.3.0 BuildRequires: pkgconfig(xrender) @@ -29,6 +31,7 @@ X.Org X11 libXrandr development package %setup -q %build +autoreconf -v --install --force %configure --disable-static make %{?_smp_mflags} @@ -60,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Mar 07 2013 Peter Hutterer - 1.4.0-3 +- autoreconf for aarch64 + * Thu Feb 14 2013 Fedora Release Engineering - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From b7544954d94ce2a7025103232dbe7db26eeafe26 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 24 May 2013 15:47:24 +1000 Subject: [PATCH 05/44] Update to git snapshot to fix CVEs listed below: - CVE-2013-1986 --- .gitignore | 1 + commitid | 1 + libXrandr.spec | 22 ++++++++++++++++++---- make-git-snapshot.sh | 17 +++++++++++++++++ sources | 2 +- 5 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 commitid create mode 100755 make-git-snapshot.sh diff --git a/.gitignore b/.gitignore index 9055bc8..bd6271a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ libXrandr-1.2.99.4.tar.bz2 libXrandr-1.3.0.tar.bz2 /libXrandr-1.3.1.tar.bz2 /libXrandr-1.4.0.tar.bz2 +/libXrandr-20130524.tar.bz2 diff --git a/commitid b/commitid new file mode 100644 index 0000000..6034a05 --- /dev/null +++ b/commitid @@ -0,0 +1 @@ +c90f74497dbcb96854346435349c6e2207b530c5 diff --git a/libXrandr.spec b/libXrandr.spec index b76b027..0e74ddb 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -1,13 +1,23 @@ +%global tarball libXrandr +%global gitdate 20130524 +%global gitversion c90f74497 + Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.4.0 -Release: 3%{?dist} +Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source0: http://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 +%if 0%{?gitdate} +Source0: %{tarball}-%{gitdate}.tar.bz2 +Source1: make-git-snapshot.sh +Source2: commitid +%else +Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 +%endif BuildRequires: xorg-x11-util-macros BuildRequires: autoconf automake libtool @@ -28,7 +38,7 @@ Requires: %{name} = %{version}-%{release} X.Org X11 libXrandr development package %prep -%setup -q +%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}} %build autoreconf -v --install --force @@ -50,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS COPYING %{_libdir}/libXrandr.so.2 %{_libdir}/libXrandr.so.2.2.0 @@ -63,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri May 24 2013 Peter Hutterer 1.4.0-4.20130524gitc90f74497 +- Update to git snapshot to fix CVEs listed below: +- CVE-2013-1986 + * Thu Mar 07 2013 Peter Hutterer - 1.4.0-3 - autoreconf for aarch64 diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh new file mode 100755 index 0000000..2c38e4a --- /dev/null +++ b/make-git-snapshot.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +DIRNAME=libXrandr-$( date +%Y%m%d ) + +rm -rf $DIRNAME +git clone git://git.freedesktop.org/git/xorg/lib/libXrandr $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 a3b3674..c2735cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0c843636124cc1494e3d87df16957672 libXrandr-1.4.0.tar.bz2 +8d8d82d12de5fb99d6480e49a9d8136f libXrandr-20130524.tar.bz2 From f8cb1c9a49e5015e83c3a7b3c754e43fd91569ab Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 27 May 2013 15:34:16 +1000 Subject: [PATCH 06/44] Require libX11 1.6RC2 for _XEatDataWords --- libXrandr.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 0e74ddb..89889fa 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.4.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 @@ -19,12 +19,15 @@ Source2: commitid Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 %endif +Requires: libX11 >= 1.5.99.902 + BuildRequires: xorg-x11-util-macros BuildRequires: autoconf automake libtool BuildRequires: xorg-x11-proto-devel BuildRequires: pkgconfig(randrproto) >= 1.3.0 BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(x11) >= 1.5.99.902 %description X.Org X11 libXrandr runtime library @@ -73,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Mon May 27 2013 Peter Hutterer - 1.4.0-5.20130524gitc90f74497 +- Require libX11 1.6RC2 for _XEatDataWords + * Fri May 24 2013 Peter Hutterer 1.4.0-4.20130524gitc90f74497 - Update to git snapshot to fix CVEs listed below: - CVE-2013-1986 From 13e8bb289145fe366a447eb57880e3bad3596e0d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 3 Jun 2013 09:19:03 +1000 Subject: [PATCH 07/44] libXrandr 1.4.1 --- .gitignore | 1 + libXrandr.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bd6271a..08df878 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ libXrandr-1.3.0.tar.bz2 /libXrandr-1.3.1.tar.bz2 /libXrandr-1.4.0.tar.bz2 /libXrandr-20130524.tar.bz2 +/libXrandr-1.4.1.tar.bz2 diff --git a/libXrandr.spec b/libXrandr.spec index 89889fa..2a551f5 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -1,11 +1,11 @@ %global tarball libXrandr -%global gitdate 20130524 +#global gitdate 20130524 %global gitversion c90f74497 Summary: X.Org X11 libXrandr runtime library Name: libXrandr -Version: 1.4.0 -Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.4.1 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Mon Jun 03 2013 Peter Hutterer 1.4.1-1 +- libXrandr 1.4.1 + * Mon May 27 2013 Peter Hutterer - 1.4.0-5.20130524gitc90f74497 - Require libX11 1.6RC2 for _XEatDataWords diff --git a/sources b/sources index c2735cc..e4210ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8d8d82d12de5fb99d6480e49a9d8136f libXrandr-20130524.tar.bz2 +8dbac4e972348dcbd3a0673ce2e37919 libXrandr-1.4.1.tar.bz2 From d70e56f2129924dcdde43979815e63247cf3ed22 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 23:42:59 -0500 Subject: [PATCH 08/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 2a551f5..d089747 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.4.1 -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 @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 1.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Mon Jun 03 2013 Peter Hutterer 1.4.1-1 - libXrandr 1.4.1 From f7c868fd24d7cfc08ccfaaa68a80d86c0fdd1ed6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 21:30:34 -0500 Subject: [PATCH 09/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index d089747..6b8fabb 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.4.1 -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 @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 1.4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sat Aug 03 2013 Fedora Release Engineering - 1.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 37d6b67e49a28b8aa02f50fbd4a8a36f3fc8764d Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Thu, 24 Jul 2014 16:20:20 -0400 Subject: [PATCH 10/44] libXrandr 1.4.2 --- .gitignore | 1 + libXrandr.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 08df878..b14a311 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ libXrandr-1.3.0.tar.bz2 /libXrandr-1.4.0.tar.bz2 /libXrandr-20130524.tar.bz2 /libXrandr-1.4.1.tar.bz2 +/libXrandr-1.4.2.tar.bz2 diff --git a/libXrandr.spec b/libXrandr.spec index 6b8fabb..90e1e5f 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -4,8 +4,8 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr -Version: 1.4.1 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.4.2 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Jul 24 2014 Benjamin Tissoires 1.4.2-1%{?gitdate:.git}%{?dist} +- libXrandr 1.4.2 + * Sat Jun 07 2014 Fedora Release Engineering - 1.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index e4210ee..7f291fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8dbac4e972348dcbd3a0673ce2e37919 libXrandr-1.4.1.tar.bz2 +210ed9499a3d9c96e3a221629b7d39b0 libXrandr-1.4.2.tar.bz2 From 15b42213dcecca3c909ec719ce98c93a3e611bef Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 17 Aug 2014 02:08:31 +0000 Subject: [PATCH 11/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 90e1e5f..44dcfba 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.4.2 -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 @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sun Aug 17 2014 Fedora Release Engineering - 1.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Thu Jul 24 2014 Benjamin Tissoires 1.4.2-1%{?gitdate:.git}%{?dist} - libXrandr 1.4.2 From 3047b79222773c49d3c2570ad24b56a8b0cd5037 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sun, 17 May 2015 14:54:13 +1000 Subject: [PATCH 12/44] libXrandr 1.5.0 - fixup requires/br --- .gitignore | 1 + libXrandr.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b14a311..043a566 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ libXrandr-1.3.0.tar.bz2 /libXrandr-20130524.tar.bz2 /libXrandr-1.4.1.tar.bz2 /libXrandr-1.4.2.tar.bz2 +/libXrandr-1.5.0.tar.bz2 diff --git a/libXrandr.spec b/libXrandr.spec index 44dcfba..a6b88a4 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -4,8 +4,8 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr -Version: 1.4.2 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.5.0 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -19,15 +19,15 @@ Source2: commitid Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 %endif -Requires: libX11 >= 1.5.99.902 +Requires: libX11 >= 1.6.0 BuildRequires: xorg-x11-util-macros BuildRequires: autoconf automake libtool BuildRequires: xorg-x11-proto-devel -BuildRequires: pkgconfig(randrproto) >= 1.3.0 +BuildRequires: pkgconfig(randrproto) >= 1.5.0 BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xext) -BuildRequires: pkgconfig(x11) >= 1.5.99.902 +BuildRequires: pkgconfig(x11) >= 1.6.0 %description X.Org X11 libXrandr runtime library @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sun May 17 2015 Dave Airlie 1.5.0-1 +- libXrandr 1.5.0 - fixup requires/br + * Sun Aug 17 2014 Fedora Release Engineering - 1.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 7f291fb..b722468 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -210ed9499a3d9c96e3a221629b7d39b0 libXrandr-1.4.2.tar.bz2 +309762867e41c6fd813da880d8a1bc93 libXrandr-1.5.0.tar.bz2 From 0f4d1503327a04d448507140a115a945fbd778d8 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 14:11:13 +0000 Subject: [PATCH 13/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index a6b88a4..06ecf27 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.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 @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 1.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sun May 17 2015 Dave Airlie 1.5.0-1 - libXrandr 1.5.0 - fixup requires/br From 3f81e1651ed51b4f2bd8676425a5d0cdc0587e69 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 02:51:33 +0000 Subject: [PATCH 14/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 06ecf27..313e002 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.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 @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 1.5.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 1.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From ae944cf1e4f41a46e207cca0b4e6741dac3640db Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Wed, 5 Oct 2016 11:44:33 +0200 Subject: [PATCH 15/44] libXrandr 1.5.1 - fixes CVE-2016-7947, CVE-2016-7948 --- .gitignore | 1 + libXrandr.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 043a566..51e5d97 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ libXrandr-1.3.0.tar.bz2 /libXrandr-1.4.1.tar.bz2 /libXrandr-1.4.2.tar.bz2 /libXrandr-1.5.0.tar.bz2 +/libXrandr-1.5.1.tar.bz2 diff --git a/libXrandr.spec b/libXrandr.spec index 313e002..3fde144 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -4,8 +4,8 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr -Version: 1.5.0 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.5.1 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -76,6 +76,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Oct 05 2016 Benjamin Tissoires 1.5.1-1 +- libXrandr 1.5.1 +- fixes CVE-2016-7947, CVE-2016-7948 + * Thu Feb 04 2016 Fedora Release Engineering - 1.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index b722468..62be1ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -309762867e41c6fd813da880d8a1bc93 libXrandr-1.5.0.tar.bz2 +28e486f1d491b757173dd85ba34ee884 libXrandr-1.5.1.tar.bz2 From 382787b315dd1db3d3e569d6c07a466e4e79e1f1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 18:20:03 +0000 Subject: [PATCH 16/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 3fde144..f93c581 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.1 -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 @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Oct 05 2016 Benjamin Tissoires 1.5.1-1 - libXrandr 1.5.1 - fixes CVE-2016-7947, CVE-2016-7948 From e5b0df78ee87a28a938cb735c2aa85670967a232 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 18:28:57 +0000 Subject: [PATCH 17/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index f93c581..9deba65 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.1 -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 @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 1.5.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From baa8e966607953b319637558358f954440d5246f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 01:08:31 +0000 Subject: [PATCH 18/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 9deba65..eaf24ce 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.1 -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 @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.5.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From a5e0c0f9e37c6cb01ef7e613bc048580ffcf3ec9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 21:08:01 +0000 Subject: [PATCH 19/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index eaf24ce..08450a1 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.1 -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 @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1.5.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 1.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From d4039c04f77dcb17b37a4b138324d921965057d2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 13 Feb 2018 23:44:38 +0100 Subject: [PATCH 20/44] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- libXrandr.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 08450a1..52d1dd1 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -9,7 +9,6 @@ Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if 0%{?gitdate} Source0: %{tarball}-%{gitdate}.tar.bz2 From f584eb8b2149d0d1cc1e08d5f0f7f6fc145d954c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:18:53 +0100 Subject: [PATCH 21/44] 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 --- libXrandr.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libXrandr.spec b/libXrandr.spec index 52d1dd1..b6e442a 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -54,9 +54,6 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig From 5556a3c3cd5f7df584f568057a2cf27f687fe202 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 29 Jun 2018 17:28:25 -0400 Subject: [PATCH 22/44] Use ldconfig scriptlet macros --- libXrandr.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libXrandr.spec b/libXrandr.spec index b6e442a..f348691 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.1 -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 @@ -54,8 +54,8 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_post +%ldconfig_postun %files %defattr(-,root,root,-) @@ -72,6 +72,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Fri Jun 29 2018 Adam Jackson - 1.5.1-6 +- Use ldconfig scriptlet macros + * Wed Feb 07 2018 Fedora Release Engineering - 1.5.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From e931042943b4914903f8da30de779f95f6fd2a84 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 5 Jul 2018 12:18:09 -0400 Subject: [PATCH 23/44] Drop useless %defattr --- libXrandr.spec | 7 ++++--- sources | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/libXrandr.spec b/libXrandr.spec index f348691..ee54e7f 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.1 -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 @@ -58,13 +58,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %ldconfig_postun %files -%defattr(-,root,root,-) %doc AUTHORS COPYING %{_libdir}/libXrandr.so.2 %{_libdir}/libXrandr.so.2.2.0 %files devel -%defattr(-,root,root,-) %{_includedir}/X11/extensions/Xrandr.h %{_libdir}/libXrandr.so %{_libdir}/pkgconfig/xrandr.pc @@ -72,6 +70,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jul 05 2018 Adam Jackson - 1.5.1-7git} +- Drop useless %%defattr + * Fri Jun 29 2018 Adam Jackson - 1.5.1-6 - Use ldconfig scriptlet macros diff --git a/sources b/sources index 62be1ba..b14b46e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -28e486f1d491b757173dd85ba34ee884 libXrandr-1.5.1.tar.bz2 +SHA512 (libXrandr-1.5.1.tar.bz2) = ddcee1c50da8810412fd747b05a073ee5522b2f3b0a74e6a9b48b489ce9712356d1bc3009f8898aeee85671cdb44e2dafa04c8caf23d97963b36b1af9174445a From 8eb3d0f3c6d67cfa49efc51c211d6f293064e250 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 07:46:24 +0000 Subject: [PATCH 24/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index ee54e7f..0ced5e1 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.1 -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 @@ -70,6 +70,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1.5.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Jul 05 2018 Adam Jackson - 1.5.1-7git} - Drop useless %%defattr From b78b65bda04f1fd5da5f99966b7463c1a478d8c4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:52 +0100 Subject: [PATCH 25/44] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- libXrandr.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/libXrandr.spec b/libXrandr.spec index 0ced5e1..c9c42a9 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -7,7 +7,6 @@ Name: libXrandr Version: 1.5.1 Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT -Group: System Environment/Libraries URL: http://www.x.org %if 0%{?gitdate} @@ -33,7 +32,6 @@ X.Org X11 libXrandr runtime library %package devel Summary: X.Org X11 libXrandr development package -Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel From 0412efb44cd5a70ff5ff83f4fec51dc8ba89d594 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 06:37:13 +0000 Subject: [PATCH 26/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index c9c42a9..69a3082 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.1 -Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -68,6 +68,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 1.5.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 1.5.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 8cc8c0cb446bb9ae8777597ae3d5dfe2631ca4c3 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 20 Mar 2019 10:59:05 -0400 Subject: [PATCH 27/44] libXrandr 1.5.2 --- .gitignore | 1 + libXrandr.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 51e5d97..e7242bd 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ libXrandr-1.3.0.tar.bz2 /libXrandr-1.4.2.tar.bz2 /libXrandr-1.5.0.tar.bz2 /libXrandr-1.5.1.tar.bz2 +/libXrandr-1.5.2.tar.bz2 diff --git a/libXrandr.spec b/libXrandr.spec index 69a3082..6ccb2a1 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -4,8 +4,8 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr -Version: 1.5.1 -Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.5.2 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -14,7 +14,7 @@ Source0: %{tarball}-%{gitdate}.tar.bz2 Source1: make-git-snapshot.sh Source2: commitid %else -Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 +Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 %endif Requires: libX11 >= 1.6.0 @@ -68,13 +68,16 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Wed Mar 20 2019 Adam Jackson - 1.5.2-1 +- libXrandr 1.5.2 + * Fri Feb 01 2019 Fedora Release Engineering - 1.5.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 1.5.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild -* Thu Jul 05 2018 Adam Jackson - 1.5.1-7git} +* Thu Jul 05 2018 Adam Jackson - 1.5.1-7 - Drop useless %%defattr * Fri Jun 29 2018 Adam Jackson - 1.5.1-6 diff --git a/sources b/sources index b14b46e..725b239 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libXrandr-1.5.1.tar.bz2) = ddcee1c50da8810412fd747b05a073ee5522b2f3b0a74e6a9b48b489ce9712356d1bc3009f8898aeee85671cdb44e2dafa04c8caf23d97963b36b1af9174445a +SHA512 (libXrandr-1.5.2.tar.bz2) = fcd005f9839e7ef980607128a5d76d7b671cc2f5755949e03c569c500d7e987cb3f6932750ab8bf6e2c1086ec69dde09d5831f0c2098b9f9ad46be4f56db0d87 From b3df775b38840017fd63003420916853008f8ec6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 12:44:07 +0000 Subject: [PATCH 28/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 6ccb2a1..130c3be 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.2 -Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -68,6 +68,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 1.5.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Wed Mar 20 2019 Adam Jackson - 1.5.2-1 - libXrandr 1.5.2 From e71ac0348d528e3db3644675c04ecbf3eb193726 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 08:29:55 +0000 Subject: [PATCH 29/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 130c3be..0cd6e5b 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.2 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -68,6 +68,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 1.5.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Jul 25 2019 Fedora Release Engineering - 1.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 096dc6608d7f05a741a7f0c397e4c3f3b33223d6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 04:10:54 +0000 Subject: [PATCH 30/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 0cd6e5b..65960da 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.2 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -68,6 +68,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1.5.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jan 29 2020 Fedora Release Engineering - 1.5.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 106650348183a8150e98450c21c0032ce6bc692f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 5 Nov 2020 12:16:26 +1000 Subject: [PATCH 31/44] Add BuildRequires for make --- libXrandr.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 65960da..a6cf3e9 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.2 -Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -19,6 +19,7 @@ Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}. Requires: libX11 >= 1.6.0 +BuildRequires: make BuildRequires: xorg-x11-util-macros BuildRequires: autoconf automake libtool BuildRequires: xorg-x11-proto-devel @@ -68,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Nov 5 12:16:24 AEST 2020 Peter Hutterer - 1.5.2-5 +- Add BuildRequires for make + * Tue Jul 28 2020 Fedora Release Engineering - 1.5.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 0681cd8a7251f30d554179c40aadff3dfb72fa70 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 16:36:14 +0000 Subject: [PATCH 32/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index a6cf3e9..031a8b1 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.2 -Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.5.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 5 12:16:24 AEST 2020 Peter Hutterer - 1.5.2-5 - Add BuildRequires for make From c30d5328e41fe2c0fe60e7d2f0699c933c159173 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 10:53:57 +0000 Subject: [PATCH 33/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 031a8b1..972dd83 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.2 -Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 1.5.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 1.5.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 758fb201f5fe1903abe45902d44e6f184135b0d1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 15:41:55 +0000 Subject: [PATCH 34/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 972dd83..1cba2c5 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.2 -Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 1.5.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 1.5.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 256c3327cb41fb1efeec88513f68181fd558970b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 17:14:46 +0000 Subject: [PATCH 35/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 1cba2c5..c546bb5 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.2 -Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 1.5.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jan 20 2022 Fedora Release Engineering - 1.5.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From b4fe09d186165832e82ef5412353f50fa0ee1935 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 15:46:00 +0000 Subject: [PATCH 36/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index c546bb5..06bcaee 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.2 -Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 10%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 1.5.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Jul 21 2022 Fedora Release Engineering - 1.5.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 2db95e4197d689cb5146e67cd75192730192f7a1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 10:12:37 +0000 Subject: [PATCH 37/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 06bcaee..9cb5901 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.2 -Release: 10%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 11%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 1.5.2-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jan 19 2023 Fedora Release Engineering - 1.5.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From aab530e8ccb7b798d2d4c39d32ba6248e8da2139 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Wed, 6 Sep 2023 16:42:47 +0200 Subject: [PATCH 38/44] SPDX migration --- libXrandr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libXrandr.spec b/libXrandr.spec index 9cb5901..6fef569 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,8 +5,8 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.2 -Release: 11%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} -License: MIT +Release: 12%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +License: HPND-sell-variant URL: http://www.x.org %if 0%{?gitdate} @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Wed Sep 06 2023 Benjamin Tissoires - 1.5.2-12 +- SPDX migration + * Thu Jul 20 2023 Fedora Release Engineering - 1.5.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From cbda6b71c1fce5781b85ac1b005d27df1cad4ef4 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 5 Oct 2023 10:55:33 +1000 Subject: [PATCH 39/44] libXrandr 1.5.4 --- .gitignore | 11 +---------- libXrandr.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index e7242bd..e7c0983 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1 @@ -libXrandr-1.2.99.4.tar.bz2 -libXrandr-1.3.0.tar.bz2 -/libXrandr-1.3.1.tar.bz2 -/libXrandr-1.4.0.tar.bz2 -/libXrandr-20130524.tar.bz2 -/libXrandr-1.4.1.tar.bz2 -/libXrandr-1.4.2.tar.bz2 -/libXrandr-1.5.0.tar.bz2 -/libXrandr-1.5.1.tar.bz2 -/libXrandr-1.5.2.tar.bz2 +/libXrandr-*.tar.xz diff --git a/libXrandr.spec b/libXrandr.spec index 6fef569..40d7235 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -4,17 +4,17 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr -Version: 1.5.2 -Release: 12%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.5.4 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: HPND-sell-variant 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://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 +Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz %endif Requires: libX11 >= 1.6.0 @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Oct 05 2023 Peter Hutterer - 1.5.4-1 +- libXrandr 1.5.4 + * Wed Sep 06 2023 Benjamin Tissoires - 1.5.2-12 - SPDX migration diff --git a/sources b/sources index 725b239..beb4341 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libXrandr-1.5.2.tar.bz2) = fcd005f9839e7ef980607128a5d76d7b671cc2f5755949e03c569c500d7e987cb3f6932750ab8bf6e2c1086ec69dde09d5831f0c2098b9f9ad46be4f56db0d87 +SHA512 (libXrandr-1.5.4.tar.xz) = f7c0b083943e11b4cc3c97e10e2cbbc3920fe0c9c5031ef86fca2eb5df413d767caf53dca266abf65395eb10e55354c8fe59ed6b3265402ffccb919a813bc781 From 7b10b501acfbd8f3aa245453606d8574b31f9f7d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 03:31:22 +0000 Subject: [PATCH 40/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 40d7235..0357598 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.4 -Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: HPND-sell-variant URL: http://www.x.org @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 1.5.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Oct 05 2023 Peter Hutterer - 1.5.4-1 - libXrandr 1.5.4 From 1800d284a78c08a37f8eba6ca3c120306a54160a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 01:28:49 +0000 Subject: [PATCH 41/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 0357598..8a1df19 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.4 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: HPND-sell-variant URL: http://www.x.org @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 1.5.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 1.5.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From d8dcc6409234fdd971b9a1ac21ec495a6bbfe27e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 13:15:58 +0000 Subject: [PATCH 42/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 8a1df19..7a31887 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.4 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: HPND-sell-variant URL: http://www.x.org @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 1.5.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 1.5.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 083de3daa0c3aa56a0d276255a3a9487b12c3e4e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 10:31:30 +0000 Subject: [PATCH 43/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 7a31887..7ef0d7e 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.4 -Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: HPND-sell-variant URL: http://www.x.org @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 1.5.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 18 2024 Fedora Release Engineering - 1.5.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 513c384dac6af2b4d0b9e4bd75ebcd671edc2a55 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 19:18:57 +0000 Subject: [PATCH 44/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- libXrandr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXrandr.spec b/libXrandr.spec index 7ef0d7e..57638b4 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.5.4 -Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: HPND-sell-variant URL: http://www.x.org @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 1.5.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jan 17 2025 Fedora Release Engineering - 1.5.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild