[vlc] Update pre-version
by Nicolas Chauvet
commit 816e5dd3ab760de265443bf9cd7cd812cff090c4
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Dec 16 09:16:16 2017 +0100
Update pre-version
vlc.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index a0ddc56..9544ab2 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,3 +1,4 @@
+%global vlc_vers 3.0.0
%global vlc_date 20171215
%global vlc_rc rc2
%global vlc_tag -%{?vlc_date}-0223-%{?vlc_rc}
@@ -39,12 +40,12 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 3.0.0
-Release: 0.44%{?vlc_date:.git%{vlc_date}}%{?vlc_rc}%{?dist}
+Version: %{vlc_vers}%{?vlc_rc:~%{vlc_rc}}
+Release: 0.45%{?vlc_date:.git%{vlc_date}}%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
-Source0: %{vlc_url}/%{?!vlc_rc:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
+Source0: %{vlc_url}/%{?!vlc_rc:%{vlc_vers}/}vlc-%{vlc_vers}%{?vlc_tag}.tar.xz
#https://trac.videolan.org/vlc/ticket/18383
Patch0: 0001-qt-Prefer-XCB-over-Wayland.patch
@@ -250,7 +251,7 @@ VLC media player extras modules.
%prep
-%setup -q -n %{name}-%{version}%{?vlc_rc:-%{vlc_rc}}
+%setup -q -n %{name}-%{vlc_vers}%{?vlc_rc:-%{vlc_rc}}
%patch0 -p1 -b .wl
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
@@ -265,11 +266,6 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
%configure \
--disable-dependency-tracking \
--disable-optimizations \
-%if 0%{?fedora} >= 22
-%ifarch i686
- --disable-mmx --disable-sse \
-%endif
-%endif
--disable-silent-rules \
--with-pic \
--disable-rpath \
@@ -549,6 +545,10 @@ fi || :
%changelog
+* Sat Dec 16 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0~rc2-0.45.git20171215
+- Improve pre-version
+- Re-enable i686 mmx/sse (autodetected)
+
* Fri Dec 15 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.44.git20171215
- Update to 20171215
6 years, 11 months
[xorg-x11-drv-nvidia] Add nvidia-fallback message
by Nicolas Chauvet
commit 8ff93ddae4789179c83eb1894f90ccd99fe29147
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Dec 16 09:03:41 2017 +0100
Add nvidia-fallback message
xorg-x11-drv-nvidia.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 3e9811f..eb472c2 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -37,7 +37,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 2
Version: 387.34
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -581,6 +581,9 @@ fi ||:
%{_libdir}/libnvidia-encode.so
%changelog
+* Sat Dec 16 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2:387.34-2
+- Add plymouth advertising for nvidia-fallback.service
+
* Sun Nov 26 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2:387.34-1
- Update to 387.34 release
6 years, 11 months
[xorg-x11-drv-nvidia] Improve message
by Nicolas Chauvet
commit 8bdc6e9c2c411d88a528407a7ba33287aedfe85f
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Dec 16 09:02:59 2017 +0100
Improve message
nvidia-fallback.service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nvidia-fallback.service b/nvidia-fallback.service
index 5ffd760..38a598c 100644
--- a/nvidia-fallback.service
+++ b/nvidia-fallback.service
@@ -10,7 +10,7 @@ ConditionPathExists=!/sys/module/nvidia
Type=oneshot
RemainAfterExit=yes
ExecStart=-/sbin/modprobe nouveau
-ExecStartPost=-/bin/plymouth message --text="NVIDIA driver missing. Falling back to nouveau"
+ExecStartPost=-/bin/plymouth message --text="NVIDIA kernel module missing. Falling back to nouveau"
[Install]
6 years, 11 months
[xmltv] Update xmltv to 0.5.70
by Sérgio M. Basto
commit 52e75eafeb357278231b0c7160eb78f64e7246ee
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Dec 16 03:28:39 2017 +0000
Update xmltv to 0.5.70
.gitignore | 1 +
sources | 2 +-
xmltv-0.5.69-Perl526.patch | 30 ------------------------------
xmltv.spec | 7 +++++--
4 files changed, 7 insertions(+), 33 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2108298..213c7bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
xmltv-0.5.67.tar.bz2
/xmltv-0.5.68.tar.bz2
/xmltv-0.5.69.tar.bz2
+/xmltv-0.5.70.tar.bz2
diff --git a/sources b/sources
index cb24e42..52b1b09 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1b0128f97755e7769177d7930e03ad74 xmltv-0.5.69.tar.bz2
+aa6c9f9e046199157b2e0e8e77919d10 xmltv-0.5.70.tar.bz2
diff --git a/xmltv-0.5.69-Perl526.patch b/xmltv-0.5.69-Perl526.patch
index c405fbc..ede5127 100644
--- a/xmltv-0.5.69-Perl526.patch
+++ b/xmltv-0.5.69-Perl526.patch
@@ -1,33 +1,3 @@
---- filter/tv_grep.PL
-+++ filter/tv_grep.PL
-@@ -10,6 +10,7 @@
- # $Id: tv_grep.PL,v 1.6 2006/06/03 19:33:46 epaepa Exp $
- #
-
-+use lib '.';
- use IO::File;
- use XMLTV;
- require 'filter/Grep.pm';
---- filter/tv_to_latex
-+++ filter/tv_to_latex
-@@ -37,7 +37,6 @@ spurious blank lines in the output.
- use strict;
- use XMLTV::Version '$Id: tv_to_latex,v 1.18 2014/05/05 16:02:53 bilbo_uk Exp $ ';
- use IO::File;
--use POSIX 'tmpnam';
- use Getopt::Long;
-
- # Use Log::TraceMessages if installed.
---- filter/tv_to_text
-+++ filter/tv_to_text
-@@ -34,7 +34,6 @@ use warnings;
- use XMLTV::Version '$Id: tv_to_text,v 1.8 2015/06/08 17:41:14 stefanb2 Exp $ ';
- use IO::File;
- use Date::Manip;
--use POSIX 'tmpnam';
- use Getopt::Long;
-
- BEGIN {
--- grab/eu_egon/tv_grab_eu_egon.PL
+++ grab/eu_egon/tv_grab_eu_egon.PL
@@ -2,6 +2,7 @@
diff --git a/xmltv.spec b/xmltv.spec
index 7e7e7b6..7d6c0c7 100644
--- a/xmltv.spec
+++ b/xmltv.spec
@@ -1,6 +1,6 @@
Name: xmltv
-Version: 0.5.69
-Release: 5%{?dist}
+Version: 0.5.70
+Release: 1%{?dist}
Summary: A set of utilities to manage your TV viewing
Group: Development/Libraries
@@ -242,6 +242,9 @@ make test
%changelog
+* Fri Dec 15 2017 Sérgio Basto <sergio(a)serjux.com> - 0.5.70-1
+- Update xmltv to 0.5.70
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.5.69-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6 years, 11 months