[mplayer] Update snapshot
by Leigh Scott
commit 36fbc6be5cfb2af6978ed4da706cc3b8b3026228
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jan 27 09:35:54 2025 +0000
Update snapshot
.gitignore | 1 +
mplayer.spec | 14 ++++++++------
sources | 2 +-
3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee7b403..b02e166 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ MPlayer-1.3.0.tar.xz
/mplayer-export-2024-04-09.tar.xz
/mplayer-export-2024-04-15.tar.xz
/mplayer-export-2024-10-08.tar.xz
+/mplayer-export-2025-01-27.tar.xz
diff --git a/mplayer.spec b/mplayer.spec
index dcbc8c9..ef72969 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -1,17 +1,16 @@
%global _lto_cflags %{nil}
-%global build_type_safety_c 0
%global codecdir %{_libdir}/codecs
-%global pre 20241008svn
+%global pre 20250127svn
%global svn 1
-%global svnbuild 2024-10-08
+%global svnbuild 2025-01-27
Name: mplayer
Version: 1.5.1
%if 0%{?svn}
-Release: 0.16%{?pre:.%{pre}}%{?dist}
+Release: 0.17%{?pre:.%{pre}}%{?dist}
%else
-Release: 16%{?dist}
+Release: 17%{?dist}
%endif
Summary: Movie player playing most video formats and DVDs
@@ -101,7 +100,7 @@ BuildRequires: libxslt
%endif
Requires: mplayer-common = %{version}-%{release}
Provides: mplayer-backend
-Obsoletes: mplayer-gui
+Obsoletes: mplayer-gui <= %{version}-%{release}
%description
MPlayer is a movie player that plays most MPEG, VOB, AVI, OGG/OGM,
@@ -317,6 +316,9 @@ sed -i '1s:#!/usr/bin/env python:#!/usr/bin/env python2:' %{buildroot}%{_bindir}
%{_datadir}/mplayer/*.fp
%changelog
+* Mon Jan 27 2025 Leigh Scott <leigh123linux(a)gmail.com> - 1.5.1-0.17.20250127svn
+- Update snapshot
+
* Tue Oct 08 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 1.5.1-0.16.20241008svn
- Update snapshot
diff --git a/sources b/sources
index fa0bf96..1c427ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mplayer-export-2024-10-08.tar.xz) = 85a4be345532ee2dd913ecc50dd29170100c2a636f2f4f4b6462e2a3dca743986eedd4b75296ea26213fd523177af3178411d13745ad00bbca5014c51dc46ecb
+SHA512 (mplayer-export-2025-01-27.tar.xz) = 5bce939e95c265dda520e5883b23201ed83db0d511628d4437f7dc662254132add9048dd9d90376972054ddd428e96babe36a2d0a77e1d2b66b0b338a0829458
2 weeks, 1 day
[telegram-desktop] Update to 5.10.6.
by Vasiliy Glazov
commit f1e37fa839b79a3f5d5dce628ffe5a872b8784f4
Author: Vasiliy Glazov <v.glazov(a)1440.space>
Date: Mon Jan 27 09:10:04 2025 +0300
Update to 5.10.6.
sources | 2 +-
telegram-desktop.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index 804f142..39cd431 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-5.10.3-full.tar.gz) = 02a5db9b53309bd859aa7aa3400d8fc35873bb49f34395541c6d0ebfc41d90dc406844489d6f22afc5ea9d11bb3625c7715cb6de56f428e0957dfaae3c495431
+SHA512 (tdesktop-5.10.6-full.tar.gz) = 80c775bb2ef0cb014b54f9fa98983f070a76fadd4592ae6c471808f9e4f15502dcc04cee2bde8b890d45f80791e9a41bc0fc00bee837d2314a53785f066d81ac
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 7e6d8a0..c02d213 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -9,7 +9,7 @@
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
Name: telegram-desktop
-Version: 5.10.3
+Version: 5.10.6
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -180,6 +180,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_metainfodir}/*.metainfo.xml
%changelog
+* Mon Jan 27 2025 Vasiliy Glazov <vascom2(a)gmail.com> - 5.10.6-1
+- Update to 5.10.6
+
* Fri Jan 10 2025 Vasiliy Glazov <vascom2(a)gmail.com> - 5.10.3-1
- Update to 5.10.3
2 weeks, 1 day
[nvidia-kmod] add noautobuild
by Leigh Scott
commit c7c60a3e80bd8fae2e2706ba471017aadbf1cff6
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jan 26 21:15:37 2025 +0000
add noautobuild
noautobuild | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/noautobuild b/noautobuild
new file mode 100644
index 0000000..746693f
--- /dev/null
+++ b/noautobuild
@@ -0,0 +1 @@
+# No need for mass rebuild here
2 weeks, 1 day
[xorg-x11-drv-nvidia] Revert "add noautobuild.txt"
by Leigh Scott
commit 649d05369cd94dd3ddb461ceeec36df6b4b670da
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jan 26 21:14:37 2025 +0000
Revert "add noautobuild.txt"
This reverts commit 1ee58e06c9cb29961904c2ad3a6333866a5d57a1.
noautobuild.txt | 1 -
1 file changed, 1 deletion(-)
2 weeks, 1 day
[xorg-x11-drv-nvidia] add noautobuild.txt
by Leigh Scott
commit 1ee58e06c9cb29961904c2ad3a6333866a5d57a1
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jan 26 21:12:27 2025 +0000
add noautobuild.txt
noautobuild.txt | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/noautobuild.txt b/noautobuild.txt
new file mode 100644
index 0000000..746693f
--- /dev/null
+++ b/noautobuild.txt
@@ -0,0 +1 @@
+# No need for mass rebuild here
2 weeks, 1 day
[jellyfin/f40] Update to 10.10.5
by Michael Cronenworth
Summary of changes:
f8c4a28... Update to 10.10.5 (*)
(*) This commit already existed in another branch; no separate mail sent
2 weeks, 2 days
[jellyfin/f41] Update to 10.10.5
by Michael Cronenworth
Summary of changes:
f8c4a28... Update to 10.10.5 (*)
(*) This commit already existed in another branch; no separate mail sent
2 weeks, 2 days