Author: sergiomb
Update of /cvs/free/rpms/gtetrinet/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10258
Modified Files:
gtetrinet.spec
Added Files:
gtetrinet-0.7.11-format-security.patch
Log Message:
* Sun May 10 2015 Sérgio Basto <sergio(a)serjux.com> - 0.7.11-8
- Fix FTBFS on F22, rfbz #3632
gtetrinet-0.7.11-format-security.patch:
tetrinet.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE gtetrinet-0.7.11-format-security.patch ---
--- gtetrinet-0.7.11.orig/src/tetrinet.c 2006-09-02 11:59:13.000000000 +0100
+++ gtetrinet-0.7.11/src/tetrinet.c 2015-05-10 23:00:33.492201857 +0100
@@ -232,7 +232,7 @@ void tetrinet_inmessage (enum inmsg_type
dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL,
GTK_MESSAGE_ERROR,
GTK_BUTTONS_OK,
- buf);
+ "%s", buf);
gtk_dialog_run (GTK_DIALOG(dialog));
gtk_widget_destroy (dialog);
g_free (data_utf8);
Index: gtetrinet.spec
===================================================================
RCS file: /cvs/free/rpms/gtetrinet/devel/gtetrinet.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gtetrinet.spec 31 Aug 2014 03:29:07 -0000 1.7
+++ gtetrinet.spec 10 May 2015 22:08:18 -0000 1.8
@@ -1,13 +1,14 @@
Summary: GNOME version of a tetris game playable on the net
Name: gtetrinet
Version: 0.7.11
-Release: 7%{?dist}
+Release: 8%{?dist}
License: GPLv2+
Group: Amusements/Games
URL:
http://gtetrinet.sourceforge.net/
Source0:
http://ftp.gnome.org/pub/GNOME/sources/gtetrinet/0.7/gtetrinet-%{version}...
Source1: tetrinet.txt
Source2:
http://www.mavit.pwp.blueyonder.co.uk/mmr-sounds-1.0.tar.gz
+Patch1: gtetrinet-0.7.11-format-security.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: libgnome >= 2.0.0
Requires: libgnomeui >= 2.0.0
@@ -25,6 +26,7 @@
%prep
%setup -q
+%patch1 -p1
%build
@@ -59,6 +61,9 @@
%changelog
+* Sun May 10 2015 Sérgio Basto <sergio(a)serjux.com> - 0.7.11-8
+- Fix FTBFS on F22, rfbz #3632
+
* Sun Aug 31 2014 Sérgio Basto <sergio(a)serjux.com> - 0.7.11-7
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
@@ -143,7 +148,7 @@
- Rebuilt against Red Hat Linux 7.3.
- Added the %%{?_smp_mflags} expansion.
-* Wed Apr 26 2001 Matthias Saou <
http://freshrpms.net/>
+* Wed Apr 25 2001 Matthias Saou <
http://freshrpms.net/>
- Spec file cleanup and rebuilt for Red Hat 7.1.
- I think this was one of my first RPMs ;-)