[ppsspp] Release 1.10.3
by sagitter
commit b76901b5eabc14357b056388a2ae5c3891a04842
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Mon Jul 13 19:51:27 2020 +0200
Release 1.10.3
.gitignore | 1 +
ppsspp.appdata.xml | 2 +-
ppsspp.spec | 11 +++++++----
sources | 2 +-
4 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9791246..fa9389c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/ppsspp-1.9.4.tar.gz
/ppsspp-1.10.0.tar.gz
/ppsspp-1.10.2.tar.gz
+/ppsspp-1.10.3.tar.gz
diff --git a/ppsspp.appdata.xml b/ppsspp.appdata.xml
index 3169499..55e1fcc 100644
--- a/ppsspp.appdata.xml
+++ b/ppsspp.appdata.xml
@@ -16,7 +16,7 @@
</p>
</description>
<releases>
- <release version="1.10.2" date="2020-07-07">
+ <release version="1.10.3" date="2020-07-12">
<description>
<p>This is the current stable release</p>
</description>
diff --git a/ppsspp.spec b/ppsspp.spec
index 2865935..b046771 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -8,9 +8,9 @@ ExcludeArch: %{power64}
# -Wl,--as-needed breaks linking on fedora 30+
%undefine _ld_as_needed
-%global commit 9ec2c2baff0894d2b998254d52389d253d1dd386
+%global commit 087de849bdc74205dd00d8e6e11ba17a591213ab
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global date 20200707
+%global date 20200712
%bcond_with debug
@@ -42,8 +42,8 @@ ExcludeArch: %{power64}
Name: ppsspp
-Version: 1.10.2
-Release: 3%{?dist}
+Version: 1.10.3
+Release: 1%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL: https://www.ppsspp.org/
@@ -316,6 +316,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
+* Mon Jul 13 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.3-1
+- Release 1.10.3
+
* Sat Jul 11 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.2-3
- Fix Fedora 31 builds
diff --git a/sources b/sources
index d5d021e..a216734 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ppsspp-1.10.2.tar.gz) = 033a7f3263afe8c07acb34c8d87a0d40321085720a209bd27c2e9ab1289351293fcd58b515d57cb1b57db06e450dfd299aa1fb459ab9426b76c8ada858e16acb
+SHA512 (ppsspp-1.10.3.tar.gz) = 2e806f4b1dbff0bc5cb99ccb9f2d895f3252217011d7c78e7598478eb246481378ce4a6f2ca577f8a0d7298eecae417d063872c5be0256ebb07cb87b5faa8127
4 years, 4 months
[kodi-pvr-argustv] Update to 6.0.1
by Leigh Scott
commit e749ddb4df1feb551b6f2349366fea7e31927109
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jul 13 16:30:06 2020 +0100
Update to 6.0.1
.gitignore | 1 +
kodi-pvr-argustv.spec | 13 ++++++++-----
sources | 2 +-
3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 60ae596..c1b97ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/pvr.argustv-3556049.tar.gz
/pvr.argustv-c57a5c4.tar.gz
/pvr.argustv-3.5.4.tar.gz
+/pvr.argustv-6.0.1.tar.gz
diff --git a/kodi-pvr-argustv.spec b/kodi-pvr-argustv.spec
index 2850edc..9fb74da 100644
--- a/kodi-pvr-argustv.spec
+++ b/kodi-pvr-argustv.spec
@@ -1,20 +1,20 @@
%global kodi_addon pvr.argustv
%global kodi_version 18.0
-%global kodi_codename Leia
+%global kodi_codename Matrix
Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 3.5.4
-Release: 2%{?dist}
+Version: 6.0.1
+Release: 1%{?dist}
Summary: ArgusTV PVR for Kodi
License: GPLv2+
URL: https://github.com/kodi-pvr/%{kodi_addon}/
Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
-BuildRequires: cmake
+BuildRequires: cmake3
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: kodi-platform-devel >= %{kodi_version}
@@ -34,7 +34,7 @@ ExcludeArch: %{power64} ppc64le
%build
# https://gitlab.kitware.com/cmake/cmake/issues/17555#note_355574
export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
-%cmake .
+%cmake3
%make_build
@@ -50,6 +50,9 @@ export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
%changelog
+* Mon Jul 13 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:6.0.1-1
+- Update to 6.0.1
+
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:3.5.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/sources b/sources
index a136ffc..460e1d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pvr.argustv-3.5.4.tar.gz) = 37ae3fa9d3e0f49ce87429de56f16e875bcbb289f94e019822c9e8661f54cd62d11d6cebe195f29871d7c24241d859e88fde988fc6ed6dd2a3f64cd7e8efe1d3
+SHA512 (pvr.argustv-6.0.1.tar.gz) = 103f17c503c0ef9c0e40c9ad2602bff314bce0b7f7e4dbc1f7eb66082ef5dbf0f55878be012ce4728644ba30a473d6f292c7bdeb3bf72b41928a4c7e528f83e5
4 years, 4 months
[kodi-pvr-filmon] Update to 5.1.0
by Leigh Scott
commit c5e474a434ad3ef33487959beae3149e8b64a494
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jul 13 16:24:40 2020 +0100
Update to 5.1.0
.gitignore | 1 +
kodi-pvr-filmon.spec | 13 ++++++++-----
sources | 2 +-
3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 67186d1..1bca356 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/pvr.filmon-c7243fb.tar.gz
/pvr.filmon-93ae10d.tar.gz
/pvr.filmon-2.4.4.tar.gz
+/pvr.filmon-5.1.0.tar.gz
diff --git a/kodi-pvr-filmon.spec b/kodi-pvr-filmon.spec
index 56577cf..34a67dd 100644
--- a/kodi-pvr-filmon.spec
+++ b/kodi-pvr-filmon.spec
@@ -1,20 +1,20 @@
%global kodi_addon pvr.filmon
%global kodi_version 18.0
-%global kodi_codename Leia
+%global kodi_codename Matrix
Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 2.4.4
-Release: 2%{?dist}
+Version: 5.1.0
+Release: 1%{?dist}
Summary: FilmOn PVR for Kodi
License: GPLv2+
URL: https://github.com/kodi-pvr/%{kodi_addon}/
Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
-BuildRequires: cmake
+BuildRequires: cmake3
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: kodi-platform-devel >= %{kodi_version}
@@ -34,7 +34,7 @@ ExcludeArch: %{power64} ppc64le
%build
# https://gitlab.kitware.com/cmake/cmake/issues/17555#note_355574
export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
-%cmake .
+%cmake3
%make_build
@@ -49,6 +49,9 @@ export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
%changelog
+* Mon Jul 13 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:5.1.0-1
+- Update to 5.1.0
+
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:2.4.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/sources b/sources
index e563e5e..0fee6d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pvr.filmon-2.4.4.tar.gz) = f6d7c90842ca59ebb3b254860b47d7c1b7e6e5bd70f06744341eaf30a4bc2847027818a2bb097e56398354315753cfea7878cf2b82c3fc69b0aeed106b8d8e80
+SHA512 (pvr.filmon-5.1.0.tar.gz) = 02ba24e23c44ae3000c4f41e90169ea1455678927c6de1fda1927c705bbb236ed06bd5ecd0da59f547f02afe7b695306f7282cdc5014816fd9e0f1922243b2fd
4 years, 4 months
[kodi-pvr-pctv] Update to 5.0.0
by Leigh Scott
commit 320f6111927c697a276ff69b6b1113f17c1c4dcf
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jul 13 16:18:45 2020 +0100
Update to 5.0.0
.gitignore | 1 +
kodi-pvr-pctv.spec | 13 ++++++++-----
sources | 2 +-
3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb6e55d..83f5934 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/pvr.pctv-5b47d9f.tar.gz
/pvr.pctv-9d95bab.tar.gz
/pvr.pctv-2.4.5.tar.gz
+/pvr.pctv-5.0.0.tar.gz
diff --git a/kodi-pvr-pctv.spec b/kodi-pvr-pctv.spec
index ce61ea7..0993940 100644
--- a/kodi-pvr-pctv.spec
+++ b/kodi-pvr-pctv.spec
@@ -1,17 +1,17 @@
%global kodi_addon pvr.pctv
%global kodi_version 18.0
-%global kodi_codename Leia
+%global kodi_codename Matrix
Name: kodi-%(tr "." "-" <<<%{kodi_addon})
-Version: 2.4.5
-Release: 2%{?dist}
+Version: 5.0.0
+Release: 1%{?dist}
Summary: PCTV PVR for Kodi
License: GPLv2+
URL: https://github.com/kodi-pvr/%{kodi_addon}/
Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
-BuildRequires: cmake
+BuildRequires: cmake3
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: kodi-platform-devel >= %{kodi_version}
@@ -31,7 +31,7 @@ ExcludeArch: %{power64} ppc64le
%build
# https://gitlab.kitware.com/cmake/cmake/issues/17555#note_355574
export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
-%cmake .
+%cmake3
%make_build
@@ -46,6 +46,9 @@ export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
%changelog
+* Mon Jul 13 2020 Leigh Scott <leigh123linux(a)gmail.com> - 5.0.0-1
+- Update to 5.0.0
+
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.4.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/sources b/sources
index ed8a21c..e160914 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pvr.pctv-2.4.5.tar.gz) = 288446a04b9dca623ab12759500123d3bc548b131a3cf6757431e99571611834408da2918085d52c29380e5d5f856a6c4dede7a9793ac427123291346a28ed62
+SHA512 (pvr.pctv-5.0.0.tar.gz) = 88addbfea0d39384ccb8818e88984e8eb55f9214f350285a6fa42de18045611c0cf98937e252fcd787b473fddcee0f2b3760262d901fc4b158aa4b416332b795
4 years, 4 months
[kodi-pvr-stalker] Update to 6.0.0
by Leigh Scott
commit 1dd59283a941c03a57a6cc3b565ec12f816878ab
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jul 13 16:10:21 2020 +0100
Update to 6.0.0
.gitignore | 1 +
kodi-pvr-stalker.spec | 15 +++++++++------
sources | 2 +-
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e90656..b3ddb44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/pvr.stalker-77eec69.tar.gz
/pvr.stalker-2eb66d1.tar.gz
/pvr.stalker-3.4.10.tar.gz
+/pvr.stalker-6.0.0.tar.gz
diff --git a/kodi-pvr-stalker.spec b/kodi-pvr-stalker.spec
index a1f4a69..3e5ac5f 100644
--- a/kodi-pvr-stalker.spec
+++ b/kodi-pvr-stalker.spec
@@ -1,17 +1,17 @@
%global kodi_addon pvr.stalker
%global kodi_version 18.0
-%global kodi_codename Leia
+%global kodi_codename Matrix
Name: kodi-%(tr "." "-" <<<%{kodi_addon})
-Version: 3.4.10
-Release: 2%{?dist}
+Version: 6.0.0
+Release: 1%{?dist}
Summary: Stalker PVR for Kodi
License: GPLv2+
URL: https://github.com/kodi-pvr/%{kodi_addon}/
Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
-BuildRequires: cmake
+BuildRequires: cmake3
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
@@ -38,7 +38,7 @@ ExcludeArch: %{power64} ppc64le
%build
# https://gitlab.kitware.com/cmake/cmake/issues/17555#note_355574
export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
-%cmake .
+%cmake3
%make_build
@@ -48,12 +48,15 @@ export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
%files
%doc README.md %{kodi_addon}/changelog.txt
-%license LICENSE
+%license LICENSE.md
%{_libdir}/kodi/addons/%{kodi_addon}/
%{_datadir}/kodi/addons/%{kodi_addon}/
%changelog
+* Mon Jul 13 2020 Leigh Scott <leigh123linux(a)gmail.com> - 6.0.0-1
+- Update to 6.0.0
+
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.4.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/sources b/sources
index 3060707..014dfa7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pvr.stalker-3.4.10.tar.gz) = fa7912899dd1bbefdbbc31ad936b863ae9ddf33aee0ea2cd4f1708be8424d9d7893a45f2f7a3fe6714f3a59890bdb9b3984a802fddfe43cff746303ee1121d0a
+SHA512 (pvr.stalker-6.0.0.tar.gz) = 99b9c2a2876023efe510a9970e0520804180e138d63ed1a13fb94e86b346d09c252c8edf12f3c3a7d2610d80d25cc74e938b35ecd925846f6adf648430b0938e
4 years, 4 months
[shotcut/f31] (3 commits) ...Update to 20.07.11
by Martin Gansser
Summary of changes:
6f1cbe0... Update to 20.06.28 (*)
1127a35... Revert "Update to 20.06.28" (*)
211c08f... Update to 20.07.11 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[shotcut/f32] (3 commits) ...Update to 20.07.11
by Martin Gansser
Summary of changes:
6f1cbe0... Update to 20.06.28 (*)
1127a35... Revert "Update to 20.06.28" (*)
211c08f... Update to 20.07.11 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[shotcut] Update to 20.07.11
by Martin Gansser
commit 211c08ff993831b8352d4c0091f09d06ad200dc3
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Jul 12 14:56:12 2020 +0200
Update to 20.07.11
.gitignore | 1 +
shotcut.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8f5914d..1437cba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@
/shotcut-20.02.17.tar.gz
/shotcut-20.04.12.tar.gz
/shotcut-20.06.28.tar.gz
+/shotcut-20.07.11.tar.gz
diff --git a/shotcut.spec b/shotcut.spec
index 0c5e05b..41f74c3 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -3,7 +3,7 @@
%define _vstring %(echo %{version} |tr -d ".")
Name: shotcut
-Version: 20.06.28
+Version: 20.07.11
Release: 1%{dist}
#Release: 0.1.beta1%%{dist}
Summary: A free, open source, cross-platform video editor
@@ -184,6 +184,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Sun Jul 12 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 20.07.11-1
+- Update to 20.07.11
+
* Mon Jun 29 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 20.06.28-1
- Update to 20.06.28
diff --git a/sources b/sources
index 2825c88..232863e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (shotcut-20.06.28.tar.gz) = cd9b96ca467c669138902a94975a5f23baa266b1eb92de0b0446e6f6616a9927aac430c6bd41c4f00de4e5b6d99bfbdf074d339f98ef219a38e3572d8670d78b
+SHA512 (shotcut-20.07.11.tar.gz) = 8590855f252dbf1a1e4aed078da93ea730e4dec2c67420f57babf59e37a8f4d76c808a14872ae68fa400e5057e9be9d42c567c4f0db3e869eefd5115b814d30b
4 years, 4 months
[clipgrab/f31] Update to 3.8.13
by Martin Gansser
Summary of changes:
20fddc5... Update to 3.8.13 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[clipgrab/f32] Update to 3.8.13
by Martin Gansser
Summary of changes:
20fddc5... Update to 3.8.13 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months