From 0fa2c33808ae941699403e2d2489ee233402d96e Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 21 Apr 2008 03:57:46 +0000 Subject: [PATCH 01/59] Initialize branch F-9 for libXfixes --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..1c26f78 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-9 From bed9f9bdae203cab0c519a1e8715b8d990a7d1c1 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 15 Jul 2008 17:29:14 +0000 Subject: [PATCH 02/59] - Fix license tag. --- libXfixes.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libXfixes.spec b/libXfixes.spec index a6500f5..cdf34b0 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,8 +1,8 @@ Summary: X.Org X11 libXfixes runtime library Name: libXfixes Version: 4.0.3 -Release: 3%{?dist} -License: MIT/X11 +Release: 4%{?dist} +License: MIT Group: System Environment/Libraries URL: http://www.x.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Tue Jul 15 2008 Adam Jackson 4.0.3-4 +- Fix license tag. + * Tue Feb 19 2008 Fedora Release Engineering - 4.0.3-3 - Autorebuild for GCC 4.3 From 3150ad73314175f9aa7c684f0302c512ef072b0c Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 25 Feb 2009 13:19:00 +0000 Subject: [PATCH 03/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index cdf34b0..8f554ff 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXfixes runtime library Name: libXfixes Version: 4.0.3 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 4.0.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Tue Jul 15 2008 Adam Jackson 4.0.3-4 - Fix license tag. From 2e9563a19622c6c428cfcf41ae2d908fcda84669 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 23 Jul 2009 13:05:20 +0000 Subject: [PATCH 04/59] - Remove useless %dir --- libXfixes.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libXfixes.spec b/libXfixes.spec index 8f554ff..b996720 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXfixes runtime library Name: libXfixes Version: 4.0.3 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -67,18 +67,18 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%dir %{_includedir}/X11 -%dir %{_includedir}/X11/extensions %{_includedir}/X11/extensions/Xfixes.h %if %{with_static} %{_libdir}/libXfixes.a %endif %{_libdir}/libXfixes.so %{_libdir}/pkgconfig/xfixes.pc -#%dir %{_mandir}/man3x %{_mandir}/man3/Xfixes.3* %changelog +* Thu Jul 23 2009 Adam Jackson 4.0.3-6 +- Remove useless %%dir + * Wed Feb 25 2009 Fedora Release Engineering - 4.0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From d69d44d026366e0a7e3158f27d35f2b819130285 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 23 Jul 2009 13:50:52 +0000 Subject: [PATCH 05/59] - Un-require xorg-x11-filesystem --- libXfixes.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libXfixes.spec b/libXfixes.spec index b996720..4de0215 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXfixes runtime library Name: libXfixes Version: 4.0.3 -Release: 6%{?dist} +Release: 7%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -21,7 +21,6 @@ X.Org X11 libXfixes runtime library %package devel Summary: X.Org X11 libXfixes development package Group: Development/Libraries -Requires(pre): xorg-x11-filesystem >= 0.99.2-3 Requires: %{name} = %{version}-%{release} # xfixes.pc Requires: xproto fixesproto >= 4.0 @@ -76,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Thu Jul 23 2009 Adam Jackson 4.0.3-7 +- Un-require xorg-x11-filesystem + * Thu Jul 23 2009 Adam Jackson 4.0.3-6 - Remove useless %%dir From 8a081a58e7a610ab07bcfe2f958ba8b13839e2d3 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 25 Jul 2009 05:12:09 +0000 Subject: [PATCH 06/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 4de0215..8684374 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXfixes runtime library Name: libXfixes Version: 4.0.3 -Release: 7%{?dist} +Release: 8%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Fri Jul 24 2009 Fedora Release Engineering - 4.0.3-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Jul 23 2009 Adam Jackson 4.0.3-7 - Un-require xorg-x11-filesystem From f9607cc2b808f45b2e7ea4fce617227618c22977 Mon Sep 17 00:00:00 2001 From: paragn Date: Thu, 8 Oct 2009 10:40:33 +0000 Subject: [PATCH 07/59] - Merge-Review #226071 - Removed XFree86-libs, xorg-x11-libs, XFree86-devel, xorg-x11-devel as Obsoletes - Removed BR:pkgconfig - spec cleanups --- libXfixes.spec | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/libXfixes.spec b/libXfixes.spec index 8684374..e209029 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ -Summary: X.Org X11 libXfixes runtime library +Summary: X Fixes library Name: libXfixes Version: 4.0.3 -Release: 8%{?dist} +Release: 9%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -9,27 +9,23 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 -BuildRequires: pkgconfig BuildRequires: libX11-devel BuildRequires: xorg-x11-proto-devel >= 7.0-7 -Obsoletes: XFree86-libs, xorg-x11-libs - %description -X.Org X11 libXfixes runtime library +X Fixes library. %package devel -Summary: X.Org X11 libXfixes development package +Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: pkgconfig # xfixes.pc Requires: xproto fixesproto >= 4.0 Requires: xorg-x11-proto-devel >= 7.0-7 -Obsoletes: XFree86-devel, xorg-x11-devel - %description devel -X.Org X11 libXfixes development package +libXfixes development package %prep %setup -q @@ -42,12 +38,12 @@ X.Org X11 libXfixes development package %if ! %{with_static} --disable-static %endif -make +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" # We intentionally don't ship *.la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -75,6 +71,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Thu Oct 08 2009 Parag - 4.0.3-9 +- Merge-Review #226071 +- Removed XFree86-libs, xorg-x11-libs, XFree86-devel, xorg-x11-devel as Obsoletes +- Removed BR:pkgconfig +- spec cleanups + * Fri Jul 24 2009 Fedora Release Engineering - 4.0.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From cba466ab5a31ae971932dbaaac1fafcb2741b2da Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 13 Oct 2009 15:37:52 +0000 Subject: [PATCH 08/59] - libXfixes 4.0.4 --- .cvsignore | 2 +- libXfixes.spec | 26 ++++++++------------------ sources | 2 +- 3 files changed, 10 insertions(+), 20 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5d31034..2312b4f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libXfixes-4.0.3.tar.bz2 +libXfixes-4.0.4.tar.bz2 diff --git a/libXfixes.spec b/libXfixes.spec index e209029..daed23d 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ Summary: X Fixes library Name: libXfixes -Version: 4.0.3 -Release: 9%{?dist} +Version: 4.0.4 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -9,8 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 -BuildRequires: libX11-devel -BuildRequires: xorg-x11-proto-devel >= 7.0-7 +BuildRequires: pkgconfig(fixesproto) pkgconfig(xext) %description X Fixes library. @@ -21,29 +20,20 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig -# xfixes.pc Requires: xproto fixesproto >= 4.0 -Requires: xorg-x11-proto-devel >= 7.0-7 - %description devel libXfixes development package %prep %setup -q -# Disable static library creation by default. -%define with_static 0 - %build -%configure \ -%if ! %{with_static} - --disable-static -%endif +%configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +make install DESTDIR=$RPM_BUILD_ROOT # We intentionally don't ship *.la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -63,14 +53,14 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) %{_includedir}/X11/extensions/Xfixes.h -%if %{with_static} -%{_libdir}/libXfixes.a -%endif %{_libdir}/libXfixes.so %{_libdir}/pkgconfig/xfixes.pc %{_mandir}/man3/Xfixes.3* %changelog +* Tue Oct 13 2009 Adam Jackson 4.0.4-1 +- libXfixes 4.0.4 + * Thu Oct 08 2009 Parag - 4.0.3-9 - Merge-Review #226071 - Removed XFree86-libs, xorg-x11-libs, XFree86-devel, xorg-x11-devel as Obsoletes diff --git a/sources b/sources index a672735..a983d6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1990d19725a3c7f32290037f02d3737f libXfixes-4.0.3.tar.bz2 +7f2c40852eb337b237ad944ca5c30d49 libXfixes-4.0.4.tar.bz2 From e4164862498eceabb73c384843dce734fb3ca93a Mon Sep 17 00:00:00 2001 From: paragn Date: Wed, 21 Oct 2009 09:02:13 +0000 Subject: [PATCH 09/59] - Merge-Review #226071 - make is not verbose --- libXfixes.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libXfixes.spec b/libXfixes.spec index daed23d..8bee215 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ Summary: X Fixes library Name: libXfixes Version: 4.0.4 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -28,12 +28,12 @@ libXfixes development package %build %configure --disable-static -make %{?_smp_mflags} +make V=1 %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" # We intentionally don't ship *.la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -58,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Wed Oct 21 2009 Parag - 4.0.4-2 +- Merge-Review #226071 +- make is not verbose + * Tue Oct 13 2009 Adam Jackson 4.0.4-1 - libXfixes 4.0.4 From 1ab3ab2533f2f73f0a79bfb3e3f94681d5c354c6 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:51:26 +0000 Subject: [PATCH 10/59] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1cd3cbe..64e8619 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: libXfixes -# $Id: Makefile,v 1.1 2005/08/26 21:24:31 mharris Exp $ +# $Id: Makefile,v 1.2 2007/10/15 18:58:07 notting Exp $ NAME := libXfixes 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 $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +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)) From 700b0be697897dc090824a0880a3fa32dd7aa1b4 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:55:52 +0000 Subject: [PATCH 11/59] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1cd3cbe..64e8619 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: libXfixes -# $Id: Makefile,v 1.1 2005/08/26 21:24:31 mharris Exp $ +# $Id: Makefile,v 1.2 2007/10/15 18:58:07 notting Exp $ NAME := libXfixes 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 $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +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)) From b3ae686484e572cd236c1f8c8d0a862c50bb4cbc Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 10 Jun 2010 03:47:29 +0000 Subject: [PATCH 12/59] - libXfixes 4.0.5 --- .cvsignore | 2 +- libXfixes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2312b4f..e46ce97 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libXfixes-4.0.4.tar.bz2 +libXfixes-4.0.5.tar.bz2 diff --git a/libXfixes.spec b/libXfixes.spec index 8bee215..6d58122 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ Summary: X Fixes library Name: libXfixes -Version: 4.0.4 -Release: 2%{?dist} +Version: 4.0.5 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Thu Jun 10 2010 Peter Hutterer 4.0.5-1 +- libXfixes 4.0.5 + * Wed Oct 21 2009 Parag - 4.0.4-2 - Merge-Review #226071 - make is not verbose diff --git a/sources b/sources index a983d6a..0e617f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7f2c40852eb337b237ad944ca5c30d49 libXfixes-4.0.4.tar.bz2 +1b4b8386bd5d1751b2c7177223ad4629 libXfixes-4.0.5.tar.bz2 From fb3524e772e33d1455ce1ddf8f1dbbfbc01c755f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 17:38:09 +0000 Subject: [PATCH 13/59] 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 64e8619..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: libXfixes -# $Id: Makefile,v 1.2 2007/10/15 18:58:07 notting Exp $ -NAME := libXfixes -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 b524be3f806f1a47767d8b52df9ba7aa3b64604a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 17:38:10 +0000 Subject: [PATCH 14/59] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch 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 64e8619..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: libXfixes -# $Id: Makefile,v 1.2 2007/10/15 18:58:07 notting Exp $ -NAME := libXfixes -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) diff --git a/branch b/branch deleted file mode 100644 index 1c26f78..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-9 From 4ff4f261d9896e8deca47bf718f94f007d71dd4f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 22:25:21 -0600 Subject: [PATCH 15/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 6d58122..39afd72 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ Summary: X Fixes library Name: libXfixes Version: 4.0.5 -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/Xfixes.3* %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 4.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Thu Jun 10 2010 Peter Hutterer 4.0.5-1 - libXfixes 4.0.5 From 7e37fa75da3a3c96fdaf51d805f843be5458f5ec Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 16 Mar 2011 23:04:09 -0400 Subject: [PATCH 16/59] libXfixes 5.0 --- .gitignore | 1 + libXfixes.spec | 8 +++++--- sources | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e46ce97..5b84522 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ libXfixes-4.0.5.tar.bz2 +/libXfixes-5.0.tar.bz2 diff --git a/libXfixes.spec b/libXfixes.spec index 39afd72..eb6fc4d 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,11 +1,10 @@ Summary: X Fixes library Name: libXfixes -Version: 4.0.5 -Release: 2%{?dist} +Version: 5.0 +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 @@ -58,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Wed Mar 16 2011 Adam Jackson 5.0-1 +- libXfixes 5.0 + * Mon Feb 07 2011 Fedora Release Engineering - 4.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 0e617f9..d7072ee 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 1b4b8386bd5d1751b2c7177223ad4629 libXfixes-4.0.5.tar.bz2 +678071bd7f9f7467e2fc712d81022318 libXfixes-5.0.tar.bz2 From e9014c4f7438f7eed0135a02b363a46a407d9510 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 01:17:45 -0600 Subject: [PATCH 17/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index eb6fc4d..0e0edcb 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Fri Jan 13 2012 Fedora Release Engineering - 5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Wed Mar 16 2011 Adam Jackson 5.0-1 - libXfixes 5.0 From 1f7971d8d7e5844b0c700aa3527602bcceff180c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 19 Jul 2012 14:07:45 -0500 Subject: [PATCH 18/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 0e0edcb..6fa30d9 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Thu Jul 19 2012 Fedora Release Engineering - 5.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Fri Jan 13 2012 Fedora Release Engineering - 5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 6c86dceff5fdff82d12bfcd04c8c3f110f746801 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 21:56:54 -0600 Subject: [PATCH 19/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 6fa30d9..84c1090 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Thu Feb 14 2013 Fedora Release Engineering - 5.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Thu Jul 19 2012 Fedora Release Engineering - 5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 60847b54ce620fa99b8bc37664bb6794ebc4e37a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 7 Mar 2013 14:59:26 +1000 Subject: [PATCH 20/59] autoreconf for aarch64 --- libXfixes.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 84c1090..a830749 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,13 +1,15 @@ Summary: X Fixes library Name: libXfixes Version: 5.0 -Release: 4%{?dist} +Release: 5%{?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(fixesproto) pkgconfig(xext) %description @@ -26,6 +28,7 @@ libXfixes development package %setup -q %build +autoreconf -v --install --force %configure --disable-static make V=1 %{?_smp_mflags} @@ -57,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Thu Mar 07 2013 Peter Hutterer - 5.0-5 +- autoreconf for aarch64 + * Thu Feb 14 2013 Fedora Release Engineering - 5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 8f3429c92dae3035a1fcb5c11c36722b47eeea74 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 24 May 2013 14:29:09 +1000 Subject: [PATCH 21/59] Update to latest git to fix the following CVEs: - CVE-2013-1983 --- .gitignore | 1 + commitid | 1 + libXfixes.spec | 22 ++++++++++++++++++---- make-git-snapshot.sh | 17 +++++++++++++++++ sources | 3 +-- 5 files changed, 38 insertions(+), 6 deletions(-) create mode 100644 commitid create mode 100755 make-git-snapshot.sh diff --git a/.gitignore b/.gitignore index 5b84522..f6b9c26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ libXfixes-4.0.5.tar.bz2 /libXfixes-5.0.tar.bz2 +/libXfixes-20130524.tar.bz2 diff --git a/commitid b/commitid new file mode 100644 index 0000000..0440731 --- /dev/null +++ b/commitid @@ -0,0 +1 @@ +c480fe3271873ec7471b0cbd680f4dac18ca8904 diff --git a/libXfixes.spec b/libXfixes.spec index a830749..dc6251b 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,12 +1,22 @@ +%global tarball libXfixes +%global gitdate 20130524 +%global gitversion c480fe327 + Summary: X Fixes library Name: libXfixes Version: 5.0 -Release: 5%{?dist} +Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org -Source0: ftp://ftp.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 @@ -25,7 +35,7 @@ Requires: pkgconfig libXfixes 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 README ChangeLog +%doc AUTHORS COPYING README %{_libdir}/libXfixes.so.3 %{_libdir}/libXfixes.so.3.1.0 @@ -60,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Fri May 24 2013 Peter Hutterer 5.0-6.20130524gitc480fe327 +- Update to latest git to fix the following CVEs: +- CVE-2013-1983 + * Thu Mar 07 2013 Peter Hutterer - 5.0-5 - autoreconf for aarch64 diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh new file mode 100755 index 0000000..f898020 --- /dev/null +++ b/make-git-snapshot.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +DIRNAME=libXfixes-$( date +%Y%m%d ) + +rm -rf $DIRNAME +git clone git://git.freedesktop.org/git/xorg/lib/libXfixes $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 d7072ee..19a373f 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -1b4b8386bd5d1751b2c7177223ad4629 libXfixes-4.0.5.tar.bz2 -678071bd7f9f7467e2fc712d81022318 libXfixes-5.0.tar.bz2 +66eae2f03f8cfd3d12633992eaa1d6ce libXfixes-20130524.tar.bz2 From 2042f83afb7b0a1834725fae6603b680b45a7b8a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 27 May 2013 15:09:12 +1000 Subject: [PATCH 22/59] Require libX11 1.6RC2 for _XEatDataWords --- libXfixes.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index dc6251b..a95c3f3 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0 -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 @@ -18,9 +18,12 @@ 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: pkgconfig(fixesproto) pkgconfig(xext) +BuildRequires: libX11-devel >= 1.5.99.902 %description X Fixes library. @@ -70,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Mon May 27 2013 Peter Hutterer - 5.0-7.20130524gitc480fe327 +- Require libX11 1.6RC2 for _XEatDataWords + * Fri May 24 2013 Peter Hutterer 5.0-6.20130524gitc480fe327 - Update to latest git to fix the following CVEs: - CVE-2013-1983 From 9ed3195054829f05738b2aa5f2c291fde0ee537b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 31 May 2013 08:51:03 +1000 Subject: [PATCH 23/59] libXfixes 5.0.1 --- .gitignore | 1 + libXfixes.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f6b9c26..532b1ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ libXfixes-4.0.5.tar.bz2 /libXfixes-5.0.tar.bz2 /libXfixes-20130524.tar.bz2 +/libXfixes-5.0.1.tar.bz2 diff --git a/libXfixes.spec b/libXfixes.spec index a95c3f3..7132557 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,11 +1,11 @@ %global tarball libXfixes -%global gitdate 20130524 +#global gitdate 20130524 %global gitversion c480fe327 Summary: X Fixes library Name: libXfixes -Version: 5.0 -Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 5.0.1 +Release: 1%{?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/Xfixes.3* %changelog +* Fri May 31 2013 Peter Hutterer 5.0.1-1 +- libXfixes 5.0.1 + * Mon May 27 2013 Peter Hutterer - 5.0-7.20130524gitc480fe327 - Require libX11 1.6RC2 for _XEatDataWords diff --git a/sources b/sources index 19a373f..4233b18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -66eae2f03f8cfd3d12633992eaa1d6ce libXfixes-20130524.tar.bz2 +b985b85f8b9386c85ddcfe1073906b4d libXfixes-5.0.1.tar.bz2 From 7bd8990c1cffbef733e48e07b93884e11c4a53f5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 23:40:24 -0500 Subject: [PATCH 24/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 7132557..ad9aa18 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.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 @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 5.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri May 31 2013 Peter Hutterer 5.0.1-1 - libXfixes 5.0.1 From 510d318ab0b8c563735f8d8404ac034b7bb81f93 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 21:27:54 -0500 Subject: [PATCH 25/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index ad9aa18..107c168 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.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 @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 5.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sat Aug 03 2013 Fedora Release Engineering - 5.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 56c94849de0aa9287c346ee5f6262d5af0608c02 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 17 Aug 2014 02:04:51 +0000 Subject: [PATCH 26/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 107c168..f513f5c 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.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 @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Sun Aug 17 2014 Fedora Release Engineering - 5.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 5.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 4b941d1a8b13160193aaa9b794939ca47b2dae79 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 14:10:02 +0000 Subject: [PATCH 27/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index f513f5c..c67859d 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.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 @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 5.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sun Aug 17 2014 Fedora Release Engineering - 5.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From d209b87867eb7512460a9cf20685b3b29ffc1b4e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 02:50:32 +0000 Subject: [PATCH 28/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index c67859d..e9d2a5a 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.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 @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 5.0.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 5.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From ac263145fcd1828b4dd6b34a10be70dd85694247 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Fri, 27 May 2016 09:25:24 +0200 Subject: [PATCH 29/59] libXfixes 5.0.2 --- .gitignore | 1 + libXfixes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 532b1ae..e560e22 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ libXfixes-4.0.5.tar.bz2 /libXfixes-5.0.tar.bz2 /libXfixes-20130524.tar.bz2 /libXfixes-5.0.1.tar.bz2 +/libXfixes-5.0.2.tar.bz2 diff --git a/libXfixes.spec b/libXfixes.spec index e9d2a5a..26a9fa7 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -4,8 +4,8 @@ Summary: X Fixes library Name: libXfixes -Version: 5.0.1 -Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 5.0.2 +Release: 1%{?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/Xfixes.3* %changelog +* Fri May 27 2016 Benjamin Tissoires 5.0.2-1 +- libXfixes 5.0.2 + * Thu Feb 04 2016 Fedora Release Engineering - 5.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 4233b18..ec7bffe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b985b85f8b9386c85ddcfe1073906b4d libXfixes-5.0.1.tar.bz2 +544d73df94e638ba7b64147be416e576 libXfixes-5.0.2.tar.bz2 From d7d95eaf373d0ac824424650ce80dcb2c6deeb3d Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Fri, 27 May 2016 09:31:31 +0200 Subject: [PATCH 30/59] require libX11 1.6 --- libXfixes.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libXfixes.spec b/libXfixes.spec index 26a9fa7..7f58f8d 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.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 @@ -18,7 +18,7 @@ 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 BuildRequires: xorg-x11-util-macros BuildRequires: autoconf automake libtool @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Fri May 27 2016 Benjamin Tissoires 5.0.2-2 +- require libX11 1.6 + * Fri May 27 2016 Benjamin Tissoires 5.0.2-1 - libXfixes 5.0.2 From 6a827feb92eaa35ad5909385d982d59f2f113558 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Wed, 5 Oct 2016 11:28:49 +0200 Subject: [PATCH 31/59] LibXfixes 5.0.3 - fixes CVE-2016-7944 --- .gitignore | 1 + libXfixes.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e560e22..2158fbb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ libXfixes-4.0.5.tar.bz2 /libXfixes-20130524.tar.bz2 /libXfixes-5.0.1.tar.bz2 /libXfixes-5.0.2.tar.bz2 +/libXfixes-5.0.3.tar.bz2 diff --git a/libXfixes.spec b/libXfixes.spec index 7f58f8d..d4abd48 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -4,8 +4,8 @@ Summary: X Fixes library Name: libXfixes -Version: 5.0.2 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 5.0.3 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -73,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Wed Oct 05 2016 Benjamin Tissoires 5.0.3-1 +- LibXfixes 5.0.3 +- fixes CVE-2016-7944 + * Fri May 27 2016 Benjamin Tissoires 5.0.2-2 - require libX11 1.6 diff --git a/sources b/sources index ec7bffe..2a501c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -544d73df94e638ba7b64147be416e576 libXfixes-5.0.2.tar.bz2 +07e01e046a0215574f36a3aacb148be0 libXfixes-5.0.3.tar.bz2 From 125d406f1d61ee2d7f62bbc1b08ae21d15ff082a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 18:18:55 +0000 Subject: [PATCH 32/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index d4abd48..74739c7 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.3 -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/Xfixes.3* %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 5.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Oct 05 2016 Benjamin Tissoires 5.0.3-1 - LibXfixes 5.0.3 - fixes CVE-2016-7944 From 65b8226ef62258deab8aec1e4aaa01af497c77db Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 18:27:37 +0000 Subject: [PATCH 33/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 74739c7..1703530 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.3 -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 @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 5.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 5.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From a1343677164423634bce24b22dc07565e4e94788 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 01:07:25 +0000 Subject: [PATCH 34/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 1703530..0a014d8 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.3 -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 @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 5.0.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 5.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From dab3a029fefc53626a0a6c87468b07cdeeb54dd5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 21:06:21 +0000 Subject: [PATCH 35/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 0a014d8..84082d2 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.3 -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 @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 5.0.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 5.0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 141b1197551b2a96db16f37650c5ebbbb527f84b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:18:35 +0100 Subject: [PATCH 36/59] 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 --- libXfixes.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libXfixes.spec b/libXfixes.spec index 84082d2..d0766eb 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -53,9 +53,6 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" # 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 a0d02db8884ec8e87a4f05cd3bdfbf65e345c576 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 29 Jun 2018 17:23:45 -0400 Subject: [PATCH 37/59] Use ldconfig scriptlet macros --- libXfixes.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libXfixes.spec b/libXfixes.spec index d0766eb..5220c53 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.3 -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 @@ -53,8 +53,8 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" # 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/Xfixes.3* %changelog +* Fri Jun 29 2018 Adam Jackson - 5.0.3-6 +- Use ldconfig scriptlet macros + * Wed Feb 07 2018 Fedora Release Engineering - 5.0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 63c782955c11cae4587c5bec20bb37e6c17b6bb9 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 5 Jul 2018 11:31:28 -0400 Subject: [PATCH 38/59] Drop useless %defattr --- libXfixes.spec | 7 ++++--- sources | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/libXfixes.spec b/libXfixes.spec index 5220c53..2bd2936 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.3 -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 @@ -57,19 +57,20 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %ldconfig_postun %files -%defattr(-,root,root,-) %doc AUTHORS COPYING README %{_libdir}/libXfixes.so.3 %{_libdir}/libXfixes.so.3.1.0 %files devel -%defattr(-,root,root,-) %{_includedir}/X11/extensions/Xfixes.h %{_libdir}/libXfixes.so %{_libdir}/pkgconfig/xfixes.pc %{_mandir}/man3/Xfixes.3* %changelog +* Thu Jul 05 2018 Adam Jackson - 5.0.3-7 +- Drop useless %%defattr + * Fri Jun 29 2018 Adam Jackson - 5.0.3-6 - Use ldconfig scriptlet macros diff --git a/sources b/sources index 2a501c2..b00c8f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07e01e046a0215574f36a3aacb148be0 libXfixes-5.0.3.tar.bz2 +SHA512 (libXfixes-5.0.3.tar.bz2) = 72d5ee496e5c0520c95ef6bbb52deff1ee4c29792f11aa17aeb25c8ec5eb992ca502de040c77ad95835d1b1432f315b6cb7a3308b434847c28b9c2c6f9d1ac10 From e1f42847d384bad62bf5a71b5b6778fce662ab12 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 07:45:20 +0000 Subject: [PATCH 39/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 2bd2936..ba7fba3 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.3 -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 @@ -68,6 +68,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 5.0.3-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Jul 05 2018 Adam Jackson - 5.0.3-7 - Drop useless %%defattr From a432398e9dc7ea0cc88b4fdd601ad8ec0b0cbd64 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:52 +0100 Subject: [PATCH 40/59] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- libXfixes.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/libXfixes.spec b/libXfixes.spec index ba7fba3..0ae4d27 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -7,7 +7,6 @@ Name: libXfixes Version: 5.0.3 Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT -Group: System Environment/Libraries URL: http://www.x.org %if 0%{?gitdate} @@ -30,7 +29,6 @@ X Fixes library. %package devel Summary: Development files for %{name} -Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig From f81089ac8e6ec7a86fc4229d5bd0a2f811b818c6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 06:35:32 +0000 Subject: [PATCH 41/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 0ae4d27..55349c0 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.3 -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/Xfixes.3* %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 5.0.3-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 5.0.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From f71e29aacd7e669b3303de1ef4f5faf3674cffc6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 12:42:32 +0000 Subject: [PATCH 42/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 55349c0..937deab 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.3 -Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 10%{?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/Xfixes.3* %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 5.0.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Feb 01 2019 Fedora Release Engineering - 5.0.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 9a9acb188a6ccdaeca66f0c0b8579c697b3f52a6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 08:28:00 +0000 Subject: [PATCH 43/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 937deab..6acd1ac 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.3 -Release: 10%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 11%{?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/Xfixes.3* %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 5.0.3-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Jul 25 2019 Fedora Release Engineering - 5.0.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 4bd7b29ee3e858a10ab76040e8207ca9cb8bece9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 04:09:28 +0000 Subject: [PATCH 44/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 6acd1ac..41a8e31 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.3 -Release: 11%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 12%{?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/Xfixes.3* %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 5.0.3-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jan 29 2020 Fedora Release Engineering - 5.0.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 51d32244303396ed28196f0179598033d47473f8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 5 Nov 2020 11:24:37 +1000 Subject: [PATCH 45/59] Add BuildRequires for make --- libXfixes.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 41a8e31..01f3b2f 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.3 -Release: 12%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 13%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -19,6 +19,7 @@ Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.t Requires: libX11 >= 1.6 +BuildRequires: make BuildRequires: xorg-x11-util-macros BuildRequires: autoconf automake libtool BuildRequires: pkgconfig(fixesproto) pkgconfig(xext) @@ -66,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Thu Nov 5 11:24:36 AEST 2020 Peter Hutterer - 5.0.3-13 +- Add BuildRequires for make + * Tue Jul 28 2020 Fedora Release Engineering - 5.0.3-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From e75e5dcf8fb682b8e6f14bd5ea392c559cdb9984 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 16:34:47 +0000 Subject: [PATCH 46/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 01f3b2f..b256aa6 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 5.0.3 -Release: 13%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 14%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 5.0.3-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 5 11:24:36 AEST 2020 Peter Hutterer - 5.0.3-13 - Add BuildRequires for make From 0f2228e873a77bc8b927d0fe3d2e40974a492a40 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 12 May 2021 12:37:09 +1000 Subject: [PATCH 47/59] libXfixes 6.0 --- .gitignore | 7 +------ libXfixes.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 2158fbb..cc84320 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1 @@ -libXfixes-4.0.5.tar.bz2 -/libXfixes-5.0.tar.bz2 -/libXfixes-20130524.tar.bz2 -/libXfixes-5.0.1.tar.bz2 -/libXfixes-5.0.2.tar.bz2 -/libXfixes-5.0.3.tar.bz2 +/libXfixes-.*.tar.bz2 diff --git a/libXfixes.spec b/libXfixes.spec index b256aa6..1eec855 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -4,8 +4,8 @@ Summary: X Fixes library Name: libXfixes -Version: 5.0.3 -Release: 14%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 6.0.0 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -56,7 +56,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %ldconfig_postun %files -%doc AUTHORS COPYING README +%doc AUTHORS COPYING README.md %{_libdir}/libXfixes.so.3 %{_libdir}/libXfixes.so.3.1.0 @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Wed May 12 2021 Peter Hutterer 6.0.0-1 +- libXfixes 6.0 + * Tue Jan 26 2021 Fedora Release Engineering - 5.0.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index b00c8f7..6bbb801 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libXfixes-5.0.3.tar.bz2) = 72d5ee496e5c0520c95ef6bbb52deff1ee4c29792f11aa17aeb25c8ec5eb992ca502de040c77ad95835d1b1432f315b6cb7a3308b434847c28b9c2c6f9d1ac10 +SHA512 (libXfixes-6.0.0.tar.bz2) = 1985ef156f382e9a7e1cc7e044e0f626de1e4c82557a511cbcf6431994c0ac25b1f8b3a0293bd3089331593db8ce01d3a71ddec68f19b5fe6029d5082fb6885d From f608c83c41a23217257d2d7d4134bce5a6eec25d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 10:52:30 +0000 Subject: [PATCH 48/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 1eec855..267d8da 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 6.0.0 -Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 6.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed May 12 2021 Peter Hutterer 6.0.0-1 - libXfixes 6.0 From 9fa13c045817354ca041961273c9463a97e9a1c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 15:40:23 +0000 Subject: [PATCH 49/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 267d8da..c0fb5f0 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 6.0.0 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 6.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 6.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From da8aba43429d58a965541b35ca2d83caf34800a1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 17:13:11 +0000 Subject: [PATCH 50/59] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index c0fb5f0..55f788a 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 6.0.0 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 6.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jan 20 2022 Fedora Release Engineering - 6.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 4dbabcaaf26ad558a89a412c49a101e95326eb2d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 15:44:16 +0000 Subject: [PATCH 51/59] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 55f788a..ec48a32 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 6.0.0 -Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 6.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Jul 21 2022 Fedora Release Engineering - 6.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 7d396958139d4b49d9666d1e79b8452823d65ba6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 10:10:54 +0000 Subject: [PATCH 52/59] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index ec48a32..2b09554 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 6.0.0 -Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 6.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jan 19 2023 Fedora Release Engineering - 6.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From bcda3c64357bc938c756d764c5f99b58a2d1e8c3 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Wed, 6 Sep 2023 16:20:35 +0200 Subject: [PATCH 53/59] SPDX migration --- libXfixes.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libXfixes.spec b/libXfixes.spec index 2b09554..069844f 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,8 +5,8 @@ Summary: X Fixes library Name: libXfixes Version: 6.0.0 -Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} -License: MIT +Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +License: MIT AND HPND-sell-variant URL: http://www.x.org %if 0%{?gitdate} @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Wed Sep 06 2023 Benjamin Tissoires - 6.0.0-7 +- SPDX migration + * Thu Jul 20 2023 Fedora Release Engineering - 6.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 964236e424cc38ca6b00934c4dea67359cedb324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Thu, 5 Oct 2023 17:37:17 +0200 Subject: [PATCH 54/59] libXfixes 6.0.1 Update package to version 6.0.1. Since upstream commit c454dac2c64d ("Build xz tarballs instead of bzip2"), .tar.xz is used instead of .tar.bz2, update `Source0` accordingly. --- .gitignore | 2 +- libXfixes.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index cc84320..4831acf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/libXfixes-.*.tar.bz2 +/libXfixes-*.tar.* diff --git a/libXfixes.spec b/libXfixes.spec index 069844f..c33a684 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -4,17 +4,17 @@ Summary: X Fixes library Name: libXfixes -Version: 6.0.0 -Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 6.0.1 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT AND 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: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 +Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz %endif Requires: libX11 >= 1.6 @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Thu Oct 05 2023 José Expósito - 6.0.1-1 +- libXfixes 6.0.1 + * Wed Sep 06 2023 Benjamin Tissoires - 6.0.0-7 - SPDX migration diff --git a/sources b/sources index 6bbb801..48aacb0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libXfixes-6.0.0.tar.bz2) = 1985ef156f382e9a7e1cc7e044e0f626de1e4c82557a511cbcf6431994c0ac25b1f8b3a0293bd3089331593db8ce01d3a71ddec68f19b5fe6029d5082fb6885d +SHA512 (libXfixes-6.0.1.tar.xz) = b46deffb30cd73ec8a127390d99f2ba2f3ab78f334fdba227f1f461441644a0c169b0d13ffa47576fa458780e7a6db664ff8b93e9195fb217262efd8128f1ffe From 333f2229bdd1e31d2b3dee2f605e82039136152d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 03:29:45 +0000 Subject: [PATCH 55/59] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index c33a684..3341e6e 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 6.0.1 -Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT AND HPND-sell-variant URL: http://www.x.org @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 6.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Oct 05 2023 José Expósito - 6.0.1-1 - libXfixes 6.0.1 From f1dd281266a7801c442193ddb3d1532f7a1f9d65 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 01:27:14 +0000 Subject: [PATCH 56/59] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 3341e6e..53169c4 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 6.0.1 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT AND HPND-sell-variant URL: http://www.x.org @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 6.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 6.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From a15bf3c6c277d7325d596abb1441bb7bae39b060 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 13:14:20 +0000 Subject: [PATCH 57/59] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 53169c4..93c9a89 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 6.0.1 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT AND HPND-sell-variant URL: http://www.x.org @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 6.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 6.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From a289da09ef81fb6ecb1f423a2f71b86afb080c38 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 10:29:34 +0000 Subject: [PATCH 58/59] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 93c9a89..825c335 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 6.0.1 -Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT AND HPND-sell-variant URL: http://www.x.org @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 6.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 18 2024 Fedora Release Engineering - 6.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 6dbab5b6a81803f2765f1e8177636a81026f8d67 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 19:18:00 +0000 Subject: [PATCH 59/59] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- libXfixes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 825c335..fedd784 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -5,7 +5,7 @@ Summary: X Fixes library Name: libXfixes Version: 6.0.1 -Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT AND HPND-sell-variant URL: http://www.x.org @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xfixes.3* %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 6.0.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jan 17 2025 Fedora Release Engineering - 6.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild