[get_iplayer] Update to version 3.16.
by mavit
commit af2ef4dd2b6e67f32797a9850491093702482445
Author: Peter Oliver <git(a)mavit.org.uk>
Date: Sat Jul 7 13:53:05 2018 +0100
Update to version 3.16.
.gitignore | 1 +
get_iplayer.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0d3848..7b18979 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ get_iplayer-2.94.tar.gz
/get_iplayer-3.12.tar.gz
/get_iplayer-3.13.tar.gz
/get_iplayer-3.14.tar.gz
+/get_iplayer-3.16.tar.gz
diff --git a/get_iplayer.spec b/get_iplayer.spec
index a4ab27b..b1e4868 100644
--- a/get_iplayer.spec
+++ b/get_iplayer.spec
@@ -1,5 +1,5 @@
Name: get_iplayer
-Version: 3.14
+Version: 3.16
Release: 1%{?dist}
Summary: Lists, records and streams BBC iPlayer TV and radio programmes
@@ -102,6 +102,9 @@ fi
%changelog
+* Sat Jul 7 2018 Peter Oliver <rpm(a)mavit.org.uk> - 3.16-1
+- Update to version 3.16.
+
* Wed Jun 20 2018 Peter Oliver <rpm(a)mavit.org.uk> - 3.14-1
- Update to version 3.14.
diff --git a/sources b/sources
index 98c8abc..dce5f0e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-baad6e316bcffca3a910a09a07fe1a88 get_iplayer-3.14.tar.gz
+aad0a17763ba9fabe5f8c40887ef046b get_iplayer-3.16.tar.gz
6 years, 4 months
[ffmpeg] enable libzvbi by default (rfbz#4956)
by Leigh Scott
commit d0ae2f1217d8843a0f051be1063da5d473f1b471
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 6 16:17:57 2018 +0100
enable libzvbi by default (rfbz#4956)
ffmpeg.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 168b626..d6a420a 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -72,7 +72,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.0.1
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -161,7 +161,7 @@ BuildRequires: texinfo
%{!?_without_xvid:BuildRequires: xvidcore-devel}
BuildRequires: zlib-devel
%{?_with_zmq:BuildRequires: zeromq-devel}
-%{?_with_zvbi:BuildRequires: zvbi-devel}
+%{!?_without_zvbi:BuildRequires: zvbi-devel}
%description
FFmpeg is a complete and free Internet live audio and video
@@ -277,7 +277,7 @@ This package contains development files for %{name}
%{!?_without_x265:--enable-libx265} \\\
%{!?_without_xvid:--enable-libxvid} \\\
%{?_with_zmq:--enable-libzmq} \\\
- %{?_with_zvbi:--enable-libzvbi} \\\
+ %{!?_without_zvbi:--enable-libzvbi} \\\
--enable-avfilter \\\
--enable-avresample \\\
--enable-postproc \\\
@@ -405,6 +405,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Fri Jul 06 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 4.0.1-2
+- enable libzvbi by default (rfbz#4956)
+
* Sat Jun 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 4.0.1-1
- Update to 4.0.1 release
6 years, 4 months
[Nestopia] Updated to new upstream release Added gcc-c++ dependency Used new AppData directory Removed obsolete
by Andrea Musuruane
commit f6c5f50429fea630d4a3f567e6a3b8826ebab5d0
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Fri Jul 6 16:09:27 2018 +0200
Updated to new upstream release
Added gcc-c++ dependency
Used new AppData directory
Removed obsolete scriptlets
.gitignore | 1 +
Nestopia-1.48-use-system-nes_ntsc.patch | 42 ---------------------------------
Nestopia-1.49-use-system-nes_ntsc.patch | 42 +++++++++++++++++++++++++++++++++
Nestopia.spec | 41 ++++++++++++++------------------
sources | 2 +-
5 files changed, 62 insertions(+), 66 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a9fd0b3..5f21d02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
nestopia-1.45.tgz
/nestopia-1.47.tgz
/nestopia-1.48.tar.gz
+/nestopia-1.49.tar.gz
diff --git a/Nestopia-1.49-use-system-nes_ntsc.patch b/Nestopia-1.49-use-system-nes_ntsc.patch
new file mode 100644
index 0000000..f963073
--- /dev/null
+++ b/Nestopia-1.49-use-system-nes_ntsc.patch
@@ -0,0 +1,42 @@
+diff -durN nestopia-1.49/Makefile.am nestopia-1.49.patch/Makefile.am
+--- nestopia-1.49/Makefile.am 2018-06-25 01:26:58.000000000 +0200
++++ nestopia-1.49.patch/Makefile.am 2018-06-27 17:38:51.570810744 +0200
+@@ -10,6 +10,7 @@
+ -I$(top_srcdir)/source/common \
+ -I$(top_srcdir)/source/gtkui \
+ -I$(top_srcdir)/source/sdl \
++ -I$(top_srcdir)/source/nes_ntsc \
+ -DDATADIR=\"$(datadir)/nestopia\" \
+ -DDATAROOTDIR=\"$(datarootdir)\" \
+ -DNST_PRAGMA_ONCE \
+@@ -20,6 +21,7 @@
+ $(LIBEPOXY_CFLAGS)
+ nestopia_LDADD = \
+ $(ZLIB_LIBS) \
++ -lnes_ntsc \
+ $(LIBARCHIVE_LIBS) \
+ $(SDL2_LIBS) \
+ $(LIBEPOXY_LIBS)
+diff -durN nestopia-1.49/source/core/NstVideoFilterNtscCfg.cpp nestopia-1.49.patch/source/core/NstVideoFilterNtscCfg.cpp
+--- nestopia-1.49/source/core/NstVideoFilterNtscCfg.cpp 2018-06-25 01:26:58.000000000 +0200
++++ nestopia-1.49.patch/source/core/NstVideoFilterNtscCfg.cpp 2018-06-27 17:38:02.518381800 +0200
+@@ -34,7 +34,6 @@
+ #endif
+
+ #define NES_NTSC_NO_BLITTERS
+-#include "../nes_ntsc/nes_ntsc.inl"
+
+ #ifdef _MSC_VER
+ #pragma warning( pop )
+diff -durN nestopia-1.49/source/core/NstVideoFilterNtsc.hpp nestopia-1.49.patch/source/core/NstVideoFilterNtsc.hpp
+--- nestopia-1.49/source/core/NstVideoFilterNtsc.hpp 2018-06-25 01:26:58.000000000 +0200
++++ nestopia-1.49.patch/source/core/NstVideoFilterNtsc.hpp 2018-06-27 17:38:02.518381800 +0200
+@@ -25,7 +25,7 @@
+ #ifndef NST_VIDEO_FILTER_NTSC_H
+ #define NST_VIDEO_FILTER_NTSC_H
+
+-#include "../nes_ntsc/nes_ntsc.h"
++#include <nes_ntsc.h>
+
+ #ifdef NST_PRAGMA_ONCE
+ #pragma once
diff --git a/Nestopia.spec b/Nestopia.spec
index 05ca2f1..c7481c8 100644
--- a/Nestopia.spec
+++ b/Nestopia.spec
@@ -1,8 +1,8 @@
%global realname nestopia
Name: Nestopia
-Version: 1.48
-Release: 2%{?dist}
+Version: 1.49
+Release: 1%{?dist}
Summary: A portable open source NES/Famicom emulator
License: GPLv2+
@@ -13,8 +13,9 @@ Source1: %{realname}.6
# AppData from Debian
Source2: %{realname}.appdata.xml
# Use system nes_ntsc
-Patch0: %{name}-1.48-use-system-nes_ntsc.patch
+Patch0: %{name}-1.49-use-system-nes_ntsc.patch
+BuildRequires: gcc-c++
BuildRequires: autoconf
BuildRequires: autoconf-archive
BuildRequires: automake
@@ -48,7 +49,10 @@ find source/nes_ntsc/ -type f -not -name "nes_ntsc_config.h" -delete
%build
autoreconf -fvi
-%configure --disable-silent-rules
+%configure \
+ --enable-gui \
+ --with-ao \
+ --disable-silent-rules
%make_build
@@ -67,37 +71,28 @@ install -d %{buildroot}%{_mandir}/man6
install -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man6/
# Install AppData file
-install -d %{buildroot}%{_datadir}/appdata
-install -p -m 644 %{SOURCE2} %{buildroot}%{_datadir}/appdata
-appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.xml
-
-
-%post
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
-
-%postun
-if [ $1 -eq 0 ] ; then
- /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-
-
-%posttrans
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+install -d %{buildroot}%{_datadir}/metainfo
+install -p -m 644 %{SOURCE2} %{buildroot}%{_datadir}/metainfo
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml
%files
%{_bindir}/%{realname}
%{_datadir}/%{realname}
%{_datadir}/icons/hicolor/*/apps/*
-%{_datadir}/appdata/%{realname}.appdata.xml
%{_datadir}/applications/%{realname}.desktop
+%{_datadir}/metainfo/%{realname}.appdata.xml
%{_mandir}/man6/*
%license COPYING
%doc %{_pkgdocdir}
%changelog
+* Wed Jun 27 2018 Andrea Musuruane <musuruan(a)gmail.com> - 1.49-1
+- Updated to new upstream release
+- Added gcc-c++ dependency
+- Used new AppData directory
+- Removed obsolete scriptlets
+
* Wed Feb 28 2018 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.48-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 2e47723..c74266c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b88c026ed368d43cd90335a90e998982 nestopia-1.48.tar.gz
+e6313a45344b6f9c2c48c3315d0b93e3 nestopia-1.49.tar.gz
6 years, 4 months
[unifi/f28] Update to 5.8.24
by Richard Shaw
commit dea1101ec94ec5b6ef6e808314fae3a31831d68e
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Thu Jul 5 11:13:33 2018 -0500
Update to 5.8.24
.gitignore | 1 +
sources | 2 +-
unifi.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 557bb3d..65d7aa8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/UniFi-5.7.20.unix.zip
/UniFi-5.7.23.unix.zip
/UniFi-5.8.23.unix.zip
+/UniFi-5.8.24.unix.zip
diff --git a/sources b/sources
index 38624bf..d7eee5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0468e7e612d84e76791323553cfb8618 UniFi-5.8.23.unix.zip
+2a4c504401d436f0ecee5f90e24154ca UniFi-5.8.24.unix.zip
diff --git a/unifi.spec b/unifi.spec
index c23bd15..82fd795 100644
--- a/unifi.spec
+++ b/unifi.spec
@@ -4,7 +4,7 @@
%global __strip /bin/true
Name: unifi
-Version: 5.8.23
+Version: 5.8.24
Release: 1%{?dist}
Summary: Ubiquiti UniFi controller
@@ -290,6 +290,9 @@ fi
%changelog
+* Thu Jul 05 2018 Richard Shaw <hobbes1069(a)gmail.com> - 5.8.24-1
+- Update to 5.8.24
+
* Sat Jun 30 2018 Richard Shaw <hobbes1069(a)gmail.com> - 5.8.23-1
- Update to 5.8.23.
6 years, 4 months
[VirtualBox-kmod/f27] (3 commits) ...Update to 5.2.14
by Sérgio M. Basto
Summary of changes:
7292acd... Reenable build of pre-built kmod on el7 (*)
748a3cd... Another fix (*)
abb51e2... Update to 5.2.14 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 4 months
[qtox/f27] Upstream release 1.16.0
by Robert-André Mauchin
commit ad02482dd8f485d64c02928553efd555cc50f1ac
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Tue Jul 3 21:40:59 2018 +0200
Upstream release 1.16.0
.gitignore | 1 +
qtox-1.11.0-remove_project_group.patch | 10 ----------
qtox-1.16.0-remove_project_group.patch | 10 ++++++++++
qtox.spec | 17 ++++++++++-------
sources | 2 +-
5 files changed, 22 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc2191f..5e421f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/qtox-1.13.0.tar.gz
/qtox-1.14.1.tar.gz
/qtox-1.15.0.tar.gz
+/qtox-1.16.0.tar.gz
diff --git a/qtox-1.16.0-remove_project_group.patch b/qtox-1.16.0-remove_project_group.patch
new file mode 100644
index 0000000..ef6c52b
--- /dev/null
+++ b/qtox-1.16.0-remove_project_group.patch
@@ -0,0 +1,10 @@
+diff -up qTox-1.16.0/res/io.github.qtox.qTox.appdata.xml.remove_project_group qTox-1.16.0/res/io.github.qtox.qTox.appdata.xml
+--- qTox-1.16.0/res/io.github.qtox.qTox.appdata.xml.remove_project_group 2018-07-02 23:16:45.000000000 +0200
++++ qTox-1.16.0/res/io.github.qtox.qTox.appdata.xml 2018-07-03 20:43:02.262867270 +0200
+@@ -62,6 +62,5 @@
+ </screenshots>
+ <url type="homepage">https://qtox.github.io</url>
+ <update_contact>barrdetwix(a)gmail.com</update_contact>
+- <project_group>qTox</project_group>
+ </component>
+
diff --git a/qtox.spec b/qtox.spec
index 8fb9cbf..7f2184e 100644
--- a/qtox.spec
+++ b/qtox.spec
@@ -1,6 +1,6 @@
Name: qtox
-Version: 1.15.0
-Release: 3%{?dist}
+Version: 1.16.0
+Release: 1%{?dist}
Summary: Feature-rich Tox client
# Main program: GPLv3+
@@ -12,7 +12,7 @@ URL: https://github.com/qTox/qTox/
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
# Remove project_group tag from appdata.xml
-Patch0: qtox-1.11.0-remove_project_group.patch
+Patch0: qtox-1.16.0-remove_project_group.patch
# Remove -Werror from compile flags
Patch1: qtox-1.12.1-disable_Werror.patch
@@ -73,20 +73,23 @@ gzip -dS z %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/qtox.svgz
%check
cd build
ctest -V %{?_smp_mflags}
-desktop-file-validate %{buildroot}%{_datadir}/applications/qtox.desktop
-appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/qTox.appdata.xml
+desktop-file-validate %{buildroot}%{_datadir}/applications/io.github.qtox.qTox.desktop
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/io.github.qtox.qTox.appdata.xml
%files
%license LICENSE smileys/Universe/LICENSE-GRAPHICS
%doc README.md CHANGELOG.md
%{_bindir}/qtox
-%{_datadir}/metainfo/qTox.appdata.xml
-%{_datadir}/applications/qtox.desktop
+%{_datadir}/metainfo/io.github.qtox.qTox.appdata.xml
+%{_datadir}/applications/io.github.qtox.qTox.desktop
%{_datadir}/icons/hicolor/*/apps/qtox.*
%changelog
+* Tue Jul 03 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.16.0-1
+- Upstream release 1.16.0
+
* Tue Jun 26 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.15.0-3
- Rebuilt for toxcore soname bump
diff --git a/sources b/sources
index 5dc8a3f..e1ba065 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93f7e74eca9bca243b564ab7d1222e36 qtox-1.15.0.tar.gz
+dfbf2e7f02600713f6751d3546aca242 qtox-1.16.0.tar.gz
6 years, 4 months
[qtox/f28] Upstream release 1.16.0
by Robert-André Mauchin
commit d25ffe9b4d175b88ab8ed74bde9ba50a2a94b0ec
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Tue Jul 3 21:40:59 2018 +0200
Upstream release 1.16.0
.gitignore | 1 +
qtox-1.11.0-remove_project_group.patch | 10 ----------
qtox-1.16.0-remove_project_group.patch | 10 ++++++++++
qtox.spec | 17 ++++++++++-------
sources | 2 +-
5 files changed, 22 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc2191f..5e421f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/qtox-1.13.0.tar.gz
/qtox-1.14.1.tar.gz
/qtox-1.15.0.tar.gz
+/qtox-1.16.0.tar.gz
diff --git a/qtox-1.16.0-remove_project_group.patch b/qtox-1.16.0-remove_project_group.patch
new file mode 100644
index 0000000..ef6c52b
--- /dev/null
+++ b/qtox-1.16.0-remove_project_group.patch
@@ -0,0 +1,10 @@
+diff -up qTox-1.16.0/res/io.github.qtox.qTox.appdata.xml.remove_project_group qTox-1.16.0/res/io.github.qtox.qTox.appdata.xml
+--- qTox-1.16.0/res/io.github.qtox.qTox.appdata.xml.remove_project_group 2018-07-02 23:16:45.000000000 +0200
++++ qTox-1.16.0/res/io.github.qtox.qTox.appdata.xml 2018-07-03 20:43:02.262867270 +0200
+@@ -62,6 +62,5 @@
+ </screenshots>
+ <url type="homepage">https://qtox.github.io</url>
+ <update_contact>barrdetwix(a)gmail.com</update_contact>
+- <project_group>qTox</project_group>
+ </component>
+
diff --git a/qtox.spec b/qtox.spec
index e973df7..a465e65 100644
--- a/qtox.spec
+++ b/qtox.spec
@@ -1,6 +1,6 @@
Name: qtox
-Version: 1.15.0
-Release: 3%{?dist}
+Version: 1.16.0
+Release: 1%{?dist}
Summary: Feature-rich Tox client
# Main program: GPLv3+
@@ -12,7 +12,7 @@ URL: https://github.com/qTox/qTox/
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
# Remove project_group tag from appdata.xml
-Patch0: qtox-1.11.0-remove_project_group.patch
+Patch0: qtox-1.16.0-remove_project_group.patch
# Remove -Werror from compile flags
Patch1: qtox-1.12.1-disable_Werror.patch
@@ -73,20 +73,23 @@ gzip -dS z %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/qtox.svgz
%check
cd build
ctest -V %{?_smp_mflags}
-desktop-file-validate %{buildroot}%{_datadir}/applications/qtox.desktop
-appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/qTox.appdata.xml
+desktop-file-validate %{buildroot}%{_datadir}/applications/io.github.qtox.qTox.desktop
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/io.github.qtox.qTox.appdata.xml
%files
%license LICENSE smileys/Universe/LICENSE-GRAPHICS
%doc README.md CHANGELOG.md
%{_bindir}/qtox
-%{_datadir}/metainfo/qTox.appdata.xml
-%{_datadir}/applications/qtox.desktop
+%{_datadir}/metainfo/io.github.qtox.qTox.appdata.xml
+%{_datadir}/applications/io.github.qtox.qTox.desktop
%{_datadir}/icons/hicolor/*/apps/qtox.*
%changelog
+* Tue Jul 03 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.16.0-1
+- Upstream release 1.16.0
+
* Tue Jun 26 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.15.0-3
- Rebuilt for toxcore soname bump
diff --git a/sources b/sources
index 5dc8a3f..e1ba065 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93f7e74eca9bca243b564ab7d1222e36 qtox-1.15.0.tar.gz
+dfbf2e7f02600713f6751d3546aca242 qtox-1.16.0.tar.gz
6 years, 4 months
[VirtualBox-kmod] Update to 5.2.14
by Sérgio M. Basto
commit abb51e2e401bcac5cdc399f378835a175309c50c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jul 3 16:10:03 2018 +0100
Update to 5.2.14
VirtualBox-kmod.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 3d78563..2170111 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -39,9 +39,9 @@
%global __arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
Name: VirtualBox-kmod
-Version: 5.2.12
+Version: 5.2.14
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 4%{?dist}
+Release: 1%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -140,6 +140,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Tue Jul 03 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.14-1
+- Update to 5.2.14
+
* Wed May 16 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.12-4
- Another fix
6 years, 4 months