[xorg-x11-drv-nvidia/f28: 3/3] Merge branch 'master' into f28
by Leigh Scott
commit efb5d2e9dc9a4d0d1174cb2c60cb0c061cecbde6
Merge: 9745ea7 0bc49fc
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Wed Jan 16 10:37:36 2019 +0000
Merge branch 'master' into f28
sources | 2 +-
xorg-x11-drv-nvidia.spec | 8 +++++++-
2 files changed, 8 insertions(+), 2 deletions(-)
---
5 years, 10 months
[xorg-x11-drv-nvidia: 2/2] Update to 415.27 release
by Leigh Scott
commit 0bc49fcae59f5db39820ed7dd0edafbf09fabda0
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Wed Jan 16 10:36:43 2019 +0000
Update to 415.27 release
sources | 2 +-
xorg-x11-drv-nvidia.spec | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index a3cbe7c..61c64ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f93b6681de0eb52e3eb63c28fdf13170 NVIDIA-Linux-x86_64-415.25.run
+f4777691c4673c808d82e37695367f6d NVIDIA-Linux-x86_64-415.27.run
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 155997d..d3cf7ed 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -19,8 +19,8 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
-Version: 415.25
-Release: 2%{?dist}
+Version: 415.27
+Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -493,6 +493,9 @@ fi ||:
%{_libdir}/libnvidia-encode.so
%changelog
+* Wed Jan 16 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:415.27-1
+- Update to 415.27 release
+
* Wed Dec 26 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3:415.25-2
- Bump for el7 multi-lib build
5 years, 10 months
[mpd/f29] Add firewalld sub-package
by Leigh Scott
Summary of changes:
cf55a10... Add firewalld sub-package (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 10 months
[mpd] Add firewalld sub-package
by Leigh Scott
commit cf55a1081a108dd6ed90d1b0e943ab91c19e2a01
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Wed Jan 16 09:56:36 2019 +0000
Add firewalld sub-package
mpd.spec | 24 +++++++++++++++++++++++-
mpd.xml | 7 +++++++
2 files changed, 30 insertions(+), 1 deletion(-)
---
diff --git a/mpd.spec b/mpd.spec
index cb11ccb..a1f66df 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -17,7 +17,7 @@
Name: mpd
Epoch: 1
Version: 0.21.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
URL: https://www.musicpd.org
@@ -30,6 +30,7 @@ Source1: %{url}/download/mpd/0.21/mpd-%{version}.tar.xz.sig
# http://bugs.musicpd.org/view.php?id=3814#bugnotes
Source2: mpd.logrotate
Source3: mpd.tmpfiles.d
+Source4: mpd.xml
Patch0: mpd-0.18-mpdconf.patch
Patch1: mpd-0.20-remove_NoNewPrivileges.patch
@@ -92,6 +93,7 @@ Requires(pre): shadow-utils
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
+Requires: (%{name}-firewalld = %{?epoch}:%{version}-%{release} if firewalld)
%description
Music Player Daemon (MPD) is a flexible, powerful, server-side application for
@@ -103,6 +105,15 @@ GUI and command-line applications to choose from that act as a front-end for
browsing and playing your MPD music collection.
+%package firewalld
+Summary: FirewallD metadata file for MPD
+Requires: firewalld-filesystem
+Requires(post): firewalld-filesystem
+
+%description firewalld
+This package contains FirewallD file for MPD.
+
+
%prep
%setup -q -n %{name}-%{version}
%patch0 -p0
@@ -132,6 +143,8 @@ install -p -D -m 0644 %{SOURCE2} \
install -p -D -m 0644 %{SOURCE3} \
%buildroot%{_prefix}/lib/tmpfiles.d/mpd.conf
+install -p -D -m 0644 %{SOURCE4} \
+ %buildroot%{_prefix}/lib/firewalld/services/mpd.xml
mkdir -p %{buildroot}/run
install -d -m 0755 %{buildroot}/%{mpd_rundir}
@@ -174,6 +187,9 @@ fi
%postun
%systemd_postun_with_restart mpd.service
+%post firewalld
+%firewalld_reload
+
%files
%doc AUTHORS README.md
@@ -199,8 +215,14 @@ fi
%ghost %{mpd_logfile}
%ghost %{mpd_statefile}
+%files firewalld
+%{_prefix}/lib/firewalld/services/mpd.xml
+
%changelog
+* Wed Jan 16 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:0.21.4-2
+- Add firewalld sub-package
+
* Mon Jan 14 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:0.21.4-1
- Update to 0.21.4
- Add changes for meson build
diff --git a/mpd.xml b/mpd.xml
new file mode 100644
index 0000000..7deda49
--- /dev/null
+++ b/mpd.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<service>
+ <short>mpd</short>
+ <description>Music Player Daemon (MPD) is a service to send audio to local or remote clients. Enable this option if remote hosts need to receive output from a MPD running on this machine.</description>
+ <port port="6600" protocol="tcp"/>
+ <port port="8000" protocol="tcp"/>
+</service>
5 years, 10 months
[tvheadend/f28] Update to 4.2.8
by Mohamed ElMorabity
commit 5f8229a23189b467fd6394246e9c7a43842af5af
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Wed Jan 16 06:32:50 2019 +0100
Update to 4.2.8
.gitignore | 1 +
sources | 2 +-
tvheadend.spec | 13 +++++++++++--
3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d5ca0df..dc6a0f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/tvheadend-4.2.5.tar.gz
/tvheadend-4.2.6.tar.gz
/tvheadend-4.2.7.tar.gz
+/tvheadend-4.2.8.tar.gz
diff --git a/sources b/sources
index 6e6e9ed..071dc3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db025d4672253019c59cd4f60beccd06 tvheadend-4.2.7.tar.gz
+b9571efa46dd489f9fe87acdb391d591 tvheadend-4.2.8.tar.gz
diff --git a/tvheadend.spec b/tvheadend.spec
index 326f644..d4f779b 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -2,8 +2,8 @@
%global tvheadend_group video
Name: tvheadend
-Version: 4.2.7
-Release: 2%{?dist}
+Version: 4.2.8
+Release: 1%{?dist}
Summary: TV streaming server and digital video recorder
License: GPLv3+
@@ -195,6 +195,15 @@ exit 0
%changelog
+* Wed Jan 16 2019 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.8-1
+- Update to 4.2.8
+
+* Fri Dec 14 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 4.2.7-4
+- Rework for python2/3
+
+* Sat Dec 08 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 4.2.7-3
+- Avoid dtv-scan-tables on non-fedora for now
+
* Sat Nov 17 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.7-2
- Use system versions of rcssmin and rjsmin during build
- Install Python bindings
5 years, 10 months
[steam/f29] (5 commits) ...Fix Nvidia Shield Portable streaming with SteamLink
by Simone Caronni
Summary of changes:
8a7dcc5... Drop vulkan on el7 for now (*)
4d637f5... Update changelog (*)
c9fd3d6... don't override NOFILE systemd limits on F30+ (*)
2fb7be6... fix macro condition check for vulkan libs (*)
bd181cb... Fix Nvidia Shield Portable streaming with SteamLink (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 10 months