[openshot] Reset release and update changelog date.
by Richard Shaw
commit fb7c32d3adcd254ff9e54dc9363f2cbc967a3648
Author: Richard M. Shaw <hobbes1069(a)gmail.com>
Date: Tue Oct 18 07:45:45 2016 -0500
Reset release and update changelog date.
openshot.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openshot.spec b/openshot.spec
index 7fc426c..188a338 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -4,7 +4,7 @@
Name: openshot
Version: %{major}.%{minor}.%{patch}
-Release: 5%{?dist}
+Release: 1%{?dist}
Summary: Create and edit videos and movies
Group: Applications/Multimedia
@@ -128,7 +128,7 @@ update-desktop-database &> /dev/null || :
%changelog
-* Tue Aug 30 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.1.0-1
+* Tue Oct 18 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.1.0-1
- Update to latest upstream release.
* Tue Aug 23 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.0.7-5
8 years, 2 months
[simplescreenrecorder] Update to 0.3.7.
by Vasiliy Glazov
commit d9a92153663b6d483eb29e22cd57e10b6bd6e9d4
Author: Vascom <vascom2(a)gmail.com>
Date: Tue Oct 18 10:20:33 2016 +0300
Update to 0.3.7.
.gitignore | 1 +
simplescreenrecorder.spec | 12 +++++++++---
sources | 2 +-
3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d80ffa5..fa158e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/0.3.6.tar.gz
+/0.3.7.tar.gz
diff --git a/simplescreenrecorder.spec b/simplescreenrecorder.spec
index 49cd3f0..0800eca 100644
--- a/simplescreenrecorder.spec
+++ b/simplescreenrecorder.spec
@@ -1,8 +1,8 @@
%define shortname ssr
Name: simplescreenrecorder
-Version: 0.3.6
-Release: 7%{?dist}
-Summary: SimpleScreenRecorder is a screen recorder for Linux
+Version: 0.3.7
+Release: 1%{?dist}
+Summary: Simple Screen Recorder is a screen recorder for Linux
License: GPLv3
URL: http://www.maartenbaert.be/simplescreenrecorder/
@@ -26,6 +26,7 @@ BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glu)
BuildRequires: pkgconfig(xi)
BuildRequires: qt5-linguist
+BuildRequires: libappstream-glib
Requires: hicolor-icon-theme
Obsoletes: %{name}-libs
@@ -66,6 +67,7 @@ mkdir -p %{buildroot}%{_libdir}/%{name}
%check
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
+appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml
%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -90,8 +92,12 @@ fi
%{_libdir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man1/%{shortname}-glinject.1.*
+%{_datadir}/appdata/%{name}.appdata.xml
%changelog
+* Tue Oct 18 2016 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.3.7-1
+- Update to 0.3.7
+
* Wed Oct 12 2016 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.3.6-7
- Switch to use Qt5
diff --git a/sources b/sources
index 47f886f..68fe926 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c0dcf288c0cc1b21f4cd2010c73d5ae 0.3.6.tar.gz
+629e2516ea5737efc079f99e3bc9f0ab 0.3.7.tar.gz
8 years, 2 months
[openshot] Update to latest upstream release.
by Richard Shaw
commit 620dda5f52413cc672047c816c9bbacd9e2fb29d
Author: Richard M. Shaw <hobbes1069(a)gmail.com>
Date: Mon Oct 17 21:58:30 2016 -0500
Update to latest upstream release.
.gitignore | 1 +
openshot.png | Bin 3997 -> 0 bytes
openshot.spec | 13 +++++++++++--
sources | 2 +-
4 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fcbc226..d8ba6fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
openshot-1.4.3.tar.gz
/openshot-qt-2.0.7.tar.gz
+/openshot-qt-2.1.0.tar.gz
diff --git a/openshot.spec b/openshot.spec
index 041ed50..7fc426c 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -1,5 +1,9 @@
+%global major 2
+%global minor 1
+%global patch 0
+
Name: openshot
-Version: 2.0.7
+Version: %{major}.%{minor}.%{patch}
Release: 5%{?dist}
Summary: Create and edit videos and movies
@@ -7,7 +11,7 @@ Group: Applications/Multimedia
License: GPLv3+
URL: http://www.openshotvideo.com/
-Source0: http://launchpad.net/openshot/2.0/%{version}/+download/openshot-qt-%{vers...
+Source0: http://launchpad.net/openshot/%{major}.%{minor}/%{version}/+download/open...
BuildArch: noarch
@@ -23,7 +27,9 @@ Requires: python3-qt5
Requires: python3-qt5-webkit
Requires: python3-httplib2
Requires: python3-libopenshot
+Requires: python3-zmq
Requires: ffmpeg-libs
+Requires: openshot-lang
%description
@@ -122,6 +128,9 @@ update-desktop-database &> /dev/null || :
%changelog
+* Tue Aug 30 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.1.0-1
+- Update to latest upstream release.
+
* Tue Aug 23 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.0.7-5
- Install locale files.
diff --git a/sources b/sources
index 0271e24..c76f686 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-59e6573c0b16e942f38481e0a51ea71e openshot-qt-2.0.7.tar.gz
+b4641ecebc02b1ad1047e3bfb3213774 openshot-qt-2.1.0.tar.gz
8 years, 2 months
[libopenshot] Update to latest upstream release.
by Richard Shaw
commit e42df8f6d4ecfcca7bcf9831db746607c0130571
Author: Richard M. Shaw <hobbes1069(a)gmail.com>
Date: Mon Oct 17 18:16:02 2016 -0500
Update to latest upstream release.
.gitignore | 1 +
libopenshot.spec | 8 ++++++--
sources | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bddc8fb..3800cbc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
libopenshot-0.0.6.tar.gz
/libopenshot-0.1.1.tar.gz
+/libopenshot-0.1.2.tar.gz
diff --git a/libopenshot.spec b/libopenshot.spec
index 41832db..d3eefa8 100644
--- a/libopenshot.spec
+++ b/libopenshot.spec
@@ -1,6 +1,6 @@
Name: libopenshot
-Version: 0.1.1
-Release: 3%{?dist}
+Version: 0.1.2
+Release: 1%{?dist}
Summary: Library for creating and editing videos
License: LGPLv3+
@@ -15,6 +15,7 @@ BuildRequires: libopenshot-audio-devel >= 0.1.1
BuildRequires: qt5-qttools-devel
BuildRequires: qt5-qtmultimedia-devel
BuildRequires: unittest-cpp-devel
+BuildRequires: zeromq-devel cppzmq-devel
%description
@@ -77,6 +78,9 @@ make %{?_smp_mflags}
%changelog
+* Mon Oct 17 2016 Richard Shaw <hobbes1069(a)gmail.com> - 0.1.2-1
+- Update to latest upstream release.
+
* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.1.1-3
- Rebuilt for ffmpeg-3.1.1
diff --git a/sources b/sources
index ba07054..a6d267f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5f6a241dc64ffa3d8316babdb19fab3e libopenshot-0.1.1.tar.gz
+1491f454af8ef23b6c2f7f3e4ce39291 libopenshot-0.1.2.tar.gz
8 years, 2 months