From 17048d6b31faa9e44c946ff75a8b385daa58536e Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 21 Aug 2007 21:18:16 +0000 Subject: [PATCH 01/58] - Rebuild for build id --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 17f8429..30a880b 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.0.1 -Release: 3.1 +Release: 4%{?dist} License: MIT/X11 Group: System Environment/Libraries URL: http://www.x.org @@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3x* %changelog +* Tue Aug 21 2007 Adam Jackson - 1.0.1-4 +- Rebuild for build id + * Wed Jul 12 2006 Jesse Keating - sh: line 0: fg: no job control - rebuild From 2cbe813a1a5c8f3831a9591585a37351bd32220e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 15 Oct 2007 18:59:11 +0000 Subject: [PATCH 02/58] makefile update to properly grab makefile.common --- Makefile | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3aabc9..1ed22b8 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,19 @@ NAME := libXxf86vm SPECFILE = $(firstword $(wildcard *.spec)) -include ../common/Makefile.common +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 +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 7ffc4492611efaa3ecbce8d6d579b586412b6fd0 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 20 Feb 2008 02:33:30 +0000 Subject: [PATCH 03/58] - Autorebuild for GCC 4.3 --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 30a880b..070f5d8 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.0.1 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT/X11 Group: System Environment/Libraries URL: http://www.x.org @@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3x* %changelog +* Tue Feb 19 2008 Fedora Release Engineering - 1.0.1-5 +- Autorebuild for GCC 4.3 + * Tue Aug 21 2007 Adam Jackson - 1.0.1-4 - Rebuild for build id From 003b2a01b8dd07595e1533d30427d6ced94a91de Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 15 Jul 2008 17:31:55 +0000 Subject: [PATCH 04/58] - Fix license tag. --- libXxf86vm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 070f5d8..2d645fe 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,8 +1,8 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.0.1 -Release: 5%{?dist} -License: MIT/X11 +Release: 6%{?dist} +License: MIT Group: System Environment/Libraries URL: http://www.x.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3x* %changelog +* Tue Jul 15 2008 Adam Jackson 1.0.1-6 +- Fix license tag. + * Tue Feb 19 2008 Fedora Release Engineering - 1.0.1-5 - Autorebuild for GCC 4.3 From 4af4c33d1da044b9b13bfeb40a1f71b6fd612c9d Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 4 Sep 2008 20:05:14 +0000 Subject: [PATCH 05/58] libXxf86vm 1.0.2 --- .cvsignore | 2 +- import.log | 1 + libXxf86vm.spec | 9 ++++++--- sources | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index 3f9e7b7..242a17a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libXxf86vm-1.0.1.tar.bz2 +libXxf86vm-1.0.2.tar.bz2 diff --git a/import.log b/import.log new file mode 100644 index 0000000..e01b40f --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +libXxf86vm-1_0_2-1_fc10:HEAD:libXxf86vm-1.0.2-1.fc10.src.rpm:1220558680 diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 2d645fe..6dc331b 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm -Version: 1.0.1 -Release: 6%{?dist} +Version: 1.0.2 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -75,9 +75,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libXxf86vm.so %{_libdir}/pkgconfig/xxf86vm.pc #%dir %{_mandir}/man3x -%{_mandir}/man3/*.3x* +%{_mandir}/man3/*.3* %changelog +* Thu Sep 04 2008 Adam Jackson 1.0.2-1 +- libXxf86vm 1.0.2 + * Tue Jul 15 2008 Adam Jackson 1.0.1-6 - Fix license tag. diff --git a/sources b/sources index 22ebe5c..3a8a3a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8de1ca6c55aaad7d8cae19b4f0b3da32 libXxf86vm-1.0.1.tar.bz2 +304d37bd0a10d9b58aa9b64469ad73e5 libXxf86vm-1.0.2.tar.bz2 From 260977601a670ab1c1f4309ecd2635d72e099189 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 25 Feb 2009 13:34:32 +0000 Subject: [PATCH 06/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 6dc331b..5202c7f 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Sep 04 2008 Adam Jackson 1.0.2-1 - libXxf86vm 1.0.2 From ae50ee6c04489c4696fa3200a0aa3645db230be1 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 23 Jul 2009 13:55:14 +0000 Subject: [PATCH 07/58] - Un-require xorg-x11-filesystem --- libXxf86vm.spec | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 5202c7f..eac3a07 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.0.2 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -14,22 +14,14 @@ BuildRequires: xorg-x11-proto-devel BuildRequires: libX11-devel BuildRequires: libXext-devel -Obsoletes: XFree86-libs, xorg-x11-libs - %description X.Org X11 libXxf86vm runtime library %package devel Summary: X.Org X11 libXxf86vm development package Group: Development/Libraries -Requires(pre): xorg-x11-filesystem >= 0.99.2-3 Requires: %{name} = %{version}-%{release} -# needed by xxf86vm.pc -Requires: xorg-x11-proto-devel - -Obsoletes: XFree86-devel, xorg-x11-devel - %description devel X.Org X11 libXxf86vm development package @@ -78,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Jul 23 2009 Adam Jackson 1.0.2-3 +- Un-require xorg-x11-filesystem + * Wed Feb 25 2009 Fedora Release Engineering - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 0ac5a2e0236d1a6ac130c24dfbe5262b26375cdd Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 25 Jul 2009 05:16:57 +0000 Subject: [PATCH 08/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index eac3a07..7b88152 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.0.2 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri Jul 24 2009 Fedora Release Engineering - 1.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Jul 23 2009 Adam Jackson 1.0.2-3 - Un-require xorg-x11-filesystem From da246ba8db1823bde16012df2c9db04608c27ea3 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 28 Aug 2009 03:02:26 +0000 Subject: [PATCH 09/58] - libXxf86vm 1.0.99.1 --- .cvsignore | 2 +- libXxf86vm.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 242a17a..5bac421 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libXxf86vm-1.0.2.tar.bz2 +libXxf86vm-1.0.99.1.tar.bz2 diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 7b88152..08fb0fb 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm -Version: 1.0.2 -Release: 4%{?dist} +Version: 1.0.99.1 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -68,8 +68,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/xxf86vm.pc #%dir %{_mandir}/man3x %{_mandir}/man3/*.3* +%{_includedir}/X11/extensions/xf86vmode.h %changelog +* Fri Aug 28 2009 Peter Hutterer 1.0.99.1-1 +- libXxf86vm 1.0.99.1 + * Fri Jul 24 2009 Fedora Release Engineering - 1.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 3a8a3a2..3f5be87 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -304d37bd0a10d9b58aa9b64469ad73e5 libXxf86vm-1.0.2.tar.bz2 +18579bdfd75aed88575930288bee4da7 libXxf86vm-1.0.99.1.tar.bz2 From b80d21086bccb9a3d39b4c2a0ae9927f9fd3d7f7 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 7 Oct 2009 18:01:03 +0000 Subject: [PATCH 10/58] - libXxf86vm 1.1.0 --- .cvsignore | 2 +- libXxf86vm.spec | 21 ++++++--------------- sources | 2 +- 3 files changed, 8 insertions(+), 17 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5bac421..46ec8aa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libXxf86vm-1.0.99.1.tar.bz2 +libXxf86vm-1.1.0.tar.bz2 diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 08fb0fb..0c6931d 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,6 +1,6 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm -Version: 1.0.99.1 +Version: 1.1.0 Release: 1%{?dist} License: MIT Group: System Environment/Libraries @@ -9,10 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 -BuildRequires: pkgconfig -BuildRequires: xorg-x11-proto-devel -BuildRequires: libX11-devel -BuildRequires: libXext-devel +BuildRequires: pkgconfig(xext) pkgconfig(xf86vidmodeproto) %description X.Org X11 libXxf86vm runtime library @@ -28,14 +25,8 @@ X.Org X11 libXxf86vm 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 %install @@ -61,9 +52,6 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%if %{with_static} -%{_libdir}/libXxf86vm.a -%endif %{_libdir}/libXxf86vm.so %{_libdir}/pkgconfig/xxf86vm.pc #%dir %{_mandir}/man3x @@ -71,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Wed Oct 07 2009 Adam Jackson 1.1.0-1 +- libXxf86vm 1.1.0 + * Fri Aug 28 2009 Peter Hutterer 1.0.99.1-1 - libXxf86vm 1.0.99.1 diff --git a/sources b/sources index 3f5be87..89627b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -18579bdfd75aed88575930288bee4da7 libXxf86vm-1.0.99.1.tar.bz2 +b431ad7084e1055fef99a9115237edd8 libXxf86vm-1.1.0.tar.bz2 From 731cb1240f738027e278e6ba06a9ca72f8972d75 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:51:29 +0000 Subject: [PATCH 11/58] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ed22b8..2b6c7d7 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := libXxf86vm 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 f512510a6ef7d896347b5bb1edd4625ab310637a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 17:42:26 +0000 Subject: [PATCH 12/58] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log 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 2b6c7d7..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: libXxf86vm -# $Id$ -NAME := libXxf86vm -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/import.log b/import.log deleted file mode 100644 index e01b40f..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -libXxf86vm-1_0_2-1_fc10:HEAD:libXxf86vm-1.0.2-1.fc10.src.rpm:1220558680 From 62cf84efe887653ca694adfcaf9cf98b7c416208 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 14 Sep 2010 21:28:55 +0530 Subject: [PATCH 13/58] - Merge-review cleanup (#226096) --- libXxf86vm.spec | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 0c6931d..2302647 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,12 +1,10 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?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 BuildRequires: pkgconfig(xext) pkgconfig(xf86vidmodeproto) @@ -27,26 +25,19 @@ X.Org X11 libXxf86vm development package %build %configure --disable-static -make +make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' -make install DESTDIR=$RPM_BUILD_ROOT - -# We intentionally don't ship *.la files -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la - -%clean -rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) -# FIXME: missing some of these files %doc AUTHORS COPYING README INSTALL ChangeLog -%doc COPYING ChangeLog +%doc README COPYING ChangeLog %{_libdir}/libXxf86vm.so.1 %{_libdir}/libXxf86vm.so.1.0.0 @@ -54,11 +45,13 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_libdir}/libXxf86vm.so %{_libdir}/pkgconfig/xxf86vm.pc -#%dir %{_mandir}/man3x %{_mandir}/man3/*.3* %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Mon Sep 13 2010 Parag Nemade 1.1.0-2 +- Merge-review cleanup (#226096) + * Wed Oct 07 2009 Adam Jackson 1.1.0-1 - libXxf86vm 1.1.0 From db12ecfd8c3aa8ffbef8ef83c5c808573e63c98e Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 29 Sep 2010 14:44:48 -0700 Subject: [PATCH 14/58] - Rebuilt for gcc bug 634757 --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 2302647..58eab15 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -49,6 +49,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Wed Sep 29 2010 jkeating - 1.1.0-3 +- Rebuilt for gcc bug 634757 + * Mon Sep 13 2010 Parag Nemade 1.1.0-2 - Merge-review cleanup (#226096) From cdf60e6e0f4a31887bccef89755088d3ff293a1e Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 8 Nov 2010 16:17:58 -0500 Subject: [PATCH 15/58] 1.1.1 --- .gitignore | 1 + libXxf86vm.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 46ec8aa..25104a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ libXxf86vm-1.1.0.tar.bz2 +/libXxf86vm-1.1.1.tar.bz2 diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 58eab15..5d214c2 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm -Version: 1.1.0 -Release: 3%{?dist} +Version: 1.1.1 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -49,6 +49,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Mon Nov 08 2010 Adam Jackson 1.1.1-1 +- libXxf86vm 1.1.1 + * Wed Sep 29 2010 jkeating - 1.1.0-3 - Rebuilt for gcc bug 634757 diff --git a/sources b/sources index 89627b4..5005226 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b431ad7084e1055fef99a9115237edd8 libXxf86vm-1.1.0.tar.bz2 +34dc3df888c164378da89a7deeb245a0 libXxf86vm-1.1.1.tar.bz2 From ccd7d7f9ab9f2fbd57f7d58a5399c811315ac4bd Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 22:33:40 -0600 Subject: [PATCH 16/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 5d214c2..5781d5b 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.1 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -49,6 +49,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Nov 08 2010 Adam Jackson 1.1.1-1 - libXxf86vm 1.1.1 From 1bb30e822330060d3e08a436b943db10d66ebc70 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 01:20:32 -0600 Subject: [PATCH 17/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 5781d5b..dfa779c 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.1 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -49,6 +49,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Fri Jan 13 2012 Fedora Release Engineering - 1.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From ff48d50d11d44cf5ec98444fb488bc221777ee28 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 8 Mar 2012 10:29:24 -0500 Subject: [PATCH 18/58] libXxf86vm 1.1.2 --- .gitignore | 1 + libXxf86vm.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 25104a0..07538ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ libXxf86vm-1.1.0.tar.bz2 /libXxf86vm-1.1.1.tar.bz2 +/libXxf86vm-1.1.2.tar.bz2 diff --git a/libXxf86vm.spec b/libXxf86vm.spec index dfa779c..2b06c41 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm -Version: 1.1.1 -Release: 3%{?dist} +Version: 1.1.2 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -49,6 +49,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Mar 08 2012 Adam Jackson 1.1.2-1 +- libXxf86vm 1.1.2 + * Fri Jan 13 2012 Fedora Release Engineering - 1.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 5005226..976c87c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -34dc3df888c164378da89a7deeb245a0 libXxf86vm-1.1.1.tar.bz2 +ffd93bcedd8b2b5aeabf184e7b91f326 libXxf86vm-1.1.2.tar.bz2 From 6f7b7de99ae652fdc4f24dc54f66b0b08740371f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 19 Jul 2012 14:12:36 -0500 Subject: [PATCH 19/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 2b06c41..3c2abaf 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.2 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -49,6 +49,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Jul 19 2012 Fedora Release Engineering - 1.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Thu Mar 08 2012 Adam Jackson 1.1.2-1 - libXxf86vm 1.1.2 From 7658fe5fe3ea0aa30b40e3e9dda7ac150c076633 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 21:59:58 -0600 Subject: [PATCH 20/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 3c2abaf..2dd8094 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.2 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -49,6 +49,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Feb 14 2013 Fedora Release Engineering - 1.1.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Thu Jul 19 2012 Fedora Release Engineering - 1.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 88e1b4f6ba49090e01170d4b7c1d75422527f022 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 7 Mar 2013 15:06:20 +1000 Subject: [PATCH 21/58] autoreconf for aarch64 --- libXxf86vm.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 2dd8094..3131703 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,12 +1,14 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.2 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 +BuildRequires: xorg-x11-util-macros +BuildRequires: autoconf automake libtool BuildRequires: pkgconfig(xext) pkgconfig(xf86vidmodeproto) %description @@ -24,6 +26,7 @@ X.Org X11 libXxf86vm development package %setup -q %build +autoreconf -v --install --force %configure --disable-static make %{?_smp_mflags} @@ -49,6 +52,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Mar 07 2013 Peter Hutterer - 1.1.2-4 +- autoreconf for aarch64 + * Thu Feb 14 2013 Fedora Release Engineering - 1.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 7c9a499772ed3b64cefb9b5dcd8b891ba408778d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 24 May 2013 15:32:06 +1000 Subject: [PATCH 22/58] Update to git snapshot to fix the following CVEs: - CVE-2013-2001 --- .gitignore | 1 + commitid | 1 + libXxf86vm.spec | 23 +++++++++++++++++++---- make-git-snapshot.sh | 17 +++++++++++++++++ sources | 2 +- 5 files changed, 39 insertions(+), 5 deletions(-) create mode 100644 commitid create mode 100755 make-git-snapshot.sh diff --git a/.gitignore b/.gitignore index 07538ec..afd8475 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ libXxf86vm-1.1.0.tar.bz2 /libXxf86vm-1.1.1.tar.bz2 /libXxf86vm-1.1.2.tar.bz2 +/libXxf86vm-20130524.tar.bz2 diff --git a/commitid b/commitid new file mode 100644 index 0000000..78ea717 --- /dev/null +++ b/commitid @@ -0,0 +1 @@ +4c4123441e40da97acd10f58911193ad3dcef5cd diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 3131703..b287e8b 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,11 +1,22 @@ +%global tarball libXxf86vm +%global gitdate 20130524 +%global gitversion 4c4123441 + Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.2 -Release: 4%{?dist} +Release: 5%{?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 @@ -23,7 +34,7 @@ Requires: %{name} = %{version}-%{release} X.Org X11 libXxf86vm development package %prep -%setup -q +%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}} %build autoreconf -v --install --force @@ -40,7 +51,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %files %defattr(-,root,root,-) -%doc README COPYING ChangeLog +%doc README COPYING %{_libdir}/libXxf86vm.so.1 %{_libdir}/libXxf86vm.so.1.0.0 @@ -52,6 +63,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Fri May 24 2013 Peter Hutterer 1.1.2-5.20130524git4c4123441 +- Update to git snapshot to fix the following CVEs: +- CVE-2013-2001 + * Thu Mar 07 2013 Peter Hutterer - 1.1.2-4 - autoreconf for aarch64 diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh new file mode 100755 index 0000000..51f6e54 --- /dev/null +++ b/make-git-snapshot.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +DIRNAME=libXxf86vm-$( date +%Y%m%d ) + +rm -rf $DIRNAME +git clone git://git.freedesktop.org/git/xorg/lib/libXxf86vm $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 976c87c..14924b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ffd93bcedd8b2b5aeabf184e7b91f326 libXxf86vm-1.1.2.tar.bz2 +2ac9d713ebf280dcf97c8664e597dd52 libXxf86vm-20130524.tar.bz2 From d2a1c28ac10c8513099c7dded5cdbec71e4c54aa Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 27 May 2013 15:23:13 +1000 Subject: [PATCH 23/58] Require libX11 1.6RC2 for _XEatDataWords --- libXxf86vm.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index b287e8b..9ea16c4 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.2 -Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -18,9 +18,12 @@ Source2: commitid Source0: 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(xext) pkgconfig(xf86vidmodeproto) +BuildRequires: libX11-devel >= 1.5.99.902 %description X.Org X11 libXxf86vm runtime library @@ -63,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Mon May 27 2013 Peter Hutterer - 1.1.2-6.20130524git4c4123441 +- Require libX11 1.6RC2 for _XEatDataWords + * Fri May 24 2013 Peter Hutterer 1.1.2-5.20130524git4c4123441 - Update to git snapshot to fix the following CVEs: - CVE-2013-2001 From c65c92cf43b10dd40393b6255ddca11639714b18 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 31 May 2013 16:47:37 +1000 Subject: [PATCH 24/58] libXxf86vm 1.1.3 --- .gitignore | 1 + libXxf86vm.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index afd8475..758a453 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ libXxf86vm-1.1.0.tar.bz2 /libXxf86vm-1.1.1.tar.bz2 /libXxf86vm-1.1.2.tar.bz2 /libXxf86vm-20130524.tar.bz2 +/libXxf86vm-1.1.3.tar.bz2 diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 9ea16c4..018a0fd 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,11 +1,11 @@ %global tarball libXxf86vm -%global gitdate 20130524 +#global gitdate 20130524 %global gitversion 4c4123441 Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm -Version: 1.1.2 -Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.1.3 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Fri May 31 2013 Peter Hutterer 1.1.3-1 +- libXxf86vm 1.1.3 + * Mon May 27 2013 Peter Hutterer - 1.1.2-6.20130524git4c4123441 - Require libX11 1.6RC2 for _XEatDataWords diff --git a/sources b/sources index 14924b6..690d775 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ac9d713ebf280dcf97c8664e597dd52 libXxf86vm-20130524.tar.bz2 +e46f6ee4f4567349a3189044fe1bb712 libXxf86vm-1.1.3.tar.bz2 From ceed0f23c3ebe8afb65760a918807ea2cbaf904d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 23:45:54 -0500 Subject: [PATCH 25/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 018a0fd..8037fa1 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.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 @@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 1.1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri May 31 2013 Peter Hutterer 1.1.3-1 - libXxf86vm 1.1.3 From 19eee4c54cf3b0bdb2d70b19cbf3dd153fae90bb Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 21:33:31 -0500 Subject: [PATCH 26/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 8037fa1..f22c1f3 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.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 @@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 1.1.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sat Aug 03 2013 Fedora Release Engineering - 1.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From d3fe15cac8172200a1e06e615a2a2ca8620c4c23 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 17 Aug 2014 02:12:44 +0000 Subject: [PATCH 27/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index f22c1f3..18aaf6a 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.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 @@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Sun Aug 17 2014 Fedora Release Engineering - 1.1.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 1.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 594a0c01e4560c048a603afd79328405f572ed02 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Fri, 6 Mar 2015 14:28:17 -0500 Subject: [PATCH 28/58] libXxf86vm 1.1.4 --- .gitignore | 1 + libXxf86vm.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 758a453..36cd819 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ libXxf86vm-1.1.0.tar.bz2 /libXxf86vm-1.1.2.tar.bz2 /libXxf86vm-20130524.tar.bz2 /libXxf86vm-1.1.3.tar.bz2 +/libXxf86vm-1.1.4.tar.bz2 diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 18aaf6a..e0dd484 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -4,8 +4,8 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm -Version: 1.1.3 -Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.1.4 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Fri Mar 06 2015 Benjamin Tissoires 1.1.4-1 +- libXxf86vm 1.1.4 + * Sun Aug 17 2014 Fedora Release Engineering - 1.1.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 690d775..c5d9d19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e46f6ee4f4567349a3189044fe1bb712 libXxf86vm-1.1.3.tar.bz2 +298b8fff82df17304dfdb5fe4066fe3a libXxf86vm-1.1.4.tar.bz2 From c7308e35025d51f15acc968564322616d888b941 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 14:12:34 +0000 Subject: [PATCH 29/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index e0dd484..91692d1 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -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 @@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 1.1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Fri Mar 06 2015 Benjamin Tissoires 1.1.4-1 - libXxf86vm 1.1.4 From f42ee6f501292f1fedb6f1b5849ece07d58966e9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 02:52:32 +0000 Subject: [PATCH 30/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 91692d1..e82ad9b 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -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 @@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 1.1.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 1.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 117940621a63688cf49b71a0855c7e7299f6f7fe Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 18:21:02 +0000 Subject: [PATCH 31/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index e82ad9b..900e1a2 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -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 @@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.1.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Thu Feb 04 2016 Fedora Release Engineering - 1.1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 309c8694fd21d55c99ceba4a1648186ac61bca4c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 18:30:07 +0000 Subject: [PATCH 32/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 900e1a2..7cc07e7 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -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 @@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 1.1.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 1.1.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From caf55eb834080e0ed060474734ca6b85b681443f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 01:09:39 +0000 Subject: [PATCH 33/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 7cc07e7..b037ef0 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -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 @@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.1.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 1.1.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 4365311fe1d26ca5666181593e397cb10b9b1259 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 21:09:26 +0000 Subject: [PATCH 34/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index b037ef0..38c3035 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -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 @@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1.1.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 1.1.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 9a2c1f7a10dad1150f4d45bdd683680ddfb49210 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 29 Jun 2018 17:32:07 -0400 Subject: [PATCH 35/58] Use ldconfig scriptlet macros --- libXxf86vm.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 38c3035..d355355 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -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 @@ -49,8 +49,8 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_post +%ldconfig_postun %files %defattr(-,root,root,-) @@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Fri Jun 29 2018 Adam Jackson - 1.1.4-8 +- Use ldconfig scriptlet macros + * Wed Feb 07 2018 Fedora Release Engineering - 1.1.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 2c16d0b4cd5d9340f8a4611d3b7af54d3e0db35a Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 5 Jul 2018 12:53:18 -0400 Subject: [PATCH 36/58] Drop useless %defattr --- libXxf86vm.spec | 137 ++---------------------------------------------- sources | 2 +- 2 files changed, 6 insertions(+), 133 deletions(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index d355355..1f21356 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -53,19 +53,20 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %ldconfig_postun %files -%defattr(-,root,root,-) %doc README COPYING %{_libdir}/libXxf86vm.so.1 %{_libdir}/libXxf86vm.so.1.0.0 %files devel -%defattr(-,root,root,-) %{_libdir}/libXxf86vm.so %{_libdir}/pkgconfig/xxf86vm.pc %{_mandir}/man3/*.3* %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Jul 05 2018 Adam Jackson - 1.1.4-9 +- Drop useless %%defattr + * Fri Jun 29 2018 Adam Jackson - 1.1.4-8 - Use ldconfig scriptlet macros @@ -101,132 +102,4 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' * Fri May 31 2013 Peter Hutterer 1.1.3-1 - libXxf86vm 1.1.3 - -* Mon May 27 2013 Peter Hutterer - 1.1.2-6.20130524git4c4123441 -- Require libX11 1.6RC2 for _XEatDataWords - -* Fri May 24 2013 Peter Hutterer 1.1.2-5.20130524git4c4123441 -- Update to git snapshot to fix the following CVEs: -- CVE-2013-2001 - -* Thu Mar 07 2013 Peter Hutterer - 1.1.2-4 -- autoreconf for aarch64 - -* Thu Feb 14 2013 Fedora Release Engineering - 1.1.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Thu Jul 19 2012 Fedora Release Engineering - 1.1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Mar 08 2012 Adam Jackson 1.1.2-1 -- libXxf86vm 1.1.2 - -* Fri Jan 13 2012 Fedora Release Engineering - 1.1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 1.1.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Nov 08 2010 Adam Jackson 1.1.1-1 -- libXxf86vm 1.1.1 - -* Wed Sep 29 2010 jkeating - 1.1.0-3 -- Rebuilt for gcc bug 634757 - -* Mon Sep 13 2010 Parag Nemade 1.1.0-2 -- Merge-review cleanup (#226096) - -* Wed Oct 07 2009 Adam Jackson 1.1.0-1 -- libXxf86vm 1.1.0 - -* Fri Aug 28 2009 Peter Hutterer 1.0.99.1-1 -- libXxf86vm 1.0.99.1 - -* Fri Jul 24 2009 Fedora Release Engineering - 1.0.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Jul 23 2009 Adam Jackson 1.0.2-3 -- Un-require xorg-x11-filesystem - -* Wed Feb 25 2009 Fedora Release Engineering - 1.0.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Thu Sep 04 2008 Adam Jackson 1.0.2-1 -- libXxf86vm 1.0.2 - -* Tue Jul 15 2008 Adam Jackson 1.0.1-6 -- Fix license tag. - -* Tue Feb 19 2008 Fedora Release Engineering - 1.0.1-5 -- Autorebuild for GCC 4.3 - -* Tue Aug 21 2007 Adam Jackson - 1.0.1-4 -- Rebuild for build id - -* Wed Jul 12 2006 Jesse Keating - sh: line 0: fg: no job control -- rebuild - -* Fri Jun 09 2006 Mike A. Harris 1.0.1-3 -- Added "Requires: xorg-x11-proto-devel" -- Remove package ownership of mandir/libdir/etc. - -* Mon Jun 05 2006 Mike A. Harris 1.0.1-2 -- Added "BuildRequires: pkgconfig" for (#193509) -- Use "make install DESTDIR=..." instead of makeinstall macro, to fix (#192731) - -* Thu Apr 27 2006 Adam Jackson 1.0.1-1 -- Update to 1.0.1 - -* Fri Feb 10 2006 Jesse Keating 1.0.0-2.2 -- bump again for double-long bug on ppc(64) - -* Tue Feb 07 2006 Jesse Keating 1.0.0-2.1 -- rebuilt for new gcc4.1 snapshot and glibc changes - -* Mon Jan 23 2006 Mike A. Harris 1.0.0-2 -- Bumped and rebuilt - -* Fri Dec 16 2005 Mike A. Harris 1.0.0-1 -- Updated libXxf86vm to version 1.0.0 from X11R7 RC4 - -* Tue Dec 13 2005 Mike A. Harris 0.99.2-1 -- Updated libXxf86vm to version 0.99.2 from X11R7 RC3 -- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure - that /usr/lib/X11 and /usr/include/X11 pre-exist. -- Removed 'x' suffix from manpage directories to match RC3 upstream. - -* Fri Dec 09 2005 Jesse Keating -- rebuilt - -* Fri Nov 11 2005 Mike A. Harris 0.99.1-3 -- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes' -- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes' - -* Tue Nov 01 2005 Mike A. Harris 0.99.1-2 -- Bump release and rebuild to satiate beehive wonkiness. - -* Mon Oct 24 2005 Mike A. Harris 0.99.1-1 -- Updated libXxf86vm to version 0.99.1 from X11R7 RC1 -- Updated file manifest to find manpages in "man3x" - -* Thu Sep 29 2005 Mike A. Harris 0.99.0-3 -- Renamed package to remove xorg-x11 from the name due to unanimous decision - between developers. -- Use Fedora Extras style BuildRoot tag. -- Disable static library creation by default. -- Add missing defattr to devel subpackage -- Add missing documentation files to doc macro - -* Tue Aug 23 2005 Mike A. Harris 0.99.0-2 -- Renamed package to prepend "xorg-x11" to the name for consistency with - the rest of the X11R7 packages. -- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel - subpackage to ensure the devel package matches the installed shared libs. -- Added virtual "Provides: lib" and "Provides: lib-devel" to - allow applications to use implementation agnostic dependencies. -- Added post/postun scripts which call ldconfig. -- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package, - and Conflicts with XFree86-devel and xorg-x11-devel to devel package. - -* Mon Aug 22 2005 Mike A. Harris 0.99.0-1 -- Initial build. + Initial build. diff --git a/sources b/sources index c5d9d19..78a9845 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -298b8fff82df17304dfdb5fe4066fe3a libXxf86vm-1.1.4.tar.bz2 +SHA512 (libXxf86vm-1.1.4.tar.bz2) = c5f92d86e143db02ebb36bcd25618acaa2cb2831f5a23800a06dd431cd73b6702d95de8fe7407ce626336bf614c288d5256f4d87ea7781fad2ab6c517cbf09e0 From a604f488c90eb531a0593c2b04d1ad5a09d121b0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 07:47:23 +0000 Subject: [PATCH 37/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 1f21356..1fa567c 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 10%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -64,6 +64,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1.1.4-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Jul 05 2018 Adam Jackson - 1.1.4-9 - Drop useless %%defattr From b15241b131156e2c191437bdf4209c5cb2693e9a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:52 +0100 Subject: [PATCH 38/58] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- libXxf86vm.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 1fa567c..bc1f995 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -7,7 +7,6 @@ Name: libXxf86vm Version: 1.1.4 Release: 10%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT -Group: System Environment/Libraries URL: http://www.x.org %if 0%{?gitdate} @@ -30,7 +29,6 @@ X.Org X11 libXxf86vm runtime library %package devel Summary: X.Org X11 libXxf86vm development package -Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel From 667a3179603ce91b458ad7f257ce8a0d42a5c11f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 06:38:41 +0000 Subject: [PATCH 39/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index bc1f995..d2ac53c 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -Release: 10%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 11%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -62,6 +62,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 1.1.4-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 1.1.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 248539d8bed8ceea7255c75c27cdfa298983400f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 12:45:32 +0000 Subject: [PATCH 40/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index d2ac53c..bd050a5 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -Release: 11%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 12%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -62,6 +62,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 1.1.4-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Feb 01 2019 Fedora Release Engineering - 1.1.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 7a20569dab3512999a5f1ce20f5267a0e2697343 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 08:31:39 +0000 Subject: [PATCH 41/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index bd050a5..99ee4bf 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -Release: 12%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 13%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -62,6 +62,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 1.1.4-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Jul 25 2019 Fedora Release Engineering - 1.1.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 0cbd36e20c4fdd24191d2e42ae4dc44336f94deb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 04:12:11 +0000 Subject: [PATCH 42/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 99ee4bf..afc5c37 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -Release: 13%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 14%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -62,6 +62,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1.1.4-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jan 29 2020 Fedora Release Engineering - 1.1.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 3e66b77108485403e36f435b2002108736e5bb5e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 5 Nov 2020 12:30:59 +1000 Subject: [PATCH 43/58] Add BuildRequires for make --- libXxf86vm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index afc5c37..5dc9004 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -Release: 14%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 15%{?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.5.99.902 +BuildRequires: make BuildRequires: xorg-x11-util-macros BuildRequires: autoconf automake libtool BuildRequires: pkgconfig(xext) pkgconfig(xf86vidmodeproto) @@ -62,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Nov 5 12:30:58 AEST 2020 Peter Hutterer - 1.1.4-15 +- Add BuildRequires for make + * Tue Jul 28 2020 Fedora Release Engineering - 1.1.4-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 7a15ce38035c9090dc823afa95c572c738b803c0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 16:37:31 +0000 Subject: [PATCH 44/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 5dc9004..aef4579 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -Release: 15%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 16%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -63,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.1.4-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 5 12:30:58 AEST 2020 Peter Hutterer - 1.1.4-15 - Add BuildRequires for make From dca8ed3af91901b8124f87df0d10e0b17bb3f278 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 10:55:15 +0000 Subject: [PATCH 45/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index aef4579..4c6c330 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -Release: 16%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 17%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -63,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 1.1.4-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 1.1.4-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 2a9cbb4d5b613a2d66d7af8410d93fbc9f7fda2c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 15:43:16 +0000 Subject: [PATCH 46/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 4c6c330..772e5be 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -Release: 17%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 18%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -63,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 1.1.4-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 1.1.4-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 30298724bfbf3dd68461cf7b03052fa97d5d67a9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 17:16:14 +0000 Subject: [PATCH 47/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 772e5be..32e9cae 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.4 -Release: 18%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 19%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -63,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 1.1.4-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jan 20 2022 Fedora Release Engineering - 1.1.4-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From b9e4a384cbd431f8cfc244180f56ba2997030ceb Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Fri, 4 Nov 2022 16:24:36 +0100 Subject: [PATCH 48/58] libXxf86vm 1.1.5-1 --- .gitignore | 1 + libXxf86vm.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 36cd819..30a42ed 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ libXxf86vm-1.1.0.tar.bz2 /libXxf86vm-20130524.tar.bz2 /libXxf86vm-1.1.3.tar.bz2 /libXxf86vm-1.1.4.tar.bz2 +/libXxf86vm-1.1.5.tar.xz diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 32e9cae..c4c0da6 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -4,8 +4,8 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm -Version: 1.1.4 -Release: 19%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.1.5 +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: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz %endif Requires: libX11 >= 1.5.99.902 @@ -52,7 +52,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %ldconfig_postun %files -%doc README COPYING +%doc README.md COPYING %{_libdir}/libXxf86vm.so.1 %{_libdir}/libXxf86vm.so.1.0.0 @@ -63,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Fri Nov 04 2022 Benjamin Tissoires 1.1.5-1 +- libXxf86vm 1.1.5-1 + * Thu Jul 21 2022 Fedora Release Engineering - 1.1.4-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 78a9845..0c9d709 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libXxf86vm-1.1.4.tar.bz2) = c5f92d86e143db02ebb36bcd25618acaa2cb2831f5a23800a06dd431cd73b6702d95de8fe7407ce626336bf614c288d5256f4d87ea7781fad2ab6c517cbf09e0 +SHA512 (libXxf86vm-1.1.5.tar.xz) = 68226fcb9773a583ea417ab413146203dd7db6ff8a4d388285da972353355e11e179861a77c9fa284aefac025bb3bbf5a9537fa0bf246c782e0116a667c9d9b6 From 075147db721e212068f5322e41b605c7ff5974a8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 15:47:33 +0000 Subject: [PATCH 49/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index c4c0da6..8384761 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.5 -Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -63,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 1.1.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Nov 04 2022 Benjamin Tissoires 1.1.5-1 - libXxf86vm 1.1.5-1 From 30dad6d4b47825cece7aa0c478fce3619aa6785d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 10:14:09 +0000 Subject: [PATCH 50/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 8384761..5b74c0c 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.5 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.x.org @@ -63,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 1.1.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jan 19 2023 Fedora Release Engineering - 1.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 6fe05ea4b7c1af6d299d35b6cb4c0605fa3dc1d2 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Wed, 6 Sep 2023 12:21:11 +0200 Subject: [PATCH 51/58] SPDX Migration --- libXxf86vm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 5b74c0c..700873a 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,8 +5,8 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.5 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} -License: MIT +Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +License: X11-distribute-modifications-variant URL: http://www.x.org %if 0%{?gitdate} @@ -63,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Wed Sep 06 2023 Benjamin Tissoires - 1.1.5-4git4c4123441} +- SPDX Migration + * Thu Jul 20 2023 Fedora Release Engineering - 1.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From a7e26e1b1c9a6805108a123655aa12e3c5c785fd Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Wed, 6 Sep 2023 14:40:03 +0200 Subject: [PATCH 52/58] fix changelog version --- libXxf86vm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 700873a..4947178 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -63,7 +63,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog -* Wed Sep 06 2023 Benjamin Tissoires - 1.1.5-4git4c4123441} +* Wed Sep 06 2023 Benjamin Tissoires - 1.1.5-4 - SPDX Migration * Thu Jul 20 2023 Fedora Release Engineering - 1.1.5-3 From 8b1f7cd406e0a232d3d3c18c39027880a62ead24 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 03:32:50 +0000 Subject: [PATCH 53/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 4947178..0dd27e8 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.5 -Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: X11-distribute-modifications-variant URL: http://www.x.org @@ -63,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 1.1.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Sep 06 2023 Benjamin Tissoires - 1.1.5-4 - SPDX Migration From 5bf729f9b8f32511fdfbe1be4630501edf477656 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 01:30:16 +0000 Subject: [PATCH 54/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 0dd27e8..a146a46 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.5 -Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: X11-distribute-modifications-variant URL: http://www.x.org @@ -63,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 1.1.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 1.1.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From c07914011f11640528fe10ecea6679d776956237 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 13:17:28 +0000 Subject: [PATCH 55/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index a146a46..ba5f2fe 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.5 -Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: X11-distribute-modifications-variant URL: http://www.x.org @@ -63,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 1.1.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 1.1.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From faf83ad6746e321b950ba4297b8bafaef9148c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Mon, 16 Dec 2024 08:42:03 +0100 Subject: [PATCH 56/58] libXxf86vm 1.1.6 Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2332379 --- .gitignore | 1 + libXxf86vm.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 30a42ed..0408ada 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ libXxf86vm-1.1.0.tar.bz2 /libXxf86vm-1.1.3.tar.bz2 /libXxf86vm-1.1.4.tar.bz2 /libXxf86vm-1.1.5.tar.xz +/libXxf86vm-1.1.6.tar.xz diff --git a/libXxf86vm.spec b/libXxf86vm.spec index ba5f2fe..05ca526 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -4,8 +4,8 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm -Version: 1.1.5 -Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.1.6 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: X11-distribute-modifications-variant URL: http://www.x.org @@ -63,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Mon Dec 16 2024 José Expósito - 1.1.6-1 +- libXxf86vm 1.1.6 + * Thu Jul 18 2024 Fedora Release Engineering - 1.1.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index 0c9d709..1c7625c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libXxf86vm-1.1.5.tar.xz) = 68226fcb9773a583ea417ab413146203dd7db6ff8a4d388285da972353355e11e179861a77c9fa284aefac025bb3bbf5a9537fa0bf246c782e0116a667c9d9b6 +SHA512 (libXxf86vm-1.1.6.tar.xz) = 7fb3ac4302eea43b70d5106f6c7a113e28e2807da22d2bb7f040e0c4afd322cad4b7f258a5bd6da3940b6b6b39065e1acb218a6dc0ba06b9dd86ea3849231266 From e97ad24ef2bbbbe9d2cbf0af92eec25860faad1d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 10:33:15 +0000 Subject: [PATCH 57/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 05ca526..c445d96 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.6 -Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: X11-distribute-modifications-variant URL: http://www.x.org @@ -63,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 1.1.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Dec 16 2024 José Expósito - 1.1.6-1 - libXxf86vm 1.1.6 From da89c5acbadc58b26530482f5e8d1079c1673e63 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 19:19:49 +0000 Subject: [PATCH 58/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- libXxf86vm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index c445d96..8a111fa 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.6 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: X11-distribute-modifications-variant URL: http://www.x.org @@ -63,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 1.1.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jan 17 2025 Fedora Release Engineering - 1.1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild