[shotcut] Update to 19.08.16
by Martin Gansser
commit a87786f0a8143eebf95899cd0ec304ff0fd3b150
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon Aug 19 14:50:13 2019 +0200
Update to 19.08.16
.gitignore | 1 +
shotcut.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c993be6..095b93c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
/shotcut-19.06.04.tar.gz
/shotcut-19.06.15.tar.gz
/shotcut-19.07.15.tar.gz
+/shotcut-19.08.16.tar.gz
diff --git a/shotcut.spec b/shotcut.spec
index 093c538..3373214 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -3,8 +3,8 @@
%define _vstring %(echo %{version} |tr -d ".")
Name: shotcut
-Version: 19.07.15
-Release: 2%{dist}
+Version: 19.08.16
+Release: 1%{dist}
#Release: 0.1.beta1%%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
@@ -188,6 +188,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Mon Aug 19 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 19.08.16-1
+- Update to 19.08.16
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 19.07.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index 951f1c6..87f2a1a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24a9b4126dfe2bfca34b5906fd7b571f shotcut-19.07.15.tar.gz
+a7e93ab0c5e1f6c723bf82d8ae3bce4b shotcut-19.08.16.tar.gz
5 years, 3 months
[lpf-flash-plugin/f29] Add f31
by Leigh Scott
Summary of changes:
1b35f2f... Add f31 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[lpf-flash-plugin/f30] Add f31
by Leigh Scott
Summary of changes:
1b35f2f... Add f31 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[lpf-flash-plugin/f31] Add f31
by Leigh Scott
Summary of changes:
1b35f2f... Add f31 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[lpf-flash-plugin] Add f31
by Leigh Scott
commit 1b35f2f67dc3b8b9415143e3c89d3c5379d690a0
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Aug 19 09:51:45 2019 +0100
Add f31
check_new_version.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index 243c318..a2ada6f 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -45,9 +45,9 @@ if new_version != old_version:
print('rfpkg ci -c && git show')
print('rfpkg push && rfpkg build --nowait')
+ print('git checkout f31 && git merge master && git push && rfpkg build --nowait; git checkout master')
print('git checkout f30 && git merge master && git push && rfpkg build --nowait; git checkout master')
print('git checkout f29 && git merge master && git push && rfpkg build --nowait; git checkout master')
- #print('git checkout f28 && git merge master && git push && rfpkg build --nowait; git checkout master')
else:
print("Already updated !")
5 years, 3 months
[lpf-flash-plugin] Update to 32.0.0.238
by Leigh Scott
commit aef47b5a6d74e1891b0049ef7feb0874dba00b45
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Aug 19 09:47:22 2019 +0100
Update to 32.0.0.238
flash-plugin.spec.in | 5 ++++-
lpf-flash-plugin.spec | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/flash-plugin.spec.in b/flash-plugin.spec.in
index fabbe73..d1f96a6 100644
--- a/flash-plugin.spec.in
+++ b/flash-plugin.spec.in
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 32.0.0.223
+Version: 32.0.0.238
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -63,6 +63,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/flash-player-properti
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Mon Aug 19 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:32.0.0.238-1
+- Update to 32.0.0.238
+
* Mon Jul 15 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:32.0.0.223-1
- Update to 32.0.0.223
diff --git a/lpf-flash-plugin.spec b/lpf-flash-plugin.spec
index 5613826..d4656eb 100644
--- a/lpf-flash-plugin.spec
+++ b/lpf-flash-plugin.spec
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 32.0.0.223
+Version: 32.0.0.238
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@ fi
%changelog
+* Mon Aug 19 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:32.0.0.238-1
+- Update to 32.0.0.238
+
* Mon Jul 15 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:32.0.0.223-1
- Update to 32.0.0.223
5 years, 3 months