[clipgrab] Update to 3.8.13
by Martin Gansser
commit 20fddc5b5981ca3a0236f6893b172acfabee70c6
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Jul 12 14:31:26 2020 +0200
Update to 3.8.13
.gitignore | 1 +
clipgrab.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c4b9046..53104bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ clipgrab-3.5.5.tar.gz
/clipgrab-3.8.10.tar.gz
/clipgrab-3.8.11.tar.gz
/clipgrab-3.8.12.tar.gz
+/clipgrab-3.8.13.tar.gz
diff --git a/clipgrab.spec b/clipgrab.spec
index fd35e87..fde600a 100644
--- a/clipgrab.spec
+++ b/clipgrab.spec
@@ -1,5 +1,5 @@
Name: clipgrab
-Version: 3.8.12
+Version: 3.8.13
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
+* Sun Jul 12 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 3.8.13-1
+- Update to 3.8.13
+
* Wed Jun 03 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 3.8.12-1
- Update to 3.8.12
diff --git a/sources b/sources
index f5f784f..514a768 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (clipgrab-3.8.12.tar.gz) = 54d095f2be0c4702518088e5583be3b39d7d22ba7db22d7a93c64f54f10b15fdc87cfb6db29861c065abe6cb66389c7e867ab59961db4c98813da20276765a14
+SHA512 (clipgrab-3.8.13.tar.gz) = 83681cb16de4f27add5ec7f77da3e98b223a04e4383c2d754e62cde43f29212cdfc10feef9d09f1a3f1962683821f455559ced74624c4d873a676365bdc204d6
4 years, 4 months
[vdr-xineliboutput] Update to 2.2.0-1.20200702git43e9fa7
by Martin Gansser
commit 4f163c152ff738de7d6323a387a969be315476e5
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Jul 12 13:16:36 2020 +0200
Update to 2.2.0-1.20200702git43e9fa7
.gitignore | 1 +
sources | 2 +-
vdr-xineliboutput.spec | 15 +++++++++------
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 71a4ada..3d3e3c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ vdr-xineliboutput-1.1.0-20150422.tgz
/vdr-xineliboutput-2.1.0-c91fae0.tar.gz
/vdr-xineliboutput-2.1.0-021d0fc.tar.gz
/vdr-xineliboutput-2.1.0-32a5ffc.tar.gz
+/vdr-xineliboutput-2.2.0-43e9fa7.tar.gz
diff --git a/sources b/sources
index c59e061..dd749ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-xineliboutput-2.1.0-32a5ffc.tar.gz) = 7ba2b30b52bff8412413eb39f0cac68d5f83b6d0badac8a5a9c65fbe2259ed84940c2dbdcfd7ff43c2a90e4cdad08585dbcfecbb0d21f36c2e3195987e67421f
+SHA512 (vdr-xineliboutput-2.2.0-43e9fa7.tar.gz) = aeb828775f0a2287b276828163a57103cbb989f5696e5ce1e2cee5998aad7927b9dec16994a2f4f0a09dbef1064b7b8f9e53c6996199f0f8150a9ff475b529b4
diff --git a/vdr-xineliboutput.spec b/vdr-xineliboutput.spec
index aeb12fc..3d2c5dd 100644
--- a/vdr-xineliboutput.spec
+++ b/vdr-xineliboutput.spec
@@ -1,17 +1,17 @@
%global xinever %(pkg-config --modversion libxine 2>/dev/null || echo ERROR)
%global xineplugindir %(pkg-config --variable=plugindir libxine 2>/dev/null || echo ERROR)
-%global xinepluginver 2.1.0
+%global xinepluginver 2.2.0
%global pname xineliboutput
%global vdrver %(pkg-config --modversion vdr 2>/dev/null || echo ERROR)
-%global gitrev 32a5ffc
-%global gitdate 20191117
+%global gitrev 43e9fa7
+%global gitdate 20200702
# build bluray support (disabled for now)
%global have_bluray 1
%global have_wayland 1
Name: vdr-%{pname}
-Version: 2.1.0
-Release: 19.%{gitdate}git%{gitrev}%{?dist}
+Version: 2.2.0
+Release: 1.%{gitdate}git%{gitrev}%{?dist}
Summary: Plugins for watching VDR over Xine
License: GPLv2+
URL: http://sourceforge.net/projects/xineliboutput
@@ -76,7 +76,7 @@ This package contain plugin for VDR
%prep
%setup -q -n %{name}
-%patch0 -p1
+#%%patch0 -p1
./configure \
--enable-x11 \
@@ -161,6 +161,9 @@ find %{buildroot}%{xineplugindir} -name '*.so' -exec chmod +x '{}' ';'
%endif
%changelog
+* Sun Jul 12 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 2.2.0-1.20200702git43e9fa7
+- Update to 2.2.0-1.20200702git43e9fa7
+
* Sat Jul 11 2020 Leigh Scott <leigh123linux(a)gmail.com> - 2.1.0-19.20191117git32a5ffc
- Rebuilt
4 years, 4 months
[ppsspp/f32: 2/2] Merge branch 'master' into f32
by sagitter
commit bdae6d13a01100bbf343f4c0c9034e934e690f4e
Merge: cc7acb7 df6a7e3
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sat Jul 11 16:50:08 2020 +0200
Merge branch 'master' into f32
ppsspp.spec | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
---
4 years, 4 months
[ppsspp/f31] Fix f31 builds
by sagitter
Summary of changes:
df6a7e3... Fix f31 builds (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[ppsspp] Fix f31 builds
by sagitter
commit df6a7e38cd537ea628f3e7d52def0a90853a6a92
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sat Jul 11 16:47:17 2020 +0200
Fix f31 builds
ppsspp.spec | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/ppsspp.spec b/ppsspp.spec
index bf2945a..2865935 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -43,7 +43,7 @@ ExcludeArch: %{power64}
Name: ppsspp
Version: 1.10.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL: https://www.ppsspp.org/
@@ -79,8 +79,13 @@ Patch1: %{name}-1.10.0-remove_unrecognized_flag.patch
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(glesv2)
-%{?fedora:BuildRequires: pkgconfig(opengl)}
-%{?fedora:BuildRequires: pkgconfig(libpng)}
+%if 0%{?fedora} && 0%{?fedora} > 31
+BuildRequires: pkgconfig(opengl)
+%endif
+%if 0%{?fedora} && 0%{?fedora} < 32
+BuildRequires: pkgconfig(libglvnd)
+%endif
+%{?fedora:BuildRequires: pkgconfig(libpng)}
%{?el7:BuildRequires: libglvnd-devel}
%{?el7:BuildRequires: pkgconfig(libpng)}
%{?el8:BuildRequires: pkgconfig(libpng16)}
@@ -311,6 +316,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
+* Sat Jul 11 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.2-3
+- Fix Fedora 31 builds
+
* Fri Jul 10 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.2-2
- Fix EPEL7 builds
4 years, 4 months
[ffmpeg] Update to 4.3.1 release
by Leigh Scott
commit 0f8919c4c48d72d739b0769e7c1744e911315ef4
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 11 14:08:32 2020 +0100
Update to 4.3.1 release
ffmpeg.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 34b2aec..290dfe1 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -96,8 +96,8 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
-Version: 4.3
-Release: 5%{?date}%{?date:git}%{?rel}%{?dist}
+Version: 4.3.1
+Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -448,6 +448,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Sat Jul 11 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.1-1
+- Update to 4.3.1 release
+
* Wed Jul 08 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3-5
- Rebuilt
diff --git a/sources b/sources
index 67a1ab1..4d5a142 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-4.3.tar.xz) = f031eb6c4423887af323ab7d1f431234d4e30993a52db45dccf427b41eb442a3bd020dcbc13e83cbf813fad0f36c849cb651203570148387c864507aa19f313a
+SHA512 (ffmpeg-4.3.1.tar.xz) = 64e1052c45145e27726e43d4fe49c9a92058e55562d34fd3b3adf54d3506e6bd680f016b748828215e1bfc8ce19aa85b6f7e4eb05fafe21479118a4ad528a81f
4 years, 4 months
[dream] Rebuilt
by Leigh Scott
commit ee919f9124542da27d49eae185ff3fd7adc5c322
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 11 08:00:35 2020 +0100
Rebuilt
dream.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/dream.spec b/dream.spec
index bf9caaa..0685e8d 100644
--- a/dream.spec
+++ b/dream.spec
@@ -3,7 +3,7 @@
Name: dream
Version: 2.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A software radio for AM and Digital Radio Mondiale (DRM)
License: GPLv2+
URL: https://sourceforge.net/projects/drm/
@@ -54,6 +54,9 @@ desktop-file-install --add-category="Utility" \
%{_mandir}/man1/*
%changelog
+* Sat Jul 11 2020 Leigh Scott <leigh123linux(a)gmail.com> - 2.2-4
+- Rebuilt
+
* Tue Apr 14 2020 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.2-3
- Dropped unneeded qt5-devel build requires
- Fixed build with hamlib-4
4 years, 4 months