[aqualung] remove scriptlets
by Leigh Scott
commit 9d9c255ae722adc20f5ed322ea4b9818a483d49b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 7 12:24:09 2019 +0100
remove scriptlets
aqualung.spec | 7 -------
1 file changed, 7 deletions(-)
---
diff --git a/aqualung.spec b/aqualung.spec
index de33b3d..0a5c638 100644
--- a/aqualung.spec
+++ b/aqualung.spec
@@ -114,13 +114,6 @@ install -D -m 644 -p src/img/icon_48.png \
%find_lang %{name}
-%post
-update-desktop-database &> /dev/null || :
-
-%postun
-update-desktop-database &> /dev/null || :
-
-
%files -f %{name}.lang
%license COPYING
%doc AUTHORS ChangeLog README
5 years, 3 months
[xmms2-freeworld] Rebuild for new ffmpeg version
by Leigh Scott
commit 799e69907982e6a5637aee85111028e7014e5ac2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 7 08:52:44 2019 +0100
Rebuild for new ffmpeg version
xmms2-freeworld.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xmms2-freeworld.spec b/xmms2-freeworld.spec
index 9990c60..3ba97dd 100644
--- a/xmms2-freeworld.spec
+++ b/xmms2-freeworld.spec
@@ -3,7 +3,7 @@
Name: xmms2-freeworld
Summary: Plugins for XMMS2 that cannot be included in Fedora
Version: 0.8
-Release: 26%{?dist}
+Release: 27%{?dist}
License: LGPLv2+ and GPL+ and BSD
URL: http://wiki.xmms2.xmms.se/
# Fedora's xmms2 has to use a sanitized tarball, we don't.
@@ -189,6 +189,9 @@ chmod +x %{buildroot}%{_libdir}/xmms2/*
%{_libdir}/xmms2/libxmms_mp4.so
%changelog
+* Wed Aug 07 2019 Leigh Scott <leigh123linux(a)gmail.com> - 0.8-27
+- Rebuild for new ffmpeg version
+
* Mon Apr 15 2019 Xavier Bachelot <xavier(a)bachelot.org> - 0.8-26
- Drop mad sub-package, libmad is now in Fedora.
5 years, 3 months
[lightspark] Rebuild for new ffmpeg version
by Leigh Scott
commit 5c4cc6dcfc2c6b07d251fbdc3d36a609a0939484
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 7 08:51:21 2019 +0100
Rebuild for new ffmpeg version
lightspark.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/lightspark.spec b/lightspark.spec
index 00cdc2a..e1d027b 100644
--- a/lightspark.spec
+++ b/lightspark.spec
@@ -19,7 +19,7 @@
Name: lightspark
Version: 0.8.1
-Release: %{?pre:0.}4%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}.1
+Release: %{?pre:0.}4%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}.2
Summary: An alternative Flash Player implementation
License: LGPLv3+
URL: http://lightspark.github.io/
@@ -152,6 +152,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
%changelog
+* Wed Aug 07 2019 Leigh Scott <leigh123linux(a)gmail.com> - 0.8.1-4.2
+- Rebuild for new ffmpeg version
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.8.1-4.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5 years, 3 months
[wireguard/f29] Patch unit file to depend on systemd-resolved.service (#5325)
by Robert-André Mauchin
commit 7f7f54b50d0947ea5addbda216cbc464d70a811d
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Wed Aug 7 01:17:16 2019 +0200
Patch unit file to depend on systemd-resolved.service (#5325)
Signed-off-by: Robert-André Mauchin <zebob.m(a)gmail.com>
wireguard.spec | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/wireguard.spec b/wireguard.spec
index 0a5902f..427a698 100644
--- a/wireguard.spec
+++ b/wireguard.spec
@@ -1,7 +1,7 @@
Name: wireguard
Summary: Fast, modern, secure VPN tunnel
Version: 0.0.20190702
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2
URL: https://www.wireguard.com/
@@ -32,7 +32,8 @@ alike, fit for many different circumstances. It runs over UDP.
find contrib/ -type f -name ".gitignore" -exec rm "{}" \;
# Do not use /usr/bin/env
sed -i '1s@/usr/bin/env bash@/bin/bash@' contrib/examples/ncat-client-server/client-quick.sh
-
+# Make the unit file depend on systemd-resolved.service
+sed -i 's(a)network-online.target nss-lookup.target(a)network-online.target nss-lookup.target systemd-resolved.service@' src/tools/systemd/wg-quick@.service
%build
%set_build_flags
@@ -74,7 +75,10 @@ sed -i '1s@/usr/bin/env bash@/bin/bash@' contrib/examples/ncat-client-server/cli
%changelog
-* Fri Jul 05 19:32:04 CEST 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20190702-1
+* Tue Aug 06 23:01:56 CEST 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20190702-2
+- Patch unit file to depend on systemd-resolved.service (#5325)
+
+* Fri Jul 05 19:32:04 CEST 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20190702-2
- Release 0.0.20190702
* Fri May 31 20:14:05 CEST 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20190531-1
5 years, 3 months
[wireguard/f30] Patch unit file to depend on systemd-resolved.service (#5325)
by Robert-André Mauchin
commit c6609f3657a1a25aa96f410cd145752f6b928e69
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Wed Aug 7 01:17:16 2019 +0200
Patch unit file to depend on systemd-resolved.service (#5325)
Signed-off-by: Robert-André Mauchin <zebob.m(a)gmail.com>
wireguard.spec | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/wireguard.spec b/wireguard.spec
index f9eb5b2..f63178a 100644
--- a/wireguard.spec
+++ b/wireguard.spec
@@ -1,7 +1,7 @@
Name: wireguard
Summary: Fast, modern, secure VPN tunnel
Version: 0.0.20190702
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2
URL: https://www.wireguard.com/
@@ -32,7 +32,8 @@ alike, fit for many different circumstances. It runs over UDP.
find contrib/ -type f -name ".gitignore" -exec rm "{}" \;
# Do not use /usr/bin/env
sed -i '1s@/usr/bin/env bash@/bin/bash@' contrib/examples/ncat-client-server/client-quick.sh
-
+# Make the unit file depend on systemd-resolved.service
+sed -i 's(a)network-online.target nss-lookup.target(a)network-online.target nss-lookup.target systemd-resolved.service@' src/tools/systemd/wg-quick@.service
%build
%set_build_flags
@@ -74,7 +75,10 @@ sed -i '1s@/usr/bin/env bash@/bin/bash@' contrib/examples/ncat-client-server/cli
%changelog
-* Fri Jul 05 19:32:04 CEST 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20190702-1
+* Tue Aug 06 23:01:56 CEST 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20190702-2
+- Patch unit file to depend on systemd-resolved.service (#5325)
+
+* Fri Jul 05 19:32:04 CEST 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20190702-2
- Release 0.0.20190702
* Fri May 31 20:14:05 CEST 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20190531-1
5 years, 3 months
[wireguard] Patch unit file to depend on systemd-resolved.service (#5325)
by Robert-André Mauchin
commit d8054da6e3694668f4c8dfe8a0ec3ac40a739e2e
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Wed Aug 7 01:17:16 2019 +0200
Patch unit file to depend on systemd-resolved.service (#5325)
Signed-off-by: Robert-André Mauchin <zebob.m(a)gmail.com>
wireguard.spec | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/wireguard.spec b/wireguard.spec
index f9eb5b2..f63178a 100644
--- a/wireguard.spec
+++ b/wireguard.spec
@@ -1,7 +1,7 @@
Name: wireguard
Summary: Fast, modern, secure VPN tunnel
Version: 0.0.20190702
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2
URL: https://www.wireguard.com/
@@ -32,7 +32,8 @@ alike, fit for many different circumstances. It runs over UDP.
find contrib/ -type f -name ".gitignore" -exec rm "{}" \;
# Do not use /usr/bin/env
sed -i '1s@/usr/bin/env bash@/bin/bash@' contrib/examples/ncat-client-server/client-quick.sh
-
+# Make the unit file depend on systemd-resolved.service
+sed -i 's(a)network-online.target nss-lookup.target(a)network-online.target nss-lookup.target systemd-resolved.service@' src/tools/systemd/wg-quick@.service
%build
%set_build_flags
@@ -74,7 +75,10 @@ sed -i '1s@/usr/bin/env bash@/bin/bash@' contrib/examples/ncat-client-server/cli
%changelog
-* Fri Jul 05 19:32:04 CEST 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20190702-1
+* Tue Aug 06 23:01:56 CEST 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20190702-2
+- Patch unit file to depend on systemd-resolved.service (#5325)
+
+* Fri Jul 05 19:32:04 CEST 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20190702-2
- Release 0.0.20190702
* Fri May 31 20:14:05 CEST 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20190531-1
5 years, 3 months
[guvcview] Rebuild for new ffmpeg version
by Leigh Scott
commit 779ddf8054669fea6771c7a7a71b951c9bf0b21b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 7 00:03:06 2019 +0100
Rebuild for new ffmpeg version
guvcview.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/guvcview.spec b/guvcview.spec
index 27047e7..99508ed 100644
--- a/guvcview.spec
+++ b/guvcview.spec
@@ -1,6 +1,6 @@
Name: guvcview
Version: 2.0.6
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: GTK+ UVC Viewer and Capturer
# fixme: ask upstream about license, many source files claim to be
# under GPLv2+
@@ -114,6 +114,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%changelog
+* Tue Aug 06 2019 Leigh Scott <leigh123linux(a)gmail.com> - 2.0.6-3
+- Rebuild for new ffmpeg version
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5 years, 3 months
[ffmpegthumbs] Rebuild for new ffmpeg version
by Leigh Scott
commit 7962d4a8f96d645af6e695cb512d0772f7cfd54f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 6 23:49:42 2019 +0100
Rebuild for new ffmpeg version
ffmpegthumbs.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index 9bc76c2..fa7c864 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -1,6 +1,6 @@
Name: ffmpegthumbs
Version: 18.12.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: KDE ffmpegthumbnailer service
License: GPLv2+
@@ -57,6 +57,9 @@ make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
%changelog
+* Tue Aug 06 2019 Leigh Scott <leigh123linux(a)gmail.com> - 18.12.3-2
+- Rebuild for new ffmpeg version
+
* Thu Mar 14 2019 Rex Dieter <rdieter(a)fedoraproject.org> - 18.12.3-1
- 18.12.3
5 years, 3 months
[ffmpegthumbnailer] Rebuild for new ffmpeg version
by Leigh Scott
commit 74502f33f7f3e25c38eaa6ab7c2498f0de000423
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 6 23:48:42 2019 +0100
Rebuild for new ffmpeg version
ffmpegthumbnailer.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpegthumbnailer.spec b/ffmpegthumbnailer.spec
index d66a1a7..3c2fe5a 100644
--- a/ffmpegthumbnailer.spec
+++ b/ffmpegthumbnailer.spec
@@ -1,6 +1,6 @@
Name: ffmpegthumbnailer
Version: 2.2.0
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Lightweight video thumbnailer that can be used by file managers
License: GPLv2+
@@ -57,6 +57,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
+* Tue Aug 06 2019 Leigh Scott <leigh123linux(a)gmail.com> - 2.2.0-9
+- Rebuild for new ffmpeg version
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.2.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5 years, 3 months