[ltris/f39] Update ltris to 1.2.7
by Sérgio M. Basto
Summary of changes:
bc72ca0... Update ltris to 1.2.7 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 1 month
[ltris] Update ltris to 1.2.7
by Sérgio M. Basto
commit bc72ca0ce39528ffb397aeefd27aecade7df5a45
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Oct 4 02:04:00 2023 +0100
Update ltris to 1.2.7
.gitignore | 1 +
icon_fix.patch | 32 ++++++++++++++------------------
ltris.spec | 14 +++++---------
sources | 2 +-
4 files changed, 21 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f4d719..321e5ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ ltris-1.0.19.tar.gz
/ltris-1.2.4.tar.gz
/ltris-1.2.5.tar.gz
/ltris-1.2.6.tar.gz
+/ltris-1.2.7.tar.gz
diff --git a/icon_fix.patch b/icon_fix.patch
index 455a81f..6ae3d13 100644
--- a/icon_fix.patch
+++ b/icon_fix.patch
@@ -1,21 +1,17 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -7,7 +7,7 @@
- desktopdir = $(datadir)/applications
- desktop_DATA = ltris.desktop
- icondir = $(datadir)/icons
--icon_DATA = ltris128.png
-+icon_DATA = ltris.png
+--- ltris-1.2.7/Makefile.am.orig 2023-10-04 01:55:10.271766701 +0100
++++ ltris-1.2.7/Makefile.am 2023-10-04 01:55:34.559743827 +0100
+@@ -8,12 +8,12 @@ CROSSCOMPILE ltris.appdata.xml
+ install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/hicolor/apps
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/applications
+- $(INSTALL_DATA) ltris48.png $(DESTDIR)$(datadir)/icons/hicolor/apps/ltris.png
++ $(INSTALL_DATA) ltris48.png $(DESTDIR)$(datadir)/icons/ltris.png
+ $(INSTALL_DATA) ltris.desktop $(DESTDIR)$(datadir)/applications
+
- AUTOMAKE_OPTIONS = foreign
-
-@@ -15,7 +15,7 @@
- # the right way to handle it? At least it works... as long as $datadir
- # does not contain plus signs. :-)
- ltris.desktop:
-- @sed -e "s+Icon=+Icon=$(datadir)/icons/ltris128.png+" \
-+ @sed -e "s+Icon=+Icon=ltris+" \
- < ltris.desktop.in > ltris.desktop
+ uninstall-local:
+- rm $(DESTDIR)$(datadir)/icons/hicolor/apps/ltris.png
++ rm $(DESTDIR)$(datadir)/icons/ltris.png
+ rm $(DESTDIR)$(datadir)/applications/ltris.desktop
ACLOCAL_AMFLAGS = -I m4
-
diff --git a/ltris.spec b/ltris.spec
index b667319..3736d02 100644
--- a/ltris.spec
+++ b/ltris.spec
@@ -1,7 +1,7 @@
Summary: Game of skill with falling blocks
Name: ltris
-Version: 1.2.6
-Release: 2%{?dist}
+Version: 1.2.7
+Release: 1%{?dist}
License: GPLv2+
URL: https://lgames.sourceforge.net/
@@ -31,7 +31,6 @@ CPU(!) compete and send completed lines to each other.
%prep
%autosetup -p1
-mv ltris128.png ltris.png
%build
@@ -43,13 +42,7 @@ autoreconf -fiv
%install
%make_install
-%{__mkdir_p} %{buildroot}%{_datadir}/applications
-desktop-file-install \
- --dir %{buildroot}%{_datadir}/applications \
- %{name}.desktop
-
install -m 0644 -D ltris.appdata.xml %{buildroot}%{_metainfodir}/%{name}.appdata.xml
-
appstream-util validate --nonet %{buildroot}%{_metainfodir}/%{name}.appdata.xml
%find_lang %{name}
@@ -66,6 +59,9 @@ appstream-util validate --nonet %{buildroot}%{_metainfodir}/%{name}.appdata.xml
%changelog
+* Wed Oct 04 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.7-1
+- Update ltris to 1.2.7
+
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.2.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
diff --git a/sources b/sources
index f6b8ddc..1dd594e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ltris-1.2.6.tar.gz) = 360ff6a6e1fb39cc9b80aa65581b72792c71f513bcc57384db897809ee94ed7804a3de5ac972f63a421955a907374a9f4879a6311ffc77a3f2380bb4d2579e10
+SHA512 (ltris-1.2.7.tar.gz) = d727ad37e98214bbf236491e22e28536127ec1b72913a9d0e13e270a05163c0f02580e07541b2c02601d4c6769effc26827e01a19b5afa68bc3888e122c1fcff
1 year, 1 month
[ppsspp] Fix makesrc file
by sagitter
commit 27f6ab3163dfec6d68fdb7ab24bd7db76c82d10e
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Tue Oct 3 19:12:46 2023 +0200
Fix makesrc file
ppsspp-makesrc.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ppsspp-makesrc.sh b/ppsspp-makesrc.sh
index 4dbb855..03a09b8 100755
--- a/ppsspp-makesrc.sh
+++ b/ppsspp-makesrc.sh
@@ -1,11 +1,11 @@
#!/bin/bash
VERSION=1.16.5
-URL=https://ftp.mozilla.org/pub/firefox/releases/${VERSION}esr/linux-x86_64/xpi/
+URL=https://github.com/hrydgard/ppsspp.git
for u in $URL; do
mkdir -p ppsspp && pushd ppsspp
- git clone -b v$VERSION --depth 1 --single-branch --progress --recursive https://github.com/hrydgard/ppsspp.git
+ git clone -b v$VERSION --depth 1 --single-branch --progress --recursive $URL
cd ppsspp/ffmpeg
rm -rf ios Windows* windows* macosx blackberry* gas-preprocessor symbian* wiiu
cd ..
1 year, 1 month
[ppsspp] Release 1.16.5
by sagitter
commit f681be48171b9991d3fc787fbd1cbbc13adcad14
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Tue Oct 3 18:58:44 2023 +0200
Release 1.16.5
.gitignore | 1 +
ppsspp-makesrc.sh | 24 ++++++++++++++++++++++++
ppsspp.spec | 50 +++++++++++++++++++-------------------------------
sources | 2 +-
4 files changed, 45 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b750390..0d7dd5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@
/ppsspp-ffmpeg-1.15.4.tar.gz
/ppsspp-ffmpeg-1.16.3.tar.gz
/ppsspp-ffmpeg-1.16.4.tar.gz
+/ppsspp-ffmpeg-1.16.5.tar.gz
diff --git a/ppsspp-makesrc.sh b/ppsspp-makesrc.sh
new file mode 100755
index 0000000..4dbb855
--- /dev/null
+++ b/ppsspp-makesrc.sh
@@ -0,0 +1,24 @@
+#!/bin/bash
+
+VERSION=1.16.5
+URL=https://ftp.mozilla.org/pub/firefox/releases/${VERSION}esr/linux-x86_64/xpi/
+
+for u in $URL; do
+ mkdir -p ppsspp && pushd ppsspp
+ git clone -b v$VERSION --depth 1 --single-branch --progress --recursive https://github.com/hrydgard/ppsspp.git
+ cd ppsspp/ffmpeg
+ rm -rf ios Windows* windows* macosx blackberry* gas-preprocessor symbian* wiiu
+ cd ..
+ rm -rf ios Windows* windows* macosx blackberry* symbian*
+ rm -rf dx9sdk pspautotests MoltenVK
+ cd ..
+# find ppsspp -type d \( -name "ffmpeg" \) -exec rm -rf {} ';'
+ find ppsspp/android -perm /644 -type f \( -name "*.a" \) -exec rm -f {} ';'
+ find ppsspp -type d \( -name ".git*" \) -exec rm -rf {} ';'
+ find ppsspp -type f \( -name ".gitignore" \) -exec rm -rf {} ';'
+ find ppsspp -type f \( -name "*.a" \) -exec rm -rf {} ';'
+ popd
+ tar -czvf ppsspp-ffmpeg-$VERSION.tar.gz ppsspp
+ rm -rf ppsspp
+done
+exit 0
diff --git a/ppsspp.spec b/ppsspp.spec
index 6c14b17..af53b34 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -75,42 +75,27 @@ ExcludeArch: %{power64}
Name: ppsspp
-Version: 1.16.4
+Version: 1.16.5
Release: 1%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL: https://www.ppsspp.org/
-## This commit coincides with the commit of release %%{version}.
-## We need to checkout it, then download relative submodules
-## which are not included in the source code:
-##
-# git clone -b v1.16.3 --depth 1 --single-branch --progress --recursive https://github.com/hrydgard/ppsspp.git
-# cd ppsspp/ffmpeg
-# rm -rf ios Windows* windows* macosx blackberry* gas-preprocessor symbian* wiiu
-# cd ..
-# rm -rf ios Windows* windows* macosx blackberry* symbian*
-# rm -rf dx9sdk pspautotests MoltenVK
-# cd ..
-# (if not used) find ppsspp -type d \( -name "ffmpeg" \) -exec rm -rf {} ';'
-# find ppsspp/android -perm /644 -type f \( -name "*.a" \) -exec rm -f {} ';'
-# find ppsspp -type d \( -name ".git*" \) -exec rm -rf {} ';'
-# find ppsspp -type f \( -name ".gitignore" \) -exec rm -rf {} ';'
-# find ppsspp -type f \( -name "*.a" \) -exec rm -rf {} ';'
-# tar -czvf ppsspp-ffmpeg-%%{version}.tar.gz ppsspp
-##
+# Source code archive is made by executing this Bash script
+Source0: %{name}-makesrc.sh
+
%if %{with ffmpeg}
-Source0: %{name}-ffmpeg-%{version}.tar.gz
+Source1: %{name}-ffmpeg-%{version}.tar.gz
%else
-Source0: %{name}-%{version}.tar.gz
+Source2: %{name}-%{version}.tar.gz
%endif
-Source1: %{name}.desktop
-Source2: %{name}.appdata.xml
-Source3: %{name}-qt.desktop
-Source4: %{name}-qt.appdata.xml
+Source3: %{name}.desktop
+Source4: %{name}.appdata.xml
+Source5: %{name}-qt.desktop
+Source6: %{name}-qt.appdata.xml
# See https://github.com/hrydgard/ppsspp/issues/13119
-Source5: %{name}-qt-wayland.desktop
+Source7: %{name}-qt-wayland.desktop
# Fix version
Patch0: %{name}-1.1.0-git-version.patch
@@ -197,7 +182,7 @@ PPSSPP with Qt5 frontend wrapper.
%endif
%prep
-%autosetup -n %{name} -N
+%setup -qT -b 1 -n %{name}
%patch -P 0 -p1 -b .backup
@@ -325,8 +310,8 @@ export CFLAGS="%{build_cflags} -fPIC -lEGL -lGLESv2"
mkdir -p %{buildroot}%{_bindir}
%if %{with qt}
install -pm 755 build2/PPSSPPQt %{buildroot}%{_bindir}/
-desktop-file-install -m 644 %SOURCE3 --dir=%{buildroot}%{_datadir}/applications
desktop-file-install -m 644 %SOURCE5 --dir=%{buildroot}%{_datadir}/applications
+desktop-file-install -m 644 %SOURCE7 --dir=%{buildroot}%{_datadir}/applications
%endif
install -pm 755 build/PPSSPPSDL %{buildroot}%{_bindir}/
@@ -373,7 +358,7 @@ install -pm 644 icons/icon-114.png %{buildroot}%{_datadir}/icons/%{name}/%{name}
# Install desktop file
mkdir -p %{buildroot}%{_datadir}/applications
-desktop-file-install -m 644 %SOURCE1 --dir=%{buildroot}%{_datadir}/applications
+desktop-file-install -m 644 %SOURCE3 --dir=%{buildroot}%{_datadir}/applications
# Already installed
@@ -381,9 +366,9 @@ rm -f %{buildroot}%{_datadir}/applications/PPSSPPSDL.desktop
# Install appdata file
mkdir -p %{buildroot}%{_metainfodir}
-install -pm 644 %SOURCE2 %{buildroot}%{_metainfodir}/
-%if %{with qt}
install -pm 644 %SOURCE4 %{buildroot}%{_metainfodir}/
+%if %{with qt}
+install -pm 644 %SOURCE6 %{buildroot}%{_metainfodir}/
%endif
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
@@ -436,6 +421,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
+* Tue Oct 03 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 1.16.5-1
+- Release 1.16.5
+
* Wed Sep 27 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 1.16.4-1
- Release 1.16.4
diff --git a/sources b/sources
index dc83093..6981170 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ppsspp-ffmpeg-1.16.4.tar.gz) = 3bf165ae21cb17308121044f392c8f50bdaa4b66ba3fe0351669ab5547c681c82877b840ec15e50c09aa72ed3f2f7b8108d17c275e408e283a77b458202b83e0
+SHA512 (ppsspp-ffmpeg-1.16.5.tar.gz) = eabaaa9a966a009ea2998123cfb21fe320623a44ea7dbdbe9b962cd49b787be8c4f75f4b7716f9b16ce5f587beae8305d7db774f7b1611a2040ae1a9b4df2450
1 year, 1 month
[telegram-desktop] Update to 4.10.3.
by Vasiliy Glazov
Summary of changes:
4d15c8e... Update to 4.10.3. (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 1 month
[telegram-desktop/f39] Update to 4.10.3.
by Vasiliy Glazov
commit 4d15c8e95117dcf02995dbfcda1d4a083b9ecc50
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue Oct 3 08:20:32 2023 +0300
Update to 4.10.3.
sources | 2 +-
telegram-desktop.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index d65f5f6..9b0aa06 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-4.10.2-full.tar.gz) = 82f5113291d573d64976e96b45fc5f633f38a7c0f14bcea9bfedf514667e98f08ec3c39f4889d0304c1024b8b059b2eddf3386f08be936a32fda329d376de92a
+SHA512 (tdesktop-4.10.3-full.tar.gz) = 1e7c0f32b4e17c1f1c39aa9a4f35ce2867324c4410a30fde2c2d6ca5d5fe59a84f58f93cb6b4f8c7ad04fa0adcaf5a276dd2aa7dee0ef34446e6bb95fafa49d6
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 6fc96d9..0dbf0bb 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -5,7 +5,7 @@
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
Name: telegram-desktop
-Version: 4.10.2
+Version: 4.10.3
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -164,6 +164,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_metainfodir}/*.metainfo.xml
%changelog
+* Tue Oct 03 2023 Vasiliy Glazov <vascom2(a)gmail.com> - 4.10.3-1
+- Update to 4.10.3
+
* Sun Oct 01 2023 Vasiliy Glazov <vascom2(a)gmail.com> - 4.10.2-1
- Update to 4.10.2
1 year, 1 month