[snes9x] Updated to 1.55 Added AppData file Added missing Requires
by Andrea Musuruane
commit 482ed7e6810bd41e9f027b338a47c08d2a2cb5dc
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sun Nov 26 14:40:21 2017 +0100
Updated to 1.55
Added AppData file
Added missing Requires
.gitignore | 1 +
...nix_flags.patch => snes9x-1.55-unix_flags.patch | 23 +++++---------------
snes9x.appdata.xml | 24 +++++++++++++++++++++
snes9x.spec | 25 +++++++++++++++++-----
sources | 2 +-
5 files changed, 51 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index faba16d..2786012 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
snes9x-1.53-src.tar.bz2
/snes9x-1.54.1.tar.gz
+/snes9x-1.55.tar.gz
diff --git a/snes9x-1.54.1-unix_flags.patch b/snes9x-1.55-unix_flags.patch
similarity index 66%
rename from snes9x-1.54.1-unix_flags.patch
rename to snes9x-1.55-unix_flags.patch
index 4547791..cf6f66f 100644
--- a/snes9x-1.54.1-unix_flags.patch
+++ b/snes9x-1.55-unix_flags.patch
@@ -1,11 +1,10 @@
-diff -durN snes9x-1.54.1.orig/unix/configure.ac snes9x-1.54.1/unix/configure.ac
---- snes9x-1.54.1.orig/unix/configure.ac 2016-10-15 02:20:34.000000000 +0200
-+++ snes9x-1.54.1/unix/configure.ac 2017-02-04 18:52:33.297396407 +0100
-@@ -55,50 +55,6 @@
- # *****************************
+diff -urN snes9x-1.55/unix/configure.ac snes9x-1.55-patched/unix/configure.ac
+--- snes9x-1.55/unix/configure.ac 2017-11-20 04:16:36.000000000 +1000
++++ snes9x-1.55-patched/unix/configure.ac 2017-11-21 23:18:19.902227796 +1000
+@@ -56,49 +56,6 @@
# *** Execution begins here ***
# *****************************
--
+
-# Remove -g and -O2 flags manually.
-
-if test "x$CFLAGS" != "x"; then
@@ -52,15 +51,3 @@ diff -durN snes9x-1.54.1.orig/unix/configure.ac snes9x-1.54.1/unix/configure.ac
AC_S9X_COMPILER_FLAG([-fno-exceptions], [no_exceptions])
AC_S9X_COMPILER_FLAG([-fno-rtti], [no_rtti])
AC_S9X_COMPILER_FLAG([-pedantic], [pedantic])
-diff -durN snes9x-1.54.1.orig/unix/Makefile.in snes9x-1.54.1/unix/Makefile.in
---- snes9x-1.54.1.orig/unix/Makefile.in 2016-10-15 02:20:34.000000000 +0200
-+++ snes9x-1.54.1/unix/Makefile.in 2017-02-04 18:52:02.039108126 +0100
-@@ -47,7 +47,7 @@
- exit 1
-
- snes9x: $(OBJECTS)
-- $(CCC) $(INCLUDES) -o $@ $(OBJECTS) -lm @S9XLIBS@
-+ $(CCC) $(LDFLAGS) $(INCLUDES) -o $@ $(OBJECTS) -lm @S9XLIBS@
-
- ../jma/s9x-jma.o: ../jma/s9x-jma.cpp
- $(CCC) $(INCLUDES) -c $(CCFLAGS) -fexceptions $*.cpp -o $@
diff --git a/snes9x.appdata.xml b/snes9x.appdata.xml
new file mode 100644
index 0000000..d61eea1
--- /dev/null
+++ b/snes9x.appdata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+<id>snes9x.desktop</id>
+ <metadata_license>CC-BY-SA-3.0</metadata_license>
+ <project_license>Other</project_license>
+ <name>Snes9x</name>
+ <summary>Super Nintendo Entertainment System emulator</summary>
+ <description>
+ <p>
+ Snes9x is a portable, freeware Super Nintendo Entertainment
+ System (SNES) emulator. It basically allows you to play most
+ games designed for the SNES and Super Famicom Nintendo game
+ systems on your computer.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <image>http://www.snes9x.com/images/mariokart1.gif</image>
+ <image>http://www.snes9x.com/images/yisland.jpg</image>
+ </screenshot>
+ </screenshots>
+ <url type="homepage">http://www.snes9x.com/</url>
+</component>
+
diff --git a/snes9x.spec b/snes9x.spec
index c3d9ff2..c876389 100644
--- a/snes9x.spec
+++ b/snes9x.spec
@@ -1,12 +1,13 @@
Summary: Super Nintendo Entertainment System emulator
Name: snes9x
-Version: 1.54.1
-Release: 3%{?dist}
+Version: 1.55
+Release: 1%{?dist}
License: Other
URL: http://www.snes9x.com/
-Source: https://github.com/snes9xgit/snes9x/archive/%{version}.tar.gz#/%{name}-%{...
-# Fix CFLAGS and LDFLAGS usage in CLI version
-Patch0: %{name}-1.54.1-unix_flags.patch
+Source0: https://github.com/snes9xgit/snes9x/archive/%{version}.tar.gz#/%{name}-%{...
+Source1: %{name}.appdata.xml
+# Fix CFLAGS usage in CLI version
+Patch0: %{name}-1.55-unix_flags.patch
BuildRequires: gcc-c++
BuildRequires: autoconf
BuildRequires: zlib-devel
@@ -20,10 +21,13 @@ BuildRequires: gtk2-devel
BuildRequires: libglade2-devel
BuildRequires: SDL-devel
BuildRequires: libxml2-devel
+BuildRequires: minizip-devel
BuildRequires: portaudio-devel
BuildRequires: alsa-lib-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: desktop-file-utils
+BuildRequires: libappstream-glib
+Requires: hicolor-icon-theme
%description
Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES)
@@ -79,6 +83,11 @@ install -p -m 0755 unix/snes9x %{buildroot}%{_bindir}
desktop-file-validate \
%{buildroot}%{_datadir}/applications/%{name}.desktop
+# Install AppData file
+install -d %{buildroot}%{_datadir}/metainfo
+install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml
+
%find_lang snes9x-gtk
@@ -113,11 +122,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%doc docs/changes.txt
%doc gtk/doc/README
%{_bindir}/snes9x-gtk
+%{_datadir}/metainfo/snes9x.appdata.xml
%{_datadir}/applications/snes9x.desktop
%{_datadir}/icons/hicolor/*/apps/snes9x.*
%changelog
+* Sun Nov 26 2017 Andrea Musuruane <musuruan(a)gmail.com> - 1.55-1
+- Updated to 1.55
+- Added AppData file
+- Added missing Requires
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.54.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index 9441f8f..5ccc93b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea8e97bbde690345b4d3b1af9facc1f0 snes9x-1.54.1.tar.gz
+01cf5f01291ea683f52932bf7eb595a7 snes9x-1.55.tar.gz
6 years, 12 months
[nvidia-kmod] Update to 387.34 release
by Leigh Scott
commit 971b2400927803a009a734dc487ecb7695f247ec
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Nov 26 13:30:23 2017 +0000
Update to 387.34 release
nvidia-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index e3da2be..452bdcf 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -8,7 +8,7 @@
Name: nvidia-kmod
Epoch: 2
-Version: 387.22
+Version: 387.34
# Taken over by kmodtool
Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
@@ -71,6 +71,9 @@ done
%changelog
+* Sun Nov 26 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2:387.34-1
+- Update to 387.34 release
+
* Mon Oct 30 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2:387.22-1
- Update to 387.22 release
6 years, 12 months
[xorg-x11-drv-nvidia] Update to 387.34 release
by Leigh Scott
commit 93ea25d580cb4b810cbb4555f7f6e99443f66413
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Nov 26 11:56:30 2017 +0000
Update to 387.34 release
sources | 6 +++---
xorg-x11-drv-nvidia.spec | 7 +++++--
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/sources b/sources
index 89553f6..ba41c78 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-abdbb3c813e52148f7435308121e6a37 NVIDIA-Linux-x86-387.22.run
-5989b02e94ce3f171e473e0837f52e24 NVIDIA-Linux-x86_64-387.22.run
-984bf125204f48a18206031a7276569e NVIDIA-Linux-armv7l-gnueabihf-387.22.run
+7ab30192d4949bc2678caf7940ddda1f NVIDIA-Linux-armv7l-gnueabihf-387.34.run
+4e356a75541633ac3f9ac0f53bb65823 NVIDIA-Linux-x86-387.34.run
+93f33ebb102292d40e3200caf6c9eba4 NVIDIA-Linux-x86_64-387.34.run
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 1d72492..3e9811f 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -36,8 +36,8 @@
Name: xorg-x11-drv-nvidia
Epoch: 2
-Version: 387.22
-Release: 3%{?dist}
+Version: 387.34
+Release: 1%{?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
+* Sun Nov 26 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2:387.34-1
+- Update to 387.34 release
+
* Sun Nov 05 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2:387.22-3
- Remove nomodeset from cmdline during install
6 years, 12 months
[motion] Update to 4.1 release
by Leigh Scott
commit 69d41e429e9d8e00258b5ddba7b97459a4d9bd2f
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Nov 24 19:38:18 2017 +0000
Update to 4.1 release
.gitignore | 1 +
motion.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3f9a7b..80cb558 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
motion-3.3.0.tar.gz
/motion-release-4.0.1.tar.gz
+/motion-release-4.1.tar.gz
diff --git a/motion.spec b/motion.spec
index 399d5b0..0d99666 100644
--- a/motion.spec
+++ b/motion.spec
@@ -21,10 +21,10 @@
# tar -pczf motion-3.3.0.tar.gz motion-3.3.0/
#v-
-%global nextver 4.0.1
+%global nextver 4.1
Name: motion
Version: %{nextver}
-Release: 6%{?dist}
+Release: 1%{?dist}
Summary: A motion detection system
Group: Applications/Multimedia
@@ -70,7 +70,7 @@ autoreconf
%configure \
--without-optimizecpu --with-ffmpeg --without-mysql --without-pgsql
-%make_build
+%make_build V=1
%install
%make_install
@@ -129,6 +129,9 @@ find /var/motion -user root -group root -exec chown motion:video '{}' ';'
%{_tmpfilesdir}/%{name}.conf
%changelog
+* Fri Nov 24 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 4.1-1
+- Update to 4.1 release
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 4.0.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index dc46f4e..93ef663 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c87f90c4118d8cf0fb14700db69118f motion-release-4.0.1.tar.gz
+c881dc80b2a6031b6e49005cda008f40 motion-release-4.1.tar.gz
7 years
[live555] new upstream release
by Alexandre Detiste
commit 4201e96da0d60a688aba15637f98322a37b6069a
Author: Alexandre Detiste <alexandre.detiste(a)gmail.com>
Date: Fri Nov 24 11:09:29 2017 +0100
new upstream release
live555.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/live555.spec b/live555.spec
index a510165..820ea98 100644
--- a/live555.spec
+++ b/live555.spec
@@ -1,5 +1,5 @@
Name: live555
-Version: 2017.09.12
+Version: 2017.10.28
Release: 1%{?dist}
Summary: Live555.com streaming libraries
@@ -118,6 +118,9 @@ chmod +x %{buildroot}%{_libdir}/*.so*
%changelog
+* Fri Nov 24 2017 Alexandre Detiste <alexandre(a)detiste.be> - 2017.10.28-1
+- Update to 2017.10.28
+
* Sun Sep 24 2017 Alexandre Detiste <alexandre(a)detiste.be> - 2017.09.12-1
- Update to 2017.09.12
diff --git a/sources b/sources
index f1b93d2..141292b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef4efc5755577a4ea2c1664ac11a8a0f live.2017.09.12.tar.gz
+a5acd14c4fa7b50f7270304d3b4a70ae live.2017.10.28.tar.gz
7 years
[alsa-plugins-freeworld] Update to 1.1.5
by Nicolas Chauvet
commit a7250793a077a78124fc7a53bd5f33e863a044b8
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Nov 23 21:05:52 2017 +0100
Update to 1.1.5
.gitignore | 1 +
alsa-plugins-freeworld.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a40a03..92c77f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
alsa-plugins-1.0.28.tar.bz2
/alsa-plugins-1.1.1.tar.bz2
/alsa-plugins-1.1.4.tar.bz2
+/alsa-plugins-1.1.5.tar.bz2
diff --git a/alsa-plugins-freeworld.spec b/alsa-plugins-freeworld.spec
index 2aec42a..89e930b 100644
--- a/alsa-plugins-freeworld.spec
+++ b/alsa-plugins-freeworld.spec
@@ -1,6 +1,6 @@
Name: alsa-plugins-freeworld
-Version: 1.1.4
-Release: 2%{?dist}
+Version: 1.1.5
+Release: 1%{?dist}
Summary: The ALSA Plugins - freeworld version
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
License: LGPLv2+
@@ -98,6 +98,9 @@ install -pm 0644 %{SOURCE1} %{SOURCE2} \
%changelog
+* Thu Nov 23 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.5-1
+- Update to 1.1.5
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index ac9a621..4f4d3ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de51130a7444b79b2dd3c25e28420754 alsa-plugins-1.1.4.tar.bz2
+f898b0e6e8acf3f6f82bc2a0f0c84a97 alsa-plugins-1.1.5.tar.bz2
7 years