From a9ed66da20e5a8b6239a7e008211060a3d52cf45 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Wed, 6 Sep 2023 14:45:55 +0200 Subject: [PATCH 1/7] SPDX migration --- libdmx.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libdmx.spec b/libdmx.spec index 99f5a31..a7f4832 100644 --- a/libdmx.spec +++ b/libdmx.spec @@ -6,6 +6,7 @@ Summary: X.Org X11 DMX runtime library Name: libdmx Version: 1.1.4 Release: 15%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +# SPDX License: MIT URL: http://www.x.org From 3767a4f5b7e39199937b4b791ff9c976551e6490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Thu, 5 Oct 2023 14:35:55 +0200 Subject: [PATCH 2/7] libdmx 1.1.5 Update package to version 1.1.5. Since upstream commit d5124c809d9d ("Build xz tarballs instead of bzip2"), .tar.xz is used instead of .tar.bz2, update `Source0` accordingly. --- .gitignore | 1 + libdmx.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b7c9100..f61adb8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ libdmx-1.1.0.tar.bz2 /libdmx-20130524.tar.bz2 /libdmx-1.1.3.tar.bz2 /libdmx-1.1.4.tar.bz2 +/libdmx-1.1.5.tar.xz diff --git a/libdmx.spec b/libdmx.spec index a7f4832..d18eb66 100644 --- a/libdmx.spec +++ b/libdmx.spec @@ -4,18 +4,18 @@ Summary: X.Org X11 DMX runtime library Name: libdmx -Version: 1.1.4 -Release: 15%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.1.5 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} # SPDX License: MIT URL: http://www.x.org %if 0%{?gitdate} -Source0: %{tarball}-%{gitdate}.tar.bz2 +Source0: %{tarball}-%{gitdate}.tar.xz Source1: make-git-snapshot.sh Source2: commitid %else -Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 +Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz %endif Requires: libX11 >= 1.6.0 @@ -66,6 +66,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_includedir}/X11/extensions/dmxext.h %changelog +* Thu Oct 05 2023 José Expósito - 1.1.5-1 +- libdmx 1.1.5 + * Thu Jul 20 2023 Fedora Release Engineering - 1.1.4-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index ca26df1..5ba0cab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libdmx-1.1.4.tar.bz2) = 77aba6cadfd17db0cc7e1bc26f14d908223a0fdb135d46f86c3be34e3bc7e2f843f08d4d0ef773357e83b17122bffe56a0442d12908378c05a22177b10ae10e9 +SHA512 (libdmx-1.1.5.tar.xz) = 55df45a06bddbf19e0253362853e2f979d736ba1f1fdec5d392c0f6c0dc72684e7b8df0f0a99ac96ce9d9d59bc6c25146086b18c054b4dbe6be9aa3166f23464 From c2bab3cd8bebd092ebf0955a1a2ef677c01fd875 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 03:54:39 +0000 Subject: [PATCH 3/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- libdmx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libdmx.spec b/libdmx.spec index d18eb66..e5b0535 100644 --- a/libdmx.spec +++ b/libdmx.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 DMX runtime library Name: libdmx Version: 1.1.5 -Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} # SPDX License: MIT URL: http://www.x.org @@ -66,6 +66,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_includedir}/X11/extensions/dmxext.h %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 1.1.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Oct 05 2023 José Expósito - 1.1.5-1 - libdmx 1.1.5 From 740b7e1b6d2a36196dd3962514931f8f38a4b9b3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 01:53:47 +0000 Subject: [PATCH 4/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- libdmx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libdmx.spec b/libdmx.spec index e5b0535..fc5ca58 100644 --- a/libdmx.spec +++ b/libdmx.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 DMX runtime library Name: libdmx Version: 1.1.5 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} # SPDX License: MIT URL: http://www.x.org @@ -66,6 +66,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_includedir}/X11/extensions/dmxext.h %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 1.1.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 1.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 221929284e1f0c9201039dac0324c6913cd942c8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 13:40:40 +0000 Subject: [PATCH 5/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- libdmx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libdmx.spec b/libdmx.spec index fc5ca58..8fbae5e 100644 --- a/libdmx.spec +++ b/libdmx.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 DMX runtime library Name: libdmx Version: 1.1.5 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} # SPDX License: MIT URL: http://www.x.org @@ -66,6 +66,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_includedir}/X11/extensions/dmxext.h %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 1.1.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 1.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 7dc3efaadb7c0f123519c005f6ef54e5235f7073 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 11:00:24 +0000 Subject: [PATCH 6/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- libdmx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libdmx.spec b/libdmx.spec index 8fbae5e..154456c 100644 --- a/libdmx.spec +++ b/libdmx.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 DMX runtime library Name: libdmx Version: 1.1.5 -Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} # SPDX License: MIT URL: http://www.x.org @@ -66,6 +66,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_includedir}/X11/extensions/dmxext.h %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 1.1.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 18 2024 Fedora Release Engineering - 1.1.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 56fa4ed5a817749654e8b74bfbc62d0eeb280b2e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 19:33:00 +0000 Subject: [PATCH 7/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- libdmx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libdmx.spec b/libdmx.spec index 154456c..ae4759c 100644 --- a/libdmx.spec +++ b/libdmx.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 DMX runtime library Name: libdmx Version: 1.1.5 -Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} # SPDX License: MIT URL: http://www.x.org @@ -66,6 +66,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_includedir}/X11/extensions/dmxext.h %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 1.1.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jan 17 2025 Fedora Release Engineering - 1.1.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild