Author: musuruan
Update of /cvs/free/rpms/gambatte/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22764
Modified Files:
.cvsignore gambatte.spec sources
Log Message:
* Mon Sep 29 2014 Andrea Musuruane <musuruan(a)gmail.com> - 571-1
- Updated to upstream r571
- Dropped obsolete Group tags
- Updated icon cache scriptlets
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gambatte/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 29 Dec 2013 15:18:33 -0000 1.5
+++ .cvsignore 30 Sep 2014 17:32:49 -0000 1.6
@@ -1 +1 @@
-gambatte_src-r550.tar.gz
+gambatte_src-r571.tar.gz
Index: gambatte.spec
===================================================================
RCS file: /cvs/free/rpms/gambatte/devel/gambatte.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gambatte.spec 11 Sep 2014 23:10:39 -0000 1.11
+++ gambatte.spec 30 Sep 2014 17:32:49 -0000 1.12
@@ -3,8 +3,8 @@
%define soname lib%{libname}.so
Name: gambatte
-Version: 550
-Release: 2%{?dist}
+Version: 571
+Release: 1%{?dist}
Summary: An accuracy-focused Game Boy / Game Boy Color emulator
License: GPLv2
@@ -36,7 +36,6 @@
%package -n libgambatte
Summary: Core emulation code for Gambatte emulator
-Group: System Environment/Libraries
%description -n libgambatte
Gambatte is an accuracy-focused, open-source, cross-platform
@@ -50,7 +49,6 @@
%package -n libgambatte-devel
Summary: Development files for libgambatte
-Group: Development/Libraries
Requires: libgambatte = %{version}-%{release}
%description -n libgambatte-devel
@@ -59,7 +57,6 @@
%package qt
Summary: Qt4 Gambatte front-end
-Group: Applications/Emulators
%description qt
Gambatte is an accuracy-focused, open-source, cross-platform
@@ -72,7 +69,6 @@
%package sdl
Summary: SDL Gambatte front-end
-Group: Applications/Emulators
%description sdl
Gambatte is an accuracy-focused, open-source, cross-platform
@@ -163,19 +159,19 @@
%post qt
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun qt
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+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 qt
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
%files -n libgambatte
%{_libdir}/%{soname}
@@ -201,6 +197,11 @@
%changelog
+* Mon Sep 29 2014 Andrea Musuruane <musuruan(a)gmail.com> - 571-1
+- Updated to upstream r571
+- Dropped obsolete Group tags
+- Updated icon cache scriptlets
+
* Thu Sep 11 2014 Sérgio Basto <sergio(a)serjux.com> - 550-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gambatte/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 29 Dec 2013 15:18:33 -0000 1.5
+++ sources 30 Sep 2014 17:32:49 -0000 1.6
@@ -1 +1 @@
-ef8a4d1cb1b7f92e475de3dad8bd5e9f gambatte_src-r550.tar.gz
+8e60aca0ee9974ca115e003ca281882f gambatte_src-r571.tar.gz