[shotcut] Update to 19.10.20 Add Galician and Thai translation file
by Martin Gansser
commit b039c897b42c632fedb0428f27ca77fcec9ccaf3
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Nov 7 14:01:30 2019 +0100
Update to 19.10.20
Add Galician and Thai translation file
.gitignore | 1 +
shotcut.spec | 12 +++++++++---
sources | 2 +-
3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 71b18b7..eb85da1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
/shotcut-19.07.15.tar.gz
/shotcut-19.08.16.tar.gz
/shotcut-19.09.14.tar.gz
+/shotcut-19.10.20.tar.gz
diff --git a/shotcut.spec b/shotcut.spec
index 38a3e9f..9f9a8b1 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -3,8 +3,8 @@
%define _vstring %(echo %{version} |tr -d ".")
Name: shotcut
-Version: 19.09.14
-Release: 2%{dist}
+Version: 19.10.20
+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+
@@ -87,13 +87,14 @@ Supplements: (%{name} = %{version}-%{release} and langpacks-%{1})\
%lang_subpkg da Danish
%lang_subpkg de German
%lang_subpkg el Greek
-%lang_subpkg en English
%lang_subpkg en_GB "(Great Britain)"
+%lang_subpkg en English
%lang_subpkg es Spanish
%lang_subpkg et Estonian
%lang_subpkg fi Finnish
%lang_subpkg fr French
%lang_subpkg gd "(Scottish Gaelic)"
+%lang_subpkg gl Galician
%lang_subpkg hu Hungarian
%lang_subpkg it Italian
%lang_subpkg ja Japanese
@@ -110,6 +111,7 @@ Supplements: (%{name} = %{version}-%{release} and langpacks-%{1})\
%lang_subpkg sk Slovakian
%lang_subpkg sl Slovenian
%lang_subpkg sv Swedish
+%lang_subpkg th Thai
%lang_subpkg tr Turkish
%lang_subpkg uk Ukrainian
%lang_subpkg zh_CN "Chinese (S)"
@@ -191,6 +193,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Thu Nov 07 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 19.10.20-1
+- Update to 19.10.20
+- Add Galician and Thai translation file
+
* Tue Sep 17 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 19.09.14-2
- Add missing translations for ko, nn and sv
diff --git a/sources b/sources
index 869702c..a9c03de 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ca9f6989700bc720ce5333f64399420 shotcut-19.09.14.tar.gz
+SHA512 (shotcut-19.10.20.tar.gz) = aa13540dad91428404a65b09fd212b14c0601d928ae722fda38017221c33e0ceb1b6c9ad588ff1a663657d51108c84c3598ae2480889499700da0bd04be107f7
4 years, 12 months
[motion/el8] (2 commits) ...Enable LTO.
by Vasiliy Glazov
Summary of changes:
2fbe569... Rebuild for new ffmpeg version (*)
9c803c4... Enable LTO. (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 12 months
[motion/f30] (2 commits) ...Enable LTO.
by Vasiliy Glazov
Summary of changes:
2fbe569... Rebuild for new ffmpeg version (*)
9c803c4... Enable LTO. (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 12 months
[motion/f31] Enable LTO.
by Vasiliy Glazov
Summary of changes:
9c803c4... Enable LTO. (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 12 months
[motion] Enable LTO.
by Vasiliy Glazov
commit 9c803c4e85c3062365a9fa1fa1cfa67fd5ce148f
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Thu Nov 7 15:01:39 2019 +0300
Enable LTO.
motion.spec | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/motion.spec b/motion.spec
index b4b24c4..299882c 100644
--- a/motion.spec
+++ b/motion.spec
@@ -21,9 +21,12 @@
# tar -pczf motion-3.3.0.tar.gz motion-3.3.0/
#v-
+%global optflags %{optflags} -flto=auto
+%global build_ldflags %{build_ldflags} -flto
+
Name: motion
Version: 4.2.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A motion detection system
License: GPLv2+
@@ -67,6 +70,9 @@ without MySQL and PostgreSQL support.
autoreconf -v
%build
+export AR=%{_bindir}/gcc-ar
+export RANLIB=%{_bindir}/gcc-ranlib
+export NM=%{_bindir}/gcc-nm
%configure \
--without-optimizecpu \
--with-ffmpeg \
@@ -135,6 +141,9 @@ find /var/motion -user root -group root -exec chown motion:video '{}' ';'
%{_tmpfilesdir}/%{name}.conf
%changelog
+* Thu Nov 07 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.2.2-4
+- Enable LTO
+
* Wed Aug 07 2019 Leigh Scott <leigh123linux(a)gmail.com> - 4.2.2-3
- Rebuild for new ffmpeg version
4 years, 12 months