[openshot] Update contact email in appdata
by Frank R Dana
commit b7a439bea91ed932f8b769d278f3acdc5d49270a
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Mon Sep 3 15:54:34 2018 -0400
Update contact email in appdata
openshot-qt.appdata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openshot-qt.appdata.xml b/openshot-qt.appdata.xml
index 065a299..1043e4d 100644
--- a/openshot-qt.appdata.xml
+++ b/openshot-qt.appdata.xml
@@ -36,5 +36,5 @@ Features include:
<image height="637" width="975">https://www.openshot.org/static/files/user-guide/_images/ui-example.jpg</image>
</screenshot>
</screenshots>
- <update_contact>hobbes1069(a)gmail.com</update_contact>
+ <update_contact>openshot-owner(a)rpmfusion.org</update_contact>
</component>
6 years, 6 months
[openshot] Correct version typo in changelog
by Frank R Dana
commit 4b7b728acdf7708725238764521f91a4377a3cf9
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Mon Sep 3 15:54:19 2018 -0400
Correct version typo in changelog
openshot.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openshot.spec b/openshot.spec
index f3d127e..667ccc4 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -147,7 +147,7 @@ fi
%changelog
-* Sat Sep 1 2018 FeRD (Frank Dana) <ferdnyc AT gmail com> - 2.4.2-1
+* Sat Sep 1 2018 FeRD (Frank Dana) <ferdnyc AT gmail com> - 2.4.2-2
- Updated package description
- Rebuild for updated libopenshot (with new ImageMagick)
6 years, 6 months
[rfpkg/el7] (2 commits) ...Fix source and cleanup specs
by Sérgio M. Basto
Summary of changes:
f7c4a52... Update to 1.25.6 Fix new warnings of rpkg modules are depre (*)
efa24be... Fix source and cleanup specs (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 6 months
[rfpkg/f27] (2 commits) ...Fix source and cleanup specs
by Sérgio M. Basto
Summary of changes:
f7c4a52... Update to 1.25.6 Fix new warnings of rpkg modules are depre (*)
efa24be... Fix source and cleanup specs (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 6 months
[rfpkg/f28] (2 commits) ...Fix source and cleanup specs
by Sérgio M. Basto
Summary of changes:
f7c4a52... Update to 1.25.6 Fix new warnings of rpkg modules are depre (*)
efa24be... Fix source and cleanup specs (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 6 months
[rfpkg/f29] (2 commits) ...Fix source and cleanup specs
by Sérgio M. Basto
Summary of changes:
f7c4a52... Update to 1.25.6 Fix new warnings of rpkg modules are depre (*)
efa24be... Fix source and cleanup specs (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 6 months
[rfpkg] Fix source and cleanup specs
by Sérgio M. Basto
commit efa24be3b3f0850931d621046a07ca18e5cf5f44
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Sep 3 17:54:36 2018 +0100
Fix source and cleanup specs
rfpkg.spec | 4 ----
sources | 2 +-
2 files changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/rfpkg.spec b/rfpkg.spec
index 759fa52..10f131d 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -1,6 +1,3 @@
-# sitelib for noarch packages, sitearch for others (remove the unneeded one)
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-
%define compdir %(pkg-config --variable=completionsdir bash-completion)
%if "%{compdir}" == ""
%define compdir "/etc/bash_completion.d"
@@ -71,7 +68,6 @@ mv $RPM_BUILD_ROOT%{compdir}/rfpkg.bash $RPM_BUILD_ROOT%{compdir}/rfpkg
%files
-%{!?_licensedir:%global license %doc}
%doc README
%license COPYING
%{_bindir}/rfpkg
diff --git a/sources b/sources
index b238004..b4b8241 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26d14aa3dbedda5fab2bd8f3ebb7cee4 rfpkg-1.25.6.tar.gz
+8410c807b744ce80b44da4ea2cc8d418 rfpkg-1.25.6.tar.gz
6 years, 6 months
[rfpkg] Update to 1.25.6 Fix new warnings of rpkg modules are deprecated
by Sérgio M. Basto
commit f7c4a52a7cceb2a0b663a08610e0b1016d56c6a2
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Sep 3 17:25:38 2018 +0100
Update to 1.25.6 Fix new warnings of rpkg modules are deprecated
rfpkg.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rfpkg.spec b/rfpkg.spec
index 3ae829e..759fa52 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -7,7 +7,7 @@
%endif
Name: rfpkg
-Version: 1.25.5
+Version: 1.25.6
Release: 1%{?dist}
Summary: RPM Fusion utility for working with dist-git
License: GPLv2+
@@ -86,6 +86,9 @@ mv $RPM_BUILD_ROOT%{compdir}/rfpkg.bash $RPM_BUILD_ROOT%{compdir}/rfpkg
%changelog
+* Mon Sep 03 2018 Sérgio Basto <sergio(a)serjux.com> - 1.25.6-1
+- Update to 1.25.6 Fix new warnings of rpkg modules are deprecated
+
* Tue Jul 24 2018 Sérgio Basto <sergio(a)serjux.com> - 1.25.5-1
- Update to 1.25.5 fix kojiprofiles
diff --git a/sources b/sources
index e495c22..b238004 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf2aabeacc4e20731594168a4ae0d0d7 rfpkg-1.25.5.tar.gz
+26d14aa3dbedda5fab2bd8f3ebb7cee4 rfpkg-1.25.6.tar.gz
6 years, 6 months
[mythtv] require python2
by Leigh Scott
commit 83f0ae5d6fd8755e23a56d3c8e99e948c623472d
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Sep 3 16:45:48 2018 +0100
require python2
mythtv.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 184820f..e3a6d67 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -710,7 +710,7 @@ Requires: dvdauthor >= 0.6.11
Requires: ffmpeg >= 0.4.9
Requires: mjpegtools >= 1.6.2
Requires: mkisofs >= 2.01
-Requires: python >= 2.3.5
+Requires: python2 >= 2.3.5
Requires: python-imaging
Requires: pmount
@@ -816,7 +816,7 @@ Requires: mythtv-frontend-api = %{mythfeapiver}
Requires: mythbrowser = %{version}-%{release}
Requires: python-MythTV = %{version}-%{release}
Requires: python-pycurl
-Requires: python >= 2.5
+Requires: python2 >= 2.5
Requires: python-lxml
# This is packaged in adobe's yum repo
#Requires: flash-plugin
6 years, 6 months