[libopenshot/el7] (5 commits) ...Merge branch 'el7'
by Sérgio M. Basto
Summary of changes:
2e0c6ee... Update to latest upstream release. (*)
63a66c6... Build against correct libopenshot-audio. (*)
1d575ad... Rebuilt for ffmpeg-3.5 git (*)
f0a0e1e... require libopenshot-audio 0.1.5 (*)
3818067... Merge branch 'el7'
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months
[libopenshot-audio/f26] (4 commits) ...Merge branch 'el7'
by Sérgio M. Basto
Summary of changes:
db28097... Initial import (*)
f8876b6... Fix conflicts with master. (*)
076144c... Fix conflicts with master. (*)
fa0e278... Merge branch 'el7' (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months
[libopenshot-audio: 4/4] Merge branch 'el7'
by Sérgio M. Basto
commit fa0e278698147235bcd4890aa78dc89d32d8f060
Merge: d7ad5f3 076144c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Feb 17 01:53:03 2018 +0000
Merge branch 'el7'
---
6 years, 9 months
[libopenshot-audio] (4 commits) ...Merge branch 'el7'
by Sérgio M. Basto
Summary of changes:
db28097... Initial import (*)
f8876b6... Fix conflicts with master. (*)
076144c... Fix conflicts with master. (*)
fa0e278... Merge branch 'el7'
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months
[libopenshot/f26] (6 commits) ...require libopenshot-audio 0.1.5
by Sérgio M. Basto
Summary of changes:
6950fed... Rebuild for ffmpeg update (*)
e3efea9... Adjust python for el7 (*)
2e0c6ee... Update to latest upstream release. (*)
63a66c6... Build against correct libopenshot-audio. (*)
1d575ad... Rebuilt for ffmpeg-3.5 git (*)
f0a0e1e... require libopenshot-audio 0.1.5 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months
[libopenshot/f27] (6 commits) ...require libopenshot-audio 0.1.5
by Sérgio M. Basto
Summary of changes:
6950fed... Rebuild for ffmpeg update (*)
e3efea9... Adjust python for el7 (*)
2e0c6ee... Update to latest upstream release. (*)
63a66c6... Build against correct libopenshot-audio. (*)
1d575ad... Rebuilt for ffmpeg-3.5 git (*)
f0a0e1e... require libopenshot-audio 0.1.5 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months
[libopenshot] require libopenshot-audio 0.1.5
by Sérgio M. Basto
commit f0a0e1e7bc5534f6b745a5f5e8ebe5dc3da98c23
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Feb 17 01:26:57 2018 +0000
require libopenshot-audio 0.1.5
libopenshot.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libopenshot.spec b/libopenshot.spec
index 325b4dc..a86fa2d 100644
--- a/libopenshot.spec
+++ b/libopenshot.spec
@@ -1,6 +1,6 @@
Name: libopenshot
Version: 0.1.9
-Release: 2%{?dist}.1
+Release: 3%{?dist}
Summary: Library for creating and editing videos
License: LGPLv3+
@@ -12,7 +12,7 @@ BuildRequires: cmake swig
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: ImageMagick-c++-devel
BuildRequires: ffmpeg-devel
-BuildRequires: libopenshot-audio-devel >= 0.1.4
+BuildRequires: libopenshot-audio-devel >= 0.1.5
BuildRequires: qt5-qttools-devel
BuildRequires: qt5-qtmultimedia-devel
BuildRequires: unittest-cpp-devel
@@ -80,6 +80,9 @@ export CXXFLAGS="%{optflags} -Wl,--as-needed -Wno-error"
%changelog
+* Sat Feb 17 2018 Sérgio Basto <sergio(a)serjux.com> - 0.1.9-3
+- require libopenshot-audio 0.1.5
+
* Wed Jan 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.1.9-2.1
- Rebuilt for ffmpeg-3.5 git
6 years, 9 months