[vlc-bittorrent] Update to 2.10
by Leigh Scott
commit ce38c294fdd5cc5cc644dc560caff178ee83f83e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Jun 4 08:19:50 2020 +0100
Update to 2.10
fix-one-past-end-issue.patch | 24 ------------------------
sources | 2 +-
vlc-bittorrent.spec | 8 +++++---
3 files changed, 6 insertions(+), 28 deletions(-)
---
diff --git a/sources b/sources
index 34119cb..15a6577 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-033b3b4c17841923a428cbb8e8398f2d vlc-bittorrent-2.7.tar.gz
+SHA512 (vlc-bittorrent-2.10.tar.gz) = 4c46b4a151ec948cc2eef03ef63c726e19fc5a9fefb8b6ce597e0070d9ff1309b31c0c194f6fb8e631bc1041e620b4089b2995c2f35c125b71c39a9b6abc2f79
diff --git a/vlc-bittorrent.spec b/vlc-bittorrent.spec
index 433b017..cad0ecd 100644
--- a/vlc-bittorrent.spec
+++ b/vlc-bittorrent.spec
@@ -1,12 +1,11 @@
Name: vlc-bittorrent
-Version: 2.7
-Release: 4%{?dist}
+Version: 2.10
+Release: 1%{?dist}
Summary: Bittorrent plugin for VLC
License: GPLv3+
URL: https://github.com/johang/vlc-bittorrent
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
-Patch0: %{url}/pull/37.patch#/fix-one-past-end-issue.patch
BuildRequires: gcc-c++
BuildRequires: libtool
@@ -67,6 +66,9 @@ fi || :
%changelog
+* Thu Jun 04 2020 Leigh Scott <leigh123linux(a)gmail.com> - 2.10-1
+- Update to 2.10
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 5 months
[tvheadend] Readd -Wno-error=stringop-truncation
by Leigh Scott
commit 1605decc9f77854b7ba5f2e7f82a5dc1a3a832d1
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jun 3 09:53:00 2020 +0100
Readd -Wno-error=stringop-truncation
tvheadend.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tvheadend.spec b/tvheadend.spec
index e141b4c..161b326 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -141,7 +141,7 @@ done
%build
-export CFLAGS="$RPM_OPT_FLAGS -Wno-attributes"
+export CFLAGS="$RPM_OPT_FLAGS -Wno-attributes -Wno-error=stringop-truncation"
echo "%{version}-%{release}" >rpm/version
# Note: --disable-lib* correspond to options to build bundled FFmpeg
%configure \
4 years, 5 months
[clipgrab/f31] Update to 3.8.12
by Martin Gansser
Summary of changes:
0c86aa5... Update to 3.8.12 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 5 months
[clipgrab/f32] Update to 3.8.12
by Martin Gansser
Summary of changes:
0c86aa5... Update to 3.8.12 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 5 months
[clipgrab] Update to 3.8.12
by Martin Gansser
commit 0c86aa5f1683084f9f78f35f6be4ad0588a0ed7e
Author: Martin Gansser <mgansser(a)online.de>
Date: Wed Jun 3 09:46:45 2020 +0200
Update to 3.8.12
.gitignore | 1 +
clipgrab.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 13e1001..c4b9046 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ clipgrab-3.5.5.tar.gz
/clipgrab-3.8.9.tar.gz
/clipgrab-3.8.10.tar.gz
/clipgrab-3.8.11.tar.gz
+/clipgrab-3.8.12.tar.gz
diff --git a/clipgrab.spec b/clipgrab.spec
index bada18f..fd35e87 100644
--- a/clipgrab.spec
+++ b/clipgrab.spec
@@ -1,5 +1,5 @@
Name: clipgrab
-Version: 3.8.11
+Version: 3.8.12
Release: 1%{?dist}
License: GPLv3 and Non-Commercial Use Only (Artwork and Trademark)
@@ -48,6 +48,9 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
%{_datadir}/applications/clipgrab.desktop
%changelog
+* Wed Jun 03 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 3.8.12-1
+- Update to 3.8.12
+
* Wed Mar 18 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 3.8.11-1
- Update to 3.8.11
diff --git a/sources b/sources
index 7394b27..f5f784f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (clipgrab-3.8.11.tar.gz) = 185746cc2d0fec53f873661b5020f08d1e14416b20a3a0bec00c4c0639cd681258a34c10898ac146fadc984de3c95a1c78772d2554744af5661965afd9b8dfef
+SHA512 (clipgrab-3.8.12.tar.gz) = 54d095f2be0c4702518088e5583be3b39d7d22ba7db22d7a93c64f54f10b15fdc87cfb6db29861c065abe6cb66389c7e867ab59961db4c98813da20276765a14
4 years, 5 months
[tvheadend] Fix building with -fno-common (default from GCC 10)
by Sérgio M. Basto
commit 371d9e72df4445af620413758b70796013a26aeb
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Jun 3 01:33:33 2020 +0100
Fix building with -fno-common (default from GCC 10)
1342.patch | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
tvheadend.spec | 12 +++++++-----
2 files changed, 59 insertions(+), 5 deletions(-)
---
diff --git a/1342.patch b/1342.patch
new file mode 100644
index 0000000..8d5ef76
--- /dev/null
+++ b/1342.patch
@@ -0,0 +1,52 @@
+From bd92f1389f1aacdd08e913b0383a0ca9dc223153 Mon Sep 17 00:00:00 2001
+From: James Le Cuirot <chewi(a)gentoo.org>
+Date: Fri, 15 May 2020 17:45:30 +0100
+Subject: [PATCH] Fix building with -fno-common (default from GCC 10)
+
+---
+ src/input.h | 4 ++--
+ src/input/mpegts.c | 2 ++
+ src/input/mpegts.h | 2 +-
+ 3 files changed, 5 insertions(+), 3 deletions(-)
+
+diff --git a/src/input.h b/src/input.h
+index a9c96df048..3dce355c6a 100644
+--- ./src/input.h
++++ ./src/input.h
+@@ -133,8 +133,8 @@ void tvh_hardware_delete ( tvh_hardware_t *th );
+ extern const idclass_t tvh_input_class;
+ extern const idclass_t tvh_input_instance_class;
+
+-tvh_input_list_t tvh_inputs;
+-tvh_hardware_list_t tvh_hardware;
++extern tvh_input_list_t tvh_inputs;
++extern tvh_hardware_list_t tvh_hardware;
+
+ #define TVH_INPUT_FOREACH(x) LIST_FOREACH(x, &tvh_inputs, ti_link)
+ #define TVH_HARDWARE_FOREACH(x) LIST_FOREACH(x, &tvh_hardware, th_link)
+diff --git a/src/input/mpegts.c b/src/input/mpegts.c
+index e02d491f19..fca4f34296 100644
+--- ./src/input/mpegts.c
++++ ./src/input/mpegts.c
+@@ -20,6 +20,8 @@
+ #include "mpegts/fastscan.h"
+ #include "memoryinfo.h"
+
++struct mpegts_listeners mpegts_listeners;
++
+ extern memoryinfo_t mpegts_input_queue_memoryinfo;
+ extern memoryinfo_t mpegts_input_table_memoryinfo;
+
+diff --git a/src/input/mpegts.h b/src/input/mpegts.h
+index 9dda3bacaa..9c4c57b73b 100644
+--- ./src/input/mpegts.h
++++ ./src/input/mpegts.h
+@@ -1149,7 +1149,7 @@ typedef struct mpegts_listener
+ void (*ml_mux_delete) (mpegts_mux_t *mm, void *p);
+ } mpegts_listener_t;
+
+-LIST_HEAD(,mpegts_listener) mpegts_listeners;
++extern LIST_HEAD(mpegts_listeners, mpegts_listener) mpegts_listeners;
+
+ #define mpegts_add_listener(ml)\
+ LIST_INSERT_HEAD(&mpegts_listeners, ml, ml_link)
diff --git a/tvheadend.spec b/tvheadend.spec
index 753c415..e141b4c 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -20,7 +20,7 @@
Name: tvheadend
Version: 4.2.8
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: TV streaming server and digital video recorder
License: GPLv3+
@@ -47,6 +47,8 @@ Patch6: %{name}-4.2.8-gcc9.patch
Patch7: %{name}-4.2.8-hdhomerun20190621.patch
# Fix build with GCC 10
Patch8: %{name}-4.2.8-gcc10.patch
+# Fix build with GCC 10 II
+Patch9: https://github.com/tvheadend/tvheadend/pull/1342.patch
BuildRequires: bzip2
BuildRequires: gcc
@@ -139,10 +141,7 @@ done
%build
-# * Use -Wno-attributes to fix https://github.com/FFmpeg/FFmpeg/commit/4361293
-# * Force -fcommon and -Wno-error=stringop-truncation until code fully supports
-# GCC 10
-export CFLAGS="$RPM_OPT_FLAGS -Wno-attributes -fcommon -Wno-error=stringop-truncation"
+export CFLAGS="$RPM_OPT_FLAGS -Wno-attributes"
echo "%{version}-%{release}" >rpm/version
# Note: --disable-lib* correspond to options to build bundled FFmpeg
%configure \
@@ -238,6 +237,9 @@ exit 0
%changelog
+* Wed Jun 03 2020 Sérgio Basto <sergio(a)serjux.com> - 4.2.8-10
+- Fix building with -fno-common (default from GCC 10)
+
* Sat May 30 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.2.8-9
- Rebuild for python-3.9
4 years, 5 months
[openshot] Rebuild for python-3.9
by Leigh Scott
commit f50564924b4e41f3a820eca61cb399012ae6c504
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Jun 2 19:50:58 2020 +0100
Rebuild for python-3.9
openshot.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/openshot.spec b/openshot.spec
index e7ac813..d6cdbee 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -3,7 +3,7 @@
Name: openshot
Version: 2.5.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Create and edit videos and movies
Group: Applications/Multimedia
@@ -153,6 +153,9 @@ fi
%changelog
+* Tue Jun 02 2020 Leigh Scott <leigh123linux(a)gmail.com> - 2.5.1-2
+- Rebuild for python-3.9
+
* Sat Mar 07 2020 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 2.5.1-1
- New upstream release
4 years, 5 months