[openshot] Update to 2.4.0
by Leigh Scott
commit 0d5f882ec329fde6b939b168a0809c30c9734222
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Sep 8 13:46:20 2017 +0100
Update to 2.4.0
.gitignore | 1 +
openshot.spec | 16 ++++++++--------
sources | 2 +-
3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6caa173..7802f2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ openshot-1.4.3.tar.gz
/openshot-qt-2.3.1.tar.gz
/openshot-qt-2.3.3.tar.gz
/openshot-qt-2.3.4.tar.gz
+/openshot-qt-2.4.0.tar.gz
diff --git a/openshot.spec b/openshot.spec
index 80a7b7f..e139f68 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -2,7 +2,7 @@
%global find_lang %{_sourcedir}/openshot-find-lang.sh %{buildroot}
Name: openshot
-Version: 2.3.4
+Version: 2.4.0
Release: 1%{?dist}
Summary: Create and edit videos and movies
@@ -66,11 +66,11 @@ Requires: %{name} = %{version}-%{release}
%build
-%{__python3} setup.py build
+%py3_build
%install
-%{__python3} setup.py install -O1 --skip-build --root=%{buildroot}
+%py3_install
# We strip bad shebangs (/usr/bin/env) instead of fixing them
# since these files are not executable anyways
@@ -98,20 +98,15 @@ convert xdg/openshot-qt.png -virtual-pixel Transparent -set option:distort:viewp
%post
-/bin/touch --no-create %{_datadir}/mime/packages &>/dev/null || :
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-update-desktop-database &> /dev/null || :
%postun
if [ $1 -eq 0 ] ; then
- /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
-update-desktop-database &> /dev/null || :
%posttrans
-/usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
@@ -132,6 +127,11 @@ update-desktop-database &> /dev/null || :
%changelog
+* Fri Sep 08 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4.0-1
+- Update to 2.4.0
+- Use python macros
+- Remove obsolete scriptlets
+
* Sun Sep 03 2017 Sérgio Basto <sergio(a)serjux.com> - 2.3.4-1
- Update to 2.3.4
diff --git a/sources b/sources
index e6677ac..30a0155 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1635e4f5b4ac10f95de55bf94a35f531 openshot-qt-2.3.4.tar.gz
+02710eb7698d0cd690b6c6e579ea8e7a openshot-qt-2.4.0.tar.gz
7 years, 2 months
[libopenshot] Update libopenshot to 0.1.8
by Leigh Scott
commit 9c0dc5a5cf5ee05f61a832616f2fe6aefde30f1b
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Sep 8 12:14:20 2017 +0100
Update libopenshot to 0.1.8
.gitignore | 1 +
libopenshot.spec | 10 +++++++---
sources | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4424880..783f715 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ libopenshot-0.0.6.tar.gz
/libopenshot-0.1.4.tar.gz
/libopenshot-0.1.6.tar.gz
/libopenshot-0.1.7.tar.gz
+/libopenshot-0.1.8.tar.gz
diff --git a/libopenshot.spec b/libopenshot.spec
index 028ac27..8257525 100644
--- a/libopenshot.spec
+++ b/libopenshot.spec
@@ -1,5 +1,5 @@
Name: libopenshot
-Version: 0.1.7
+Version: 0.1.8
Release: 1%{?dist}
Summary: Library for creating and editing videos
@@ -53,7 +53,7 @@ applications that use %{name}.
%build
export CXXFLAGS="%{optflags} -Wl,--as-needed -Wno-error"
%cmake .
-make %{?_smp_mflags}
+%make_build
%install
@@ -66,7 +66,8 @@ make %{?_smp_mflags}
%files
-%doc AUTHORS COPYING README
+%doc AUTHORS README
+%license COPYING
%{_libdir}/*.so.*
%files devel
@@ -78,6 +79,9 @@ make %{?_smp_mflags}
%changelog
+* Thu Sep 07 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.1.8-1
+- Update libopenshot to 0.1.8
+
* Sat Sep 02 2017 Sérgio Basto <sergio(a)serjux.com> - 0.1.7-1
- Update libopenshot to 0.1.7
- Fix compilation with GCC 7 by adding -Wno-error, reference
diff --git a/sources b/sources
index 3c814ac..94769b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bbd249895fa87c91a67a7e9ad652e545 libopenshot-0.1.7.tar.gz
+70930d0c973dac2ab5468175224f142b libopenshot-0.1.8.tar.gz
7 years, 2 months
[xorg-x11-drv-nvidia/f25] (3 commits) ...Update changelog
by Leigh Scott
Summary of changes:
3ed52b3... Enable modeset for DRM for F27+ only (*)
f157a9e... Ensure the correct selinux context it set (*)
560d0ad... Update changelog (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 2 months
[xorg-x11-drv-nvidia/f26] (3 commits) ...Update changelog
by Leigh Scott
Summary of changes:
3ed52b3... Enable modeset for DRM for F27+ only (*)
f157a9e... Ensure the correct selinux context it set (*)
560d0ad... Update changelog (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 2 months
[xorg-x11-drv-nvidia] Update changelog
by Leigh Scott
commit 560d0adad0777a70286ca4a3dea5098152544e61
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Sep 7 23:32:18 2017 +0100
Update changelog
xorg-x11-drv-nvidia.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index e688ef8..f7e3c37 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -635,7 +635,8 @@ fi ||:
%changelog
* Thu Aug 17 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2:384.59-5
-- Enable modeset for DRM for F27+ only
+- Enable modeset by default for F27+
+- Ensure the correct selinux context it set
* Wed Aug 16 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2:384.59-4
- Use kernel option instead to set modeset for DRM module
7 years, 2 months
[mednafen/f27] Updated to 0.9.47
by Leigh Scott
Summary of changes:
1afbe0e... Updated to 0.9.47 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 2 months