[lives] Rebuild for GCC 7
by Antonio
commit c201f5913cb2d06f6b5bc0eaf98bc980df223a98
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Mon Feb 13 19:22:45 2017 +0100
Rebuild for GCC 7
lives.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/lives.spec b/lives.spec
index 05553c3..71f36e7 100644
--- a/lives.spec
+++ b/lives.spec
@@ -13,7 +13,7 @@
Name: lives
Version: 2.8.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
URL: http://lives-video.com
@@ -190,6 +190,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{_datadir}/appdata/LiVES.appdata.xml
%changelog
+* Mon Feb 13 2017 Antonio Trande <sagitterATfedoraproject.org> - 2.8.4-2
+- Rebuild for GCC 7
+
* Sat Jan 14 2017 Antonio Trande <sagitterATfedoraproject.org> - 2.8.4-1
- Update to 2.8.4
7 years, 9 months
[moc] Rebuild for GCC 7
by Antonio
commit 51364c554bdb610b0a4b3e78810e5fc89349feb8
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Mon Feb 13 18:53:52 2017 +0100
Rebuild for GCC 7
moc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/moc.spec b/moc.spec
index 1c765f8..cd019b2 100644
--- a/moc.spec
+++ b/moc.spec
@@ -10,7 +10,7 @@
Name: moc
Summary: Music on Console - Console audio player for Linux/UNIX
Version: 2.6
-Release: 0.15.alpha3%{?dist}
+Release: 0.16.alpha3%{?dist}
License: GPLv2+ and GPLv3+
URL: http://moc.daper.net
@@ -86,6 +86,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/moc/decoder_plugins/*.la
%{_libdir}/%{name}/
%changelog
+* Mon Feb 13 2017 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.16.alpha3
+- Rebuild for GCC 7
+
* Wed Nov 16 2016 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.15.alpha3
- Update to alpha3
7 years, 9 months
[ffmpeg/el7] Enable AMR codecs
by Nicolas Chauvet
commit 4ea023aefa09457d9795b98b48ca376b4052ead2
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Feb 13 11:52:12 2017 +0100
Enable AMR codecs
ffmpeg.spec | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 12950c2..70ce948 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -14,7 +14,7 @@ Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 2.8.11
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
-%if 0%{?_with_amr:1}
+%if 0%{?!_without_amr:1}
License: GPLv3+
%else
License: GPLv2+
@@ -54,7 +54,7 @@ BuildRequires: libvorbis-devel
BuildRequires: libXvMC-devel
%{?!_without_vaapi:BuildRequires: libva-devel >= 0.31.0}
%endif
-%{?_with_amr:BuildRequires: opencore-amr-devel vo-amrwbenc-devel}
+%{!?_without_amr:BuildRequires: opencore-amr-devel vo-amrwbenc-devel}
%{!?_without_openal:BuildRequires: openal-soft-devel}
%{?_with_opencl:BuildRequires: opencl-headers ocl-icd-devel}
%{!?_without_opencv:BuildRequires: opencv-devel}
@@ -126,7 +126,7 @@ This package contains development files for %{name}
--arch=%{_target_cpu} \\\
--optflags="$RPM_OPT_FLAGS" \\\
--extra-ldflags="$RPM_LD_FLAGS" \\\
- %{?_with_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3} \\\
+ %{!?_without_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3} \\\
--enable-bzlib \\\
%{!?_with_crystalhd:--disable-crystalhd} \\\
%{!?_without_frei0r:--enable-frei0r} \\\
@@ -266,6 +266,7 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
%changelog
* Mon Feb 13 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2.8.11-1
- Update to 2.8.11
+- enable AMR codecs by default - rfbz#4367
* Tue Dec 06 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.8.10-1
- Updated to 2.8.10
7 years, 9 months
[ffmpeg/el7] Update to 2.8.11
by Nicolas Chauvet
commit 424687a8e1407b5f9e9db6e2ceac17c5e781b06e
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Feb 13 11:46:26 2017 +0100
Update to 2.8.11
ffmpeg.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index cb8766a..12950c2 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -12,7 +12,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 2.8.10
+Version: 2.8.11
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -264,6 +264,9 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
%changelog
+* Mon Feb 13 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2.8.11-1
+- Update to 2.8.11
+
* Tue Dec 06 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.8.10-1
- Updated to 2.8.10
- Backported some .spec cleanups from rawhide
diff --git a/sources b/sources
index 3997957..d45c97d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9289aec26808c8ea242ed8c29b2b72d7 ffmpeg-2.8.10.tar.xz
+b8c6953c65d0c9ef120a878064282c75 ffmpeg-2.8.11.tar.xz
7 years, 9 months
[qmplay2/f24] Update to 17.02.12
by Martin Gansser
Summary of changes:
d14c4db... Update to 17.02.12 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 9 months
[qmplay2/f25] Update to 17.02.12
by Martin Gansser
Summary of changes:
d14c4db... Update to 17.02.12 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 9 months
[qmplay2] Update to 17.02.12
by Martin Gansser
commit d14c4db408bb27d6e995681b25a3880fce9882c8
Author: Martin Gansser <mgansser(a)alice.de>
Date: Mon Feb 13 08:19:32 2017 +0100
Update to 17.02.12
.gitignore | 1 +
qmplay2.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 21ac33f..608eb7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/QMPlay2-src-16.11.01.tar.xz
/QMPlay2-src-16.11.20.tar.xz
/QMPlay2-src-16.12.23.tar.xz
+/QMPlay2-src-17.02.12.tar.xz
diff --git a/qmplay2.spec b/qmplay2.spec
index 1968d98..9d2833c 100644
--- a/qmplay2.spec
+++ b/qmplay2.spec
@@ -1,7 +1,7 @@
%global pname QMPlay2
Name: qmplay2
-Version: 16.12.23
+Version: 17.02.12
Release: 1%{?dist}
Summary: A Qt based media player, streamer and downloader
License: LGPLv3+
@@ -125,6 +125,9 @@ fi
%{_includedir}/%{pname}
%changelog
+* Mon Feb 13 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 17.02.12-1
+- Update to 17.02.12
+
* Tue Dec 27 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 16.12.23-1
- Update to 16.12.23
diff --git a/sources b/sources
index 85aa1ad..906b26b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-601fb6986be647dd259e390c90666c12 QMPlay2-src-16.12.23.tar.xz
+631b3332ddec18cd103771ec719213c1 QMPlay2-src-17.02.12.tar.xz
7 years, 9 months
[lpf-spotify-client] Update to 1.0.49
by Sérgio M. Basto
commit 0dca1c00991f439a7b30b1ae7fd4d160803fdfcb
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Feb 13 00:22:55 2017 +0000
Update to 1.0.49
lpf-spotify-client.spec | 5 ++++-
spotify-client.spec.in | 9 ++++++---
2 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index 1a25d3f..8bdebfe 100644
--- a/lpf-spotify-client.spec
+++ b/lpf-spotify-client.spec
@@ -11,7 +11,7 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
-Version: 1.0.48
+Version: 1.0.49
Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
@@ -76,6 +76,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Sun Feb 12 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.49-1
+- Update to 1.0.49
+
* Wed Feb 01 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.48-1
- Update to 1.0.48
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 602ec52..ac1aa08 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -11,7 +11,7 @@
Name: spotify-client
-Version: 1.0.48
+Version: 1.0.49
Release: 1%{?dist}
Summary: Spotify music player native client
@@ -23,8 +23,8 @@ Group: Applications/Multimedia
ExclusiveArch: i386 i686 x86_64
Source0: spotify-make-%{shortcommit}.tar.gz
-Source1: %{repo}/spotify-client_%{version}.103.g15edf1ec-94_amd64.deb
-Source2: %{repo}/spotify-client_%{version}.103.g15edf1ec-14_i386.deb
+Source1: %{repo}/spotify-client_%{version}.125.g72ee7853-83_amd64.deb
+Source2: %{repo}/spotify-client_%{version}.125.g72ee7853-21_i386.deb
%ifarch x86_64
%global spotify_pkg %{SOURCE1}
@@ -116,6 +116,9 @@ fi
%changelog
+* Sun Feb 12 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.49-1
+- Update to 1.0.49
+
* Wed Feb 01 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.48-1
- Update to 1.0.48
7 years, 9 months