[mpd] Update to latest upstream version
by Leigh Scott
commit 514b18754aff9a584a4d7fa0c04e5236a5edc2d5
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Apr 10 14:17:51 2017 +0100
Update to latest upstream version
.gitignore | 2 ++
mpd-0.19.17.tar.xz.sig | Bin 543 -> 0 bytes
mpd.spec | 22 +++++++++++++++-------
sources | 3 ++-
4 files changed, 19 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4af8abf..c892e59 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
mpd-0.19.14.tar.xz
/mpd-0.19.17.tar.xz
+/mpd-0.20.6.tar.xz
+/mpd-0.20.6.tar.xz.sig
diff --git a/mpd.spec b/mpd.spec
index 8e356ee..47519ae 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,15 +16,15 @@
Name: mpd
Epoch: 1
-Version: 0.19.17
-Release: 5%{?dist}
+Version: 0.20.6
+Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.musicpd.org/
-Source0: http://www.musicpd.org/download/mpd/0.19/mpd-%{version}.tar.xz
-Source1: http://www.musicpd.org/download/mpd/0.19/mpd-%{version}.tar.xz.sig
+Source0: http://www.musicpd.org/download/mpd/0.20/mpd-%{version}.tar.xz
+Source1: http://www.musicpd.org/download/mpd/0.20/mpd-%{version}.tar.xz.sig
# Note that the 0.18.x branch doesn't yet work with Fedora's version of
# libmpcdec which needs updating.
# https://bugzilla.redhat.com/show_bug.cgi?id=1014468
@@ -96,6 +96,7 @@ sed -i -e 's@libsystemd-daemon@libsystemd@g' configure.ac
./autogen.sh
%{configure} \
--with-systemdsystemunitdir=%{_unitdir} \
+ --with-systemduserunitdir=%{_userunitdir} \
--enable-bzip2 \
--enable-soundcloud \
--enable-mikmod \
@@ -104,10 +105,11 @@ sed -i -e 's@libsystemd-daemon@libsystemd@g' configure.ac
--enable-systemd-daemon \
--enable-zzip \
--enable-soxr
-make %{?_smp_mflags}
+
+%{make_build}
%install
-make install DESTDIR=$RPM_BUILD_ROOT
+%{make_install}
install -p -D -m 0644 %{SOURCE2} \
$RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/mpd
@@ -158,12 +160,14 @@ fi
%files
-%doc AUTHORS COPYING README
+%doc AUTHORS README.md
+%license COPYING
%{_bindir}/%{name}
%{_mandir}/man1/mpd.1*
%{_mandir}/man5/mpd.conf.5*
%{_unitdir}/mpd.service
%{_unitdir}/mpd.socket
+%{_userunitdir}/mpd.service
%config(noreplace) %{mpd_configfile}
%config(noreplace) %{_sysconfdir}/logrotate.d/mpd
%{_prefix}/lib/tmpfiles.d/mpd.conf
@@ -180,6 +184,10 @@ fi
%changelog
+* Mon Apr 10 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1:0.20.6-1
+- Update to latest upstream version
+- Add systemd user service (rfbz #3768)
+
* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1:0.19.17-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index faf5e61..70d03a9 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-47e13f3f160bf94e7a897c5a48990f3d mpd-0.19.17.tar.xz
+1197a2190fc8ddfccbf4bba3b749cea4 mpd-0.20.6.tar.xz
+b0478a301cb0c0dbf1c24ad2e4226c6f mpd-0.20.6.tar.xz.sig
7 years, 7 months
[freetype-freeworld/f25] Drop freetype-2.6.5-linear-scaling.patch again as per rh#1437999 discussion
by Kevin Kofler
commit 38066767baac73ee9e563f6345befc1e3faa8f12
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Mon Apr 10 13:33:10 2017 +0200
Drop freetype-2.6.5-linear-scaling.patch again as per rh#1437999 discussion
* Mon Apr 10 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.6.5-4
- Drop freetype-2.6.5-linear-scaling.patch again as per rh#1437999 discussion
freetype-2.6.5-linear-scaling.patch | 71 -------------------------------------
freetype-freeworld.spec | 11 +++---
2 files changed, 4 insertions(+), 78 deletions(-)
---
diff --git a/freetype-freeworld.spec b/freetype-freeworld.spec
index 298ac56..ca26165 100644
--- a/freetype-freeworld.spec
+++ b/freetype-freeworld.spec
@@ -1,7 +1,7 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
Version: 2.6.5
-Release: 3%{?dist}
+Release: 4%{?dist}
License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement
URL: http://www.freetype.org
Source: http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.ta...
@@ -11,10 +11,6 @@ Patch21: freetype-2.3.0-enable-spr.patch
# Enable otvalid and gxvalid modules
Patch46: freetype-2.2.1-enable-valid.patch
-# Allow linear scaling for unhinted rendering
-# https://bugzilla.redhat.com/show_bug.cgi?id=1437999
-Patch50: freetype-2.6.5-linear-scaling.patch
-
## Security fixes:
# https://bugzilla.redhat.com/show_bug.cgi?id=1429965
Patch94: freetype-2.6.5-heap-buffer-overflow.patch
@@ -47,8 +43,6 @@ It transparently overrides the system library using ld.so.conf.d.
%patch46 -p1 -b .enable-valid
-%patch50 -p1 -b .linear-scaling
-
%patch94 -p1 -b .heap-buffer-overflow
@@ -94,6 +88,9 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Mon Apr 10 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.6.5-4
+- Drop freetype-2.6.5-linear-scaling.patch again as per rh#1437999 discussion
+
* Wed Apr 05 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.6.5-3
- Add freetype-2.6.5-linear-scaling.patch from Fedora freetype (rh#1437999)
7 years, 7 months
[freetype-freeworld] Drop freetype-2.7.1-linear-scaling.patch again as per rh#1437999 discussion
by Kevin Kofler
commit b922a1f1c0e344d3b01e08caa2213cd131699440
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Mon Apr 10 13:31:03 2017 +0200
Drop freetype-2.7.1-linear-scaling.patch again as per rh#1437999 discussion
* Mon Apr 10 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.7.1-4
- Drop freetype-2.7.1-linear-scaling.patch again as per rh#1437999 discussion
freetype-2.7.1-linear-scaling.patch | 71 -------------------------------------
freetype-freeworld.spec | 11 +++---
2 files changed, 4 insertions(+), 78 deletions(-)
---
diff --git a/freetype-freeworld.spec b/freetype-freeworld.spec
index 7d1e7b2..13f4fb2 100644
--- a/freetype-freeworld.spec
+++ b/freetype-freeworld.spec
@@ -1,7 +1,7 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
Version: 2.7.1
-Release: 3%{?dist}
+Release: 4%{?dist}
License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement
URL: http://www.freetype.org
Source: http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.ta...
@@ -11,10 +11,6 @@ Patch21: freetype-2.3.0-enable-spr.patch
# Enable otvalid and gxvalid modules
Patch46: freetype-2.2.1-enable-valid.patch
-# Allow linear scaling for unhinted rendering
-# https://bugzilla.redhat.com/show_bug.cgi?id=1437999
-Patch94: freetype-2.7.1-linear-scaling.patch
-
## Security fixes:
# none needed yet
@@ -46,8 +42,6 @@ It transparently overrides the system library using ld.so.conf.d.
%patch46 -p1 -b .enable-valid
-%patch94 -p1 -b .linear-scaling
-
%build
%configure --disable-static \
@@ -91,6 +85,9 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Mon Apr 10 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.7.1-4
+- Drop freetype-2.7.1-linear-scaling.patch again as per rh#1437999 discussion
+
* Wed Apr 05 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.7.1-3
- Add freetype-2.7.1-linear-scaling.patch from Fedora freetype (rh#1437999)
7 years, 7 months
[xorg-x11-drv-nvidia/f24] F24 libglvnd now has sub-packages
by Leigh Scott
commit 0eedfd71c924d08423160fca08fc46fca5d8d5ed
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Apr 9 15:36:42 2017 +0100
F24 libglvnd now has sub-packages
xorg-x11-drv-nvidia.spec | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index aa3fcbc..1b2dc44 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -9,7 +9,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
Version: 375.39
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -44,9 +44,9 @@ Requires(post): grubby
Requires: which
Requires: %{_nvidia_serie}-kmod >= %{?epoch}:%{version}
-Requires: %{name}-libs%{_isa} = %{?epoch}:%{version}-%{release}
+Requires: %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release}
%if 0%{?fedora} >= 25
-Requires: xorg-x11-server-Xorg%{_isa} >= 1.19.0-2
+Requires: xorg-x11-server-Xorg%{?_isa} >= 1.19.0-2
%endif
Obsoletes: %{_nvidia_serie}-kmod < %{?epoch}:%{version}
@@ -90,12 +90,12 @@ http://rpmfusion.org/Howto/nVidia
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
-Requires: %{name}-libs%{_isa} = %{?epoch}:%{version}-%{release}
-Requires: %{name}-cuda%{_isa} = %{?epoch}:%{version}-%{release}
+Requires: %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release}
+Requires: %{name}-cuda%{?_isa} = %{?epoch}:%{version}-%{release}
#Don't put an epoch here
Provides: cuda-drivers-devel = %{version}
-Provides: cuda-drivers-devel%{_isa} = %{version}
+Provides: cuda-drivers-devel%{?_isa} = %{version}
%description devel
This package provides the development files of the %{name} package,
@@ -112,7 +112,7 @@ Conflicts: xorg-x11-drv-nvidia-340xx-cuda
#Don't put an epoch here
Provides: cuda-drivers = %{version}
-Provides: cuda-drivers%{_isa} = %{version}
+Provides: cuda-drivers%{?_isa} = %{version}
%description cuda
This package provides the CUDA driver libraries.
@@ -129,8 +129,12 @@ which is generated during the build of main package.
Summary: Libraries for %{name}
Group: User Interface/X Hardware Support
Requires: %{name} = %{?epoch}:%{version}-%{release}
-Requires: libvdpau%{_isa} >= 0.5
-Requires: libglvnd%{_isa}
+Requires: libvdpau%{?_isa} >= 0.5
+Requires: libglvnd%{?_isa} >= 0.2
+Requires: libglvnd-egl%{?_isa} >= 0.2
+Requires: libglvnd-gles%{?_isa} >= 0.2
+Requires: libglvnd-glx%{?_isa} >= 0.2
+Requires: libglvnd-opengl%{?_isa} >= 0.2
%ifarch x86_64 i686
Requires: vulkan-filesystem
%endif
@@ -569,6 +573,9 @@ fi ||:
%{_nvidia_libdir}/libGLX_nvidia.so
%changelog
+* Sun Apr 09 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1:375.39-2
+- F24 libglvnd now has sub-packages
+
* Tue Feb 14 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1:375.39-1
- Update to 375.39 release
7 years, 7 months
[vdr-xineliboutput/f24: 3/3] Merge branch 'master' into f24
by Martin Gansser
commit 9f93d595a97a363a1e62a808bf21aa334b00358c
Merge: 7f17fb1 77cc284
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Apr 8 17:38:32 2017 +0200
Merge branch 'master' into f24
.gitignore | 1 +
sources | 2 +-
vdr-xineliboutput.spec | 15 +++++++++++----
3 files changed, 13 insertions(+), 5 deletions(-)
---
7 years, 7 months
[vdr-xineliboutput] Update for xinepluginver 2.0.1 Update to recent git version fix (rfbz#4504)
by Martin Gansser
commit 77cc284034f7749ba1ddca2af16e2ddb6f00394e
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Apr 8 17:37:20 2017 +0200
Update for xinepluginver 2.0.1
Update to recent git version fix (rfbz#4504)
.gitignore | 1 +
sources | 2 +-
vdr-xineliboutput.spec | 12 ++++++++----
3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 73349f4..9610df3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ vdr-xineliboutput-1.1.0-20150422.tgz
/vdr-xineliboutput-1.1.0-9027ea1.tar.gz
/vdr-xineliboutput-1.1.0-29f7afd.tar.gz
/vdr-xineliboutput-1.1.0-71eefbe.tar.gz
+/vdr-xineliboutput-1.1.0-46f0f1d.tar.gz
diff --git a/sources b/sources
index 58aa036..e0f094f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-80c8f46a1a5efda4e5cceff9f62a18e4 vdr-xineliboutput-1.1.0-71eefbe.tar.gz
+7c37926596338c407eb1aa9da130a7f9 vdr-xineliboutput-1.1.0-46f0f1d.tar.gz
diff --git a/vdr-xineliboutput.spec b/vdr-xineliboutput.spec
index b7ac58d..209cf85 100644
--- a/vdr-xineliboutput.spec
+++ b/vdr-xineliboutput.spec
@@ -1,16 +1,16 @@
%global xinever %(xine-config --version 2>/dev/null || echo ERROR)
%global xineplugindir %(xine-config --plugindir 2>/dev/null || echo ERROR)
-%global xinepluginver 2.0.0
+%global xinepluginver 2.0.1
%global pname xineliboutput
%global vdrver %(vdr-config --version 2>/dev/null || echo ERROR)
-%global gitrev 71eefbe
-%global gitdate 20170213
+%global gitrev 46f0f1d
+%global gitdate 20170315
# build bluray support (disabled for now)
%global have_bluray 1
Name: vdr-%{pname}
Version: 1.1.0
-Release: 21.%{gitdate}git%{gitrev}%{?dist}
+Release: 22.%{gitdate}git%{gitrev}%{?dist}
Summary: Plugins for watching VDR over Xine
Group: Applications/Multimedia
License: GPLv2+
@@ -149,6 +149,10 @@ find %{buildroot}%{xineplugindir} -name '*.so' -exec chmod +x '{}' ';'
%{vdr_plugindir}/libxineliboutput-sxfe.so.%{xinepluginver}-git
%changelog
+* Sat Apr 08 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 1.1.0-22.20170315git46f0f1d
+- Update for xinepluginver 2.0.1
+- Update to recent git version fix (rfbz#4504)
+
* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.1.0-21.20170213git71eefbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7 years, 7 months