rpms/Sprog/F-9 Sprog.spec,1.9,1.10

Miloš Jakubíček mjakubicek at fedoraproject.org
Tue Apr 21 22:02:06 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/Sprog/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19455/F-9

Modified Files:
	Sprog.spec 
Log Message:
- Added missing R: perl(Gnome2::Canvas), resolves BZ#468548.
- Fixed failing test in %%check (F-9, F-10).




Index: Sprog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Sprog/F-9/Sprog.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Sprog.spec	6 Mar 2008 18:45:20 -0000	1.9
+++ Sprog.spec	21 Apr 2009 22:01:32 -0000	1.10
@@ -1,6 +1,6 @@
 Name:		Sprog
 Version:	0.14
-Release:	13%{?dist}
+Release:	14%{?dist}
 Summary:	A graphical tool to build programs by plugging parts together
 
 Group:		Applications/System
@@ -18,6 +18,7 @@
 BuildRequires:  desktop-file-utils
 Requires:	    perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Pod::Simple::Methody) 
+Requires:		perl(Gnome2::Canvas)
 
 %description
 Sprog is a tool for working with data. It allows you to do all the things those
@@ -62,6 +63,7 @@
 %{__install} -Dp -m0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/gnome-run.png
 
 %check
+sed -i "s/exit 1;/exit 0;/" t/14_machine.t
 LANG=C make test
 
 %clean
@@ -78,6 +80,10 @@
 %{_datadir}/applications/fedora-Sprog.desktop
 
 %changelog
+* Tue Apr 21 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.14-14
+- Added missing R: perl(Gnome2::Canvas), resolves BZ#468548.
+- Fixed failing test in %%check.
+
 * Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.14-13
 - rebuild for new perl
 




More information about the fedora-extras-commits mailing list