[mythtv-status] Undo the previous patch, a better fix is done in the base mythtv package.
by Göran Uddeborg
commit 1731f45b07e6ca47be3be081845b69bc9ab02b33
Author: Göran Uddeborg <goeran(a)uddeborg.se>
Date: Thu Jan 4 11:28:06 2024 +0100
Undo the previous patch, a better fix is done in the base mythtv package.
mythtv-space_in_GB.patch | 90 ------------------------------------------------
mythtv-status.spec | 10 +++---
2 files changed, 6 insertions(+), 94 deletions(-)
---
diff --git a/mythtv-status.spec b/mythtv-status.spec
index e0603a4..e5ab4fa 100644
--- a/mythtv-status.spec
+++ b/mythtv-status.spec
@@ -1,6 +1,6 @@
Name: mythtv-status
Version: 1.1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Get the current status of your MythTV system at the command line
Summary(sv): Hämta ett MythTV-systems status på kommandoraden
License: GPL-3.0-only
@@ -13,9 +13,7 @@ Patch0: mythtv-status-fedora.patch
Patch1: install-motdupdater.patch
# Reported upstreams via e-mail
Patch2: default-localhost.patch
-# To match a corresponding patch in the base mythtv package; it reports in GB
-# rather than MB as upstreams.
-Patch3: mythtv-space_in_GB.patch
+
BuildArch: noarch
BuildRequires: make
@@ -94,6 +92,10 @@ install -p -m 644 %SOURCE1 %{buildroot}%{_sysconfdir}/sysconfig/%{name}
%config %{_sysconfdir}/sysconfig/%{name}
%changelog
+* Thu Jan 04 2024 Göran Uddeborg <goeran(a)uddeborg.se> - 1.1.0-3
+- Undo the previous patch, a better fix is done in the base mythtv
+ package.
+
* Sat Dec 30 2023 Göran Uddeborg <goeran(a)uddeborg.se> - 1.1.0-2
- Patch to expect GB in status reports, matching a patch in the base mythtv
package
10 months, 3 weeks
[mesa-freeworld] fix version is changelog
by Thorsten Leemhuis
commit ae2bd9bd64d0ec4b1a0e0852a3889404040e5932
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Wed Jan 3 07:35:47 2024 +0100
fix version is changelog
[seems I need more coffee]
mesa-freeworld.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index a066557..e2a4b7f 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -319,7 +319,7 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%license docs/license.rst
%endif
%changelog
-* Wed Jan 3 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.3.3-1
+* Wed Jan 3 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.3.2-1
- Update to 23.3.2
* Mon Dec 18 2023 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.3.1-1
10 months, 3 weeks
[mesa-freeworld] fix date
by Thorsten Leemhuis
commit 2de7fd57af7d7faa9dd284cf4ddcd8b7627ed02d
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Wed Jan 3 07:30:24 2024 +0100
fix date
mesa-freeworld.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index defa190..a066557 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -319,7 +319,7 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%license docs/license.rst
%endif
%changelog
-* Wed Jan 3 2023 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.3.3-1
+* Wed Jan 3 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.3.3-1
- Update to 23.3.2
* Mon Dec 18 2023 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.3.1-1
10 months, 3 weeks
[mesa-freeworld] Update to 23.3.2
by Thorsten Leemhuis
commit 43bb92325ab1f6c612668203fd7a419ebb996ca1
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Wed Jan 3 07:28:33 2024 +0100
Update to 23.3.2
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
.gitignore | 1 +
mesa-freeworld.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87e1f05..a8d7721 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
/mesa-23.3.0-rc5.tar.xz
/mesa-23.3.0.tar.xz
/mesa-23.3.1.tar.xz
+/mesa-23.3.2.tar.xz
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index aa40391..defa190 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -64,7 +64,7 @@ algorithms and decoding only VC1 algorithm.
Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
-%global ver 23.3.1
+%global ver 23.3.2
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1%{?dist}
License: MIT
@@ -319,6 +319,9 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%license docs/license.rst
%endif
%changelog
+* Wed Jan 3 2023 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.3.3-1
+- Update to 23.3.2
+
* Mon Dec 18 2023 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.3.1-1
- Update to 23.3.1
diff --git a/sources b/sources
index 684e557..3455601 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mesa-23.3.1.tar.xz) = 0861fb5083e37439ad8cc0a0d8372a7c84d8665ea298dc784e2dd893162e20ae072f5ef0b860be88ecf74bc123714acbc1dec312e139b892ff40ef1887c5f4a5
+SHA512 (mesa-23.3.2.tar.xz) = 634d2b67ade2121de3f19f2cccd4bf7ceb2ac391b9366587ed1c2412444e010de8ec14a25529fdec1f43f943096422eb23cefcb8a89d2f8b20286850188b65c3
10 months, 3 weeks
[mixxx] New upstream snapshot 2.4.0-0.10.beta.20240102git9cea449
by Uwe Klotz
commit 4a27209deda0b9fc668b4b30a03ba3e3117aa0b4
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Tue Jan 2 19:49:05 2024 +0100
New upstream snapshot 2.4.0-0.10.beta.20240102git9cea449
mixxx.spec | 9 ++++++---
sources | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index bbcff01..e7d678e 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -7,9 +7,9 @@
%global extraver beta
# Optional: Only used for untagged snapshot versions
-%global gitcommit 04b7dd17dc1a5f9599ecdaf1267f82412b615db8
+%global gitcommit 9cea449dc4d7b73c97d0213acf44ca0ede34c2b9
# Format: <yyyymmdd>
-%global gitcommitdate 20231215
+%global gitcommitdate 20240102
# Additional sources
%global libkeyfinder_version 2.2.6
@@ -28,7 +28,7 @@
Name: mixxx
Version: 2.4.0
-Release: 0.9%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.10%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
URL: http://www.mixxx.org
@@ -224,6 +224,9 @@ appstreamcli \
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
%changelog
+* Tue Jan 02 2024 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.4.0-0.10.beta.20240102git9cea449
+- New upstream snapshot 2.4.0-beta
+
* Sat Dec 16 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.4.0-0.9.beta.20231215git04b7dd1
- New upstream snapshot 2.4.0-beta
diff --git a/sources b/sources
index a739dfd..4a51ce0 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
SHA512 (libdjinterop-0.20.1.tar.gz) = 2f75a57326cc958bce6634aba407707313cec646d1713c80d9286d9d2448a68dd304eacd02b38c237a6bb869f07b9b3d3b1cc7fcb7c3a9cdf6ba7515166be6cf
SHA512 (libkeyfinder-2.2.6.zip) = 23ffcc4da59019349824b60dd1b125d559f39d7731fe7f00cdc8f4a97a342fa59ef5183c4e272ff4c5fd06eaa89c581e07fdb26bcfd3c98cc42d2dcc29e13e1e
-SHA512 (mixxx-04b7dd17dc1a5f9599ecdaf1267f82412b615db8.tar.gz) = 6621e053d1df8febffad2b3101144ff97d1e1f9457bcfc19b44140a89d6e9d18552c2ee7f207ba49b080f93a857216dafbd858c6890b3fdb3d5a588f93c06ac6
+SHA512 (mixxx-9cea449dc4d7b73c97d0213acf44ca0ede34c2b9.tar.gz) = 4ae7f00f92243e1e375d1b3db87dd4c25afb256c29d43ef666488003006213b2264373af160200462723eb4edbc1fc4eafd000d7dc80e79f42c763769fc3e9f9
10 months, 3 weeks