[aegisub] Update aegisub to 3.3.2 using wangqr fork (as opensuse)
by Sérgio M. Basto
commit 9a7ec645d7a8aa6bc85b9a5b6280410b7c27232b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Apr 20 18:10:56 2022 +0100
Update aegisub to 3.3.2 using wangqr fork (as opensuse)
.gitignore | 1 +
Makefile.inc.in.patch | 26 ----
Restrict-the-usage-of-undocumented-wxBitmap.patch | 35 -----
aegisub-fix_build_with_make4.3.patch | 23 ---
aegisub-git-version.patch | 4 +-
aegisub-no-optimize.patch | 16 --
aegisub.spec | 25 ++-
luabins.patch | 182 ----------------------
remove-vendor-luajit-dependency.patch | 81 ----------
sources | 2 +-
10 files changed, 15 insertions(+), 380 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0025dbf..fdf66fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
aegisub-*.tar.gz
+/aegisub-3.3.2-89.42.src.rpm
diff --git a/aegisub-git-version.patch b/aegisub-git-version.patch
index 18e70e4..3c8e5fd 100644
--- a/aegisub-git-version.patch
+++ b/aegisub-git-version.patch
@@ -1,6 +1,6 @@
--- /dev/null
+++ a/build/git_version.h
@@ -0,0 +1,3 @@
-+#define BUILD_GIT_VERSION_NUMBER 7897
-+#define BUILD_GIT_VERSION_STRING "3.2.2+git20191006"
++#define BUILD_GIT_VERSION_NUMBER 7898
++#define BUILD_GIT_VERSION_STRING "3.3.2"
+#define TAGGED_RELEASE 0
diff --git a/aegisub.spec b/aegisub.spec
index 0931462..6ca8548 100644
--- a/aegisub.spec
+++ b/aegisub.spec
@@ -1,12 +1,14 @@
%global gituser Aegisub
+%global gituser wangqr
%global gitname Aegisub
%global commit 6f546951b4f004da16ce19ba638bf3eedefb9f31
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global gitdate 20191006
Name: aegisub
-Version: 3.2.2
-Release: 25.%{gitdate}.git%{shortcommit}%{?dist}
+Version: 3.3.2
+#Release: 25.%%{gitdate}.git%%{shortcommit}%%{?dist}
+Release: 1%{?dist}
Summary: Tool for creating and modifying subtitles
#src/gl/ - MIT license. See src/gl/glext.h
@@ -15,16 +17,10 @@ Summary: Tool for creating and modifying subtitles
License: BSD and MIT and MPLv1.1
URL: http://www.aegisub.org
# https://github.com/Aegisub/Aegisub
-Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{shor...
-Patch1: Makefile.inc.in.patch
-Patch2: remove-vendor-luajit-dependency.patch
-Patch3: aegisub-no-optimize.patch
-Patch4: luabins.patch
+#Source0: https://github.com/%%{gituser}/%%{gitname}/archive/%%{commit}/%%{name}-%%...
+Source0: https://github.com/%{gituser}/%{gitname}/archive/v%{version}/%{name}-%{ve...
#PATCH-FIX-OPENSUSE - davejplater(a)gmail.com - aegisub-git-version.patch - Create git_version.h which is missing in git.
Patch5: aegisub-git-version.patch
-# https://github.com/wangqr/Aegisub/commit/f4cc905c69ca69c68cb95674cefce4ab...
-Patch6: aegisub-fix_build_with_make4.3.patch
-Patch7: Restrict-the-usage-of-undocumented-wxBitmap.patch
# luajit isn't available on powerpc
# boost m4 detection is failing on i686 and armv7hl
@@ -77,18 +73,16 @@ subtitles to audio, and features many powerful tools for styling them,
including a built-in real-time video preview.
%prep
-%autosetup -p1 -n %{gitname}-%{commit}
+%autosetup -p1 -n %{gitname}-%{version}
%build
export CXXFLAGS="%{optflags} -Wno-deprecated-declarations -Wno-deprecated-copy"
./autogen.sh
%configure \
- --disable-gcc-prec \
--disable-update-checker \
--with-player-audio=PulseAudio \
- --without-oss \
- --with-wx-config=wx-config-3.0
+ --without-oss
%make_build
@@ -111,6 +105,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/aegisub.appda
%changelog
+* Wed Apr 20 2022 Sérgio Basto <sergio(a)serjux.com> - 3.3.2-1
+- Update aegisub to 3.3.2 using wangqr fork (as opensuse)
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.2.2-25.20191006.git6f54695
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index 7ea20b8..93e3d48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (aegisub-6f54695.tar.gz) = fad96a5794d78fd268bb87323e523175f179d1dc950f76be2f823c9803eb2b6e89e99d14b1c6ed3ac28b05d0509001fad329f8f3159c34b06311054d3a04ee4a
+SHA512 (aegisub-3.3.2.tar.gz) = 7ecd463382e0534cd063e3adb887d14bd797e796f0e7de4b4254cd7f5188308c3bec5b4b1055c74231046069e11034a9e97939a17d66c3d0d6f08b4f24bce4b5
2 years, 7 months
[telegram-desktop/f35] Updated to version 3.7.1.
by Vitaly Zaitsev
commit 128198b6fe47c5677f59aa2751273cf416260dbc
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Wed Apr 20 17:09:56 2022 +0200
Updated to version 3.7.1.
.gitignore | 1 +
sources | 2 +-
telegram-desktop.spec | 7 ++++---
3 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb15afc..17245b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -176,3 +176,4 @@
/tdesktop-3.6.0-full.tar.gz
/tdesktop-3.6.1-full.tar.gz
/tdesktop-3.7.0-full.tar.gz
+/tdesktop-3.7.1-full.tar.gz
diff --git a/sources b/sources
index eac816a..f6a0048 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-3.7.0-full.tar.gz) = 425e78e8950c9289b665dda468924b165ed29ec2f4cfa87bd7e8a1e4c9acf08db5949caa87e1d9f4c9e295d9b0bd4ee9caec5eaea2789517bc79fc0b96e14d88
+SHA512 (tdesktop-3.7.1-full.tar.gz) = 548af6525b92eac8c7431577d81f38b97c6bcd15f553a41c948bdac4cc431badc94e6777de0125f4ba28ff0b03d658ea177e1e34e0136c0b15a00b176499a1dd
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 6e087e5..d48275f 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -16,13 +16,11 @@
# Applying some workaround for non-x86 architectures...
%ifnarch x86_64
-%global _lto_cflags %{nil}
-%global _smp_build_ncpus 2
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
%endif
Name: telegram-desktop
-Version: 3.7.0
+Version: 3.7.1
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -211,6 +209,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.metainfo.xml
%changelog
+* Wed Apr 20 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.7.1-1
+- Updated to version 3.7.1.
+
* Mon Apr 18 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.7.0-1
- Updated to version 3.7.0.
2 years, 7 months
[VirtualBox-kmod] update changelog and helper script
by Sérgio M. Basto
commit e5e9210c384d3c2a21f43286e9f4877e50fd0d75
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Apr 20 14:35:18 2022 +0100
update changelog and helper script
VirtualBox-kmod.spec | 1 +
update_vbox.sh | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index c065d13..f892fd8 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -129,6 +129,7 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
* Wed Apr 20 2022 Sérgio Basto <sergio(a)serjux.com> - 6.1.34-1
- Update to 6.1.34
+- Enable binary kmods on el repos
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 6.1.32-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/update_vbox.sh b/update_vbox.sh
index ca28c57..89f0993 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
VERSION=6.1.34
REL=1
RAWHIDE=37
-REPOS="f36 f35 f34 el8 el7"
+REPOS="f36 f35 f34 el9 el8 el7"
if [ -z "$1" ]
then
2 years, 7 months