[pithos/f27] Bump version to 1.4.1
by Patrick Griffis
commit b4121119194123e89c67bf17905d15eba744c4f0
Author: Patrick Griffis <tingping(a)tingping.se>
Date: Sun Nov 26 15:57:32 2017 -0500
Bump version to 1.4.1
.gitignore | 1 +
pithos.spec | 12 +++++++++---
sources | 2 +-
3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87cd713..048510b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ pithos-1.1.2.tar.gz
/pithos-1.3.0.tar.xz
/pithos-1.3.1.tar.xz
/pithos-1.4.0.tar.xz
+/pithos-1.4.1.tar.xz
diff --git a/pithos.spec b/pithos.spec
index 0782dfb..126e698 100644
--- a/pithos.spec
+++ b/pithos.spec
@@ -3,7 +3,7 @@
%global appid io.github.Pithos
Name: pithos
-Version: 1.4.0
+Version: 1.4.1
Release: 1%{?dist}
Summary: A Pandora client for the GNOME Desktop
@@ -23,8 +23,10 @@ Requires: python3-gobject python3-cairo
Requires: hicolor-icon-theme
# HTTP support
Requires: gstreamer1-plugins-good
-# Bad provides aacplus and Ugly provides mp3 or ffmpeg provides both
-Requires: ((gstreamer1-plugins-ugly and gstreamer1-plugins-bad-freeworld) or gstreamer1-libav)
+# MP3
+Requires: gstreamer1-plugin-mpg123
+# AACPlus (faad)
+Requires: gstreamer1-plugins-bad-freeworld
# Last.fm plugin
Recommends: python3-pylast
# Keybinder plugin on DEs other than Gnome/Mate
@@ -74,6 +76,7 @@ fi
%{_datadir}/%{name}/
%{_datadir}/applications/%{appid}.desktop
%{_datadir}/appdata/%{appid}.appdata.xml
+%{_datadir}/dbus-1/services/%{appid}.service
%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
%{_datadir}/icons/hicolor/*/apps/%{appid}*.png
%{_datadir}/icons/hicolor/scalable/apps/%{appid}*.svg
@@ -81,6 +84,9 @@ fi
%{_mandir}/man1/%{name}.1.gz
%changelog
+* Sun Nov 26 2017 Patrick Griffis <tingping(a)tingping.se> - 1.4.1-1
+- Bump version to 1.4.1
+
* Sun Oct 15 2017 Patrick Griffis <tingping(a)tingping.se> - 1.4.0-1
- Bump version to 1.4.0
diff --git a/sources b/sources
index 46f0380..9a49333 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2324a9ed104682fb2417f662a82cc8bb pithos-1.4.0.tar.xz
+b02dd69d8ce81ea4516d39d50872842f pithos-1.4.1.tar.xz
6 years, 12 months
[qt5-qtwebengine-freeworld] Update to 5.9.3
by Kevin Kofler
commit 5db6c53471b6394d38b2ad6ba9f9471452bca8c1
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Sun Nov 26 22:05:59 2017 +0100
Update to 5.9.3
* Sun Nov 26 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.9.3-1
- Update to 5.9.3
.gitignore | 1 +
qt5-qtwebengine-freeworld.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 44dadbf..a391150 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/qtwebengine-opensource-src-5.9.1.tar.xz
/qtwebengine-opensource-src-5.6.3-ee719ad313e564d4e6f06d74b313ae179169466f.tar.xz
/qtwebengine-opensource-src-5.9.2.tar.xz
+/qtwebengine-opensource-src-5.9.3.tar.xz
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index 51dcbf4..9d38ab9 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -43,7 +43,7 @@
Summary: Qt5 - QtWebEngine components (freeworld version)
Name: qt5-qtwebengine-freeworld
-Version: 5.9.2
+Version: 5.9.3
Release: 1%{?dist}
%global major_minor %(echo %{version} | cut -d. -f-2)
@@ -194,9 +194,9 @@ BuildRequires: pkgconfig(vpx) >= 1.6.0
# Of course, Chromium itself is bundled. It cannot be unbundled because it is
# not a library, but forked (modified) application code.
-# Some security fixes (up to version 59.0.3071.104) are backported, see:
+# Some security fixes (up to version 62.0.3202.89) are backported, see:
# http://code.qt.io/cgit/qt/qtwebengine-chromium.git/log/?h=56-based
-# see dist/changes-5.9.1 for the version numbers (base, security fixes) and for
+# see dist/changes-5.9.3 for the version numbers (base, security fixes) and for
# a list of CVEs fixed by the added security backports
Provides: bundled(chromium) = 56.0.2924.122
@@ -400,6 +400,9 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Sun Nov 26 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.9.3-1
+- Update to 5.9.3
+
* Sat Oct 14 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.9.2-1
- Update to 5.9.2
- Add BuildRequires: qt5-qtquickcontrols2-devel for the examples
diff --git a/sources b/sources
index 2cccd0b..1eac887 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-366bb699788c79c92787b38c60cbf5db qtwebengine-opensource-src-5.9.2.tar.xz
+3d9a205f94117d1fcd61544b02d32d99 qtwebengine-opensource-src-5.9.3.tar.xz
6 years, 12 months
[pithos] Bump version to 1.4.1
by Patrick Griffis
commit 3a51179a3b3fdb8bf776fcb4b55334796e59a77e
Author: Patrick Griffis <tingping(a)tingping.se>
Date: Sun Nov 26 15:57:32 2017 -0500
Bump version to 1.4.1
.gitignore | 1 +
pithos.spec | 12 +++++++++---
sources | 2 +-
3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87cd713..048510b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ pithos-1.1.2.tar.gz
/pithos-1.3.0.tar.xz
/pithos-1.3.1.tar.xz
/pithos-1.4.0.tar.xz
+/pithos-1.4.1.tar.xz
diff --git a/pithos.spec b/pithos.spec
index 0782dfb..126e698 100644
--- a/pithos.spec
+++ b/pithos.spec
@@ -3,7 +3,7 @@
%global appid io.github.Pithos
Name: pithos
-Version: 1.4.0
+Version: 1.4.1
Release: 1%{?dist}
Summary: A Pandora client for the GNOME Desktop
@@ -23,8 +23,10 @@ Requires: python3-gobject python3-cairo
Requires: hicolor-icon-theme
# HTTP support
Requires: gstreamer1-plugins-good
-# Bad provides aacplus and Ugly provides mp3 or ffmpeg provides both
-Requires: ((gstreamer1-plugins-ugly and gstreamer1-plugins-bad-freeworld) or gstreamer1-libav)
+# MP3
+Requires: gstreamer1-plugin-mpg123
+# AACPlus (faad)
+Requires: gstreamer1-plugins-bad-freeworld
# Last.fm plugin
Recommends: python3-pylast
# Keybinder plugin on DEs other than Gnome/Mate
@@ -74,6 +76,7 @@ fi
%{_datadir}/%{name}/
%{_datadir}/applications/%{appid}.desktop
%{_datadir}/appdata/%{appid}.appdata.xml
+%{_datadir}/dbus-1/services/%{appid}.service
%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
%{_datadir}/icons/hicolor/*/apps/%{appid}*.png
%{_datadir}/icons/hicolor/scalable/apps/%{appid}*.svg
@@ -81,6 +84,9 @@ fi
%{_mandir}/man1/%{name}.1.gz
%changelog
+* Sun Nov 26 2017 Patrick Griffis <tingping(a)tingping.se> - 1.4.1-1
+- Bump version to 1.4.1
+
* Sun Oct 15 2017 Patrick Griffis <tingping(a)tingping.se> - 1.4.0-1
- Bump version to 1.4.0
diff --git a/sources b/sources
index 46f0380..9a49333 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2324a9ed104682fb2417f662a82cc8bb pithos-1.4.0.tar.xz
+b02dd69d8ce81ea4516d39d50872842f pithos-1.4.1.tar.xz
6 years, 12 months
[dvdstyler/f27] (2 commits) ...Update to 3.0.4
by Sérgio M. Basto
Summary of changes:
963af60... Rebuild for ffmpeg update (*)
14ed60a... Update to 3.0.4 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 12 months
[vlc] Rebuilt for live555
by Nicolas Chauvet
commit 383e50072fedb9ab4ee9f1ed26af757869a9add9
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Nov 26 19:44:18 2017 +0100
Rebuilt for live555
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 7711943..3b74b0c 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -39,7 +39,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.0
-Release: 0.40%{?vlc_date:.git%{vlc_date}}%{?dist}
+Release: 0.41%{?vlc_date:.git%{vlc_date}}%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -554,6 +554,9 @@ fi || :
%changelog
+* Sun Nov 26 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.41.git20171122
+- Rebuilt for live555
+
* Wed Nov 22 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.40.git20171122
- Update to 20171122 snapshot
6 years, 12 months
[dvdstyler] Update to 3.0.4
by Sérgio M. Basto
commit 14ed60ae2e374bab49f5741d87c79108008bbe94
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Nov 26 18:40:10 2017 +0000
Update to 3.0.4
.gitignore | 1 +
dvdstyler.spec | 18 +++++++++++++-----
sources | 2 +-
3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e90589..a53a3de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ DVDStyler-2.9.6.tar.bz2
/DVDStyler-3.0.2b2.tar.bz2
/DVDStyler-3.0.2.tar.bz2
/DVDStyler-3.0.3.tar.bz2
+/DVDStyler-3.0.4.tar.bz2
diff --git a/dvdstyler.spec b/dvdstyler.spec
index 47ce597..89f3e1f 100644
--- a/dvdstyler.spec
+++ b/dvdstyler.spec
@@ -1,10 +1,11 @@
#global prerel_real .beta3
#global prerel b2
+%global wxsvg_ver 1.5.12
Name: dvdstyler
Epoch: 1
-Version: 3.0.3
-Release: 6%{?dist}
+Version: 3.0.4
+Release: 1%{?dist}
Summary: Cross-platform DVD authoring application
Group: Applications/Multimedia
@@ -17,9 +18,9 @@ BuildRequires: automake autoconf
BuildRequires: gettext
BuildRequires: byacc
# libraries
-BuildRequires: compat-wxGTK3-gtk2-devel >= 2.8.7
+BuildRequires: compat-wxGTK3-gtk2-devel >= 3.0
# wxsvg version with wxGTK3
-BuildRequires: wxsvg-devel >= 1.5.12
+BuildRequires: wxsvg-devel >= %{wxsvg_ver}
BuildRequires: ffmpeg-devel
BuildRequires: ffmpeg
#BuildRequires: libgnomeui-devel
@@ -43,7 +44,7 @@ Requires: dvdauthor
Requires: mjpegtools
Requires: mkisofs
# wxsvg version with wxGTK3
-Requires: wxsvg >= 1.5.12
+Requires: wxsvg >= %{wxsvg_ver}
# note: do not add Require: totem-backend or another DVD player - see
# RPM Fusion bug 366 for more details
@@ -60,9 +61,13 @@ create navigational DVD menus similar to those found on most commercial DVDs.
%build
rm -f install-sh depcomp missing mkinstalldirs compile config.guess config.sub install-sh
+rm -f aclocal.m4 Makefile.in
+#rm -f m4_ax_cxx_compile_stdcxx.m4 m4_ax_cxx_compile_stdcxx.m4 wxwin.m4
touch NEWS
#./autogen.sh
+sed -i 's/WX_CONFIG_CHECK.\[3.0\]/WX_CONFIG_CHECK([3.0.0]/' configure.ac
autoreconf -i
+#sed -i 's/min_wx_version=3.0/min_wx_version=3.0.0/' configure
%configure \
--disable-dependency-tracking \
%if (0%{?fedora} && 0%{?fedora} < 28)
@@ -98,6 +103,9 @@ desktop-file-install \
%{_mandir}/*/*.gz
%changelog
+* Sun Nov 26 2017 Sérgio Basto <sergio(a)serjux.com> - 1:3.0.4-1
+- Update to 3.0.4
+
* Tue Oct 17 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1:3.0.3-6
- Rebuild for ffmpeg update
diff --git a/sources b/sources
index 9f38073..b33f8fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-385b98e1d564b6157fc568fa1464c147 DVDStyler-3.0.3.tar.bz2
+eea373502e284466229030dadef1c7a8 DVDStyler-3.0.4.tar.bz2
6 years, 12 months