[devedeng] Updated to new upstream release
by Andrea Musuruane
commit 30410ca473c88c5e99c64b365f3ad97706439cb8
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sat Mar 5 13:00:22 2022 +0100
Updated to new upstream release
devede_ng.py.appdata.xml | 27 ---------------------------
devedeng.spec | 14 ++++++++------
sources | 2 +-
3 files changed, 9 insertions(+), 34 deletions(-)
---
diff --git a/devedeng.spec b/devedeng.spec
index 1db76e1..196c0ec 100644
--- a/devedeng.spec
+++ b/devedeng.spec
@@ -1,12 +1,11 @@
Name: devedeng
-Version: 4.16.0
-Release: 11%{?dist}
+Version: 4.17.0
+Release: 1%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
License: GPLv3
URL: http://www.rastersoft.com/programas/devede.html
Source0: https://gitlab.com/rastersoft/devedeng/-/archive/%{version}/%{name}-%{ver...
-Source1: devede_ng.py.appdata.xml
BuildArch: noarch
@@ -76,9 +75,9 @@ rm %{buildroot}%{_datadir}/pixmaps/%{name}.svg
install -p -m 644 HISTORY.md %{buildroot}%{_pkgdocdir}
install -p -m 644 README.md %{buildroot}%{_pkgdocdir}
-# Install AppData file
-install -d %{buildroot}%{_datadir}/metainfo
-install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo
+# Fix AppData file
+mv %{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml \
+ %{buildroot}%{_datadir}/metainfo/devede_ng.py.appdata.xml
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml
%find_lang %{name}
@@ -99,6 +98,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Sat Mar 05 2022 Andrea Musuruane <musuruan(a)gmail.com> - 4.17.0-1
+- Updated to new upstream release
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 4.16.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index 35579f5..0a18ed5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (devedeng-4.16.0.tar.gz) = 207fa6184ff4b0140a6d27fb2f0dd438df2278595754047427a58219ffcb348f2c50b8d3e791a7b2d2dedaa419dfd1c64bf339321f3ebb2144f8f43c47f3909f
+SHA512 (devedeng-4.17.0.tar.gz) = 7bd0f37400d980f5470a755acfb543774641c59ae2874febfb982e6e2689b24bfdb2ca2dd7d926142911d6b0aef0af3fde0b4cc92a7cc0629a1e42042b95e6a3
2 years, 8 months
[deadbeef] Use compat-ffmpeg4 for f36+
by Leigh Scott
commit 3a6a5c70912299d758911d97ef81bd0df58484f3
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Mar 5 08:21:17 2022 +0000
Use compat-ffmpeg4 for f36+
deadbeef.spec | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/deadbeef.spec b/deadbeef.spec
index ccbd4a7..7d10bbc 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -6,7 +6,7 @@
Name: deadbeef
Version: 1.8.8
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: An audio player for GNU/Linux
Summary(ru): Музыкальный проигрыватель для GNU/Linux
@@ -25,7 +25,11 @@ ExcludeArch: armv7hl
BuildRequires: clang
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(dbus-1)
+%if 0%{?fedora} && 0%{?fedora} > 35
+BuildRequires: compat-ffmpeg4-devel
+%else
BuildRequires: ffmpeg-devel
+%endif
BuildRequires: pkgconfig(flac)
BuildRequires: faad2-devel
BuildRequires: pkgconfig(libmms)
@@ -101,6 +105,9 @@ done
%build
+%if 0%{?fedora} && 0%{?fedora} > 35
+export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig"
+%endif
./autogen.sh
%configure \
--enable-ffmpeg --docdir=%{_defaultdocdir}/%{name}-%{version} \
@@ -154,6 +161,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Sat Mar 05 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.8.8-6
+- Use compat-ffmpeg4 for f36+
+
* Fri Feb 25 2022 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.8.8-5
- Enable notifications
2 years, 8 months
[x264/f36] Rebuild for new gpac on F36
by Sérgio M. Basto
Summary of changes:
0e17589... Rebuild for new gpac on F36 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 8 months
[x264] Rebuild for new gpac on F36
by Sérgio M. Basto
commit 0e17589efd0412fbab03b0be50c386b924b8a757
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Mar 5 01:30:55 2022 +0000
Rebuild for new gpac on F36
x264.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/x264.spec b/x264.spec
index ee5b27c..1d8b5d9 100644
--- a/x264.spec
+++ b/x264.spec
@@ -33,7 +33,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 5%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 6%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -175,6 +175,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%{_libdir}/pkgconfig/%{name}.pc
%changelog
+* Sat Mar 05 2022 Sérgio Basto <sergio(a)serjux.com> - 0.163-6.20210613git5db6aa6
+- Rebuild for new gpac on F36
+
* Sat Feb 26 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.163-5.20210613git5db6aa6
- Rebuild for new gpac
2 years, 8 months
[mpv] Rebuild for new vapoursynth
by Leigh Scott
commit 558d70289238f243c8b3c8372eb936636f4dc5a8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Mar 4 11:45:15 2022 +0000
Rebuild for new vapoursynth
mpv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mpv.spec b/mpv.spec
index 4423df6..ef373de 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.34.1
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+ and LGPLv2+
Summary: Movie player playing most video formats and DVDs
@@ -179,6 +179,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_libdir}/pkgconfig/%{name}.pc
%changelog
+* Fri Mar 04 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.34.1-4
+- Rebuild for new vapoursynth
+
* Fri Feb 04 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.34.1-3
- Rebuild for new libvpx
2 years, 8 months
[zerotier-one] chore(update): 1.8.5
by Artem Polishchuk
commit 6a62c56c0a44f738f9c3077cd9bb8f358b343ea6
Author: Artem Polishchuk <ego.cordatus(a)gmail.com>
Date: Fri Mar 4 10:47:45 2022 +0300
chore(update): 1.8.5
.gitignore | 1 +
sources | 2 +-
zerotier-one.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 40707e8..667da7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/zerotier-one-1.8.2.tar.gz
/zerotier-one-1.8.3.tar.gz
/zerotier-one-1.8.4.tar.gz
+/zerotier-one-1.8.5.tar.gz
diff --git a/sources b/sources
index 7c9f910..302458f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (zerotier-one-1.8.4.tar.gz) = 7cf7762622280f28375fe40fb3f1ee67d85bfc92d0d6a45ca39f410dc7f5ac6afb2930e94fe56cae16cddb3a0edd2541dd73cfee3dceef3f5f46c8323762c18d
+SHA512 (zerotier-one-1.8.5.tar.gz) = 2ac69d50cbf6d04d3eae223ec2e5c6c48218a132623f9070a6608866c174f0be14364817d90f30280ee22bca9b173d7f6e4a78457c1f00b0ab79c394b474b9d5
diff --git a/zerotier-one.spec b/zerotier-one.spec
index ffab7e9..329c6c3 100644
--- a/zerotier-one.spec
+++ b/zerotier-one.spec
@@ -1,6 +1,6 @@
Name: zerotier-one
-Version: 1.8.4
-Release: 2%{?dist}
+Version: 1.8.5
+Release: 1%{?dist}
Summary: Smart Ethernet Switch for Earth
# Boost: README.md
@@ -110,6 +110,9 @@ install -Dpm0644 debian/%{name}.service %{buildroot}%{_unitdir}/%{name}.service
%changelog
+* Fri Mar 04 2022 Artem Polishchuk <ego.cordatus(a)gmail.com> - 1.8.5-1
+- chore(update): 1.8.5
+
* Thu Feb 10 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.8.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2 years, 8 months