[chromium-libs-media-freeworld/f24] (7 commits) ...Sync with Fedora (aeacc87)
by Miro Hrončok
Summary of changes:
6e0d3b5... 59.0.3071.109 (*)
d0bdacb... fix path (*)
4b6e8a7... fix duplication between chrome-remote-desktop and chromium (*)
5efd1e8... use pretrans scriptlet to remove symlink on /etc/opt/chrome (*)
f88e197... moar chrome-remote-desktop fixes (*)
bf56117... Merge 'fedora/master' f88e197, 59.0.3071.109-4 (*)
d9ae7f1... Sync with Fedora (aeacc87) (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 4 months
[chromium-libs-media-freeworld/f25] (7 commits) ...Sync with Fedora (aeacc87)
by Miro Hrončok
Summary of changes:
6e0d3b5... 59.0.3071.109 (*)
d0bdacb... fix path (*)
4b6e8a7... fix duplication between chrome-remote-desktop and chromium (*)
5efd1e8... use pretrans scriptlet to remove symlink on /etc/opt/chrome (*)
f88e197... moar chrome-remote-desktop fixes (*)
bf56117... Merge 'fedora/master' f88e197, 59.0.3071.109-4 (*)
d9ae7f1... Sync with Fedora (aeacc87) (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 4 months
[chromium-libs-media-freeworld/f26] (7 commits) ...Sync with Fedora (aeacc87)
by Miro Hrončok
Summary of changes:
6e0d3b5... 59.0.3071.109 (*)
d0bdacb... fix path (*)
4b6e8a7... fix duplication between chrome-remote-desktop and chromium (*)
5efd1e8... use pretrans scriptlet to remove symlink on /etc/opt/chrome (*)
f88e197... moar chrome-remote-desktop fixes (*)
bf56117... Merge 'fedora/master' f88e197, 59.0.3071.109-4 (*)
d9ae7f1... Sync with Fedora (aeacc87) (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 4 months
[mpv] Change python-docutils to python2-docutils (#4579)
by Miro Hrončok
commit 051af708c9419ab86699f9e85083c167c9f18461
Author: Miro Hrončok <miro(a)hroncok.cz>
Date: Thu Jun 29 13:54:21 2017 +0200
Change python-docutils to python2-docutils (#4579)
mpv.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mpv.spec b/mpv.spec
index ce93a61..abecb8e 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -58,7 +58,7 @@ BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xscrnsaver)
BuildRequires: pkgconfig(xv)
BuildRequires: pkgconfig(zlib)
-BuildRequires: python-docutils
+BuildRequires: python2-docutils
BuildRequires: perl(Math::BigInt)
BuildRequires: perl(Math::BigRat)
7 years, 4 months
[qtav/f25: 4/4] Merge branch 'master' into f25
by Martin Gansser
commit 1695d6d285fa0eee249db2d90a51998528187589
Merge: 604ac3f 2a96ee4
Author: martinkg <mgansser(a)online.de>
Date: Thu Jun 29 11:33:01 2017 +0200
Merge branch 'master' into f25
.gitignore | 1 +
qtav.spec | 19 +++++++++++++++----
sources | 2 +-
3 files changed, 17 insertions(+), 5 deletions(-)
---
7 years, 4 months
[qtav] Update to 1.12.0-1gitcbab79e Add BR qt5-qtsvg-devel
by Martin Gansser
commit 2a96ee49039e615109daffdf7d170dea8325f392
Author: martinkg <mgansser(a)online.de>
Date: Thu Jun 29 11:31:46 2017 +0200
Update to 1.12.0-1gitcbab79e
Add BR qt5-qtsvg-devel
.gitignore | 1 +
qtav.spec | 13 +++++++++----
sources | 2 +-
3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05225be..70d4b7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/QtAV-c5db90b.tar.gz
/QtAV-bc46ae4.tar.gz
/QtAV-cf78e27.tar.gz
+/QtAV-cbab79e.tar.gz
diff --git a/qtav.spec b/qtav.spec
index 935f85d..7b035d8 100644
--- a/qtav.spec
+++ b/qtav.spec
@@ -1,13 +1,13 @@
-# https://github.com/wang-bin/QtAV/commit/cf78e27f68fe032622a9778871199cb53...
-%global commit0 cf78e27f68fe032622a9778871199cb53d78ed35
+# https://github.com/wang-bin/QtAV/commit/cbab79e3485f064d756b912c2e690d434...
+%global commit0 cbab79e3485f064d756b912c2e690d434275de8f
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global project QtAV
%global repo %{project}
Name: qtav
-Version: 1.11.0
-Release: 5.git%{shortcommit0}%{?dist}
+Version: 1.12.0
+Release: 1.git%{shortcommit0}%{?dist}
Summary: A media playback framework based on Qt and FFmpeg
License: LGPLv2+ and GPLv3+ and BSD
Group: Development/Libraries
@@ -18,6 +18,7 @@ BuildRequires: desktop-file-utils
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel
BuildRequires: qt5-qtquickcontrols
+BuildRequires: qt5-qtsvg-devel
BuildRequires: libass-devel
BuildRequires: ffmpeg-devel
BuildRequires: openal-soft-devel
@@ -223,6 +224,10 @@ fi
%{_datadir}/icons/hicolor/*/apps/QtAV.svg
%changelog
+* Thu Jun 29 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 1.12.0-1gitcbab79e
+- Update to 1.12.0-1gitcbab79e
+- Add BR qt5-qtsvg-devel
+
* Sat Apr 29 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.11.0-5.gitcf78e27
- Rebuild for ffmpeg update
diff --git a/sources b/sources
index 2881622..563a9af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fff7f6be6c756cfe5c025af367ade4af QtAV-cf78e27.tar.gz
+fd2e490388ce1ec77a2203cbf43b4a9a QtAV-cbab79e.tar.gz
7 years, 4 months