rpms/tuxpaint/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 tuxpaint.spec, 1.16, 1.17

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sun Jul 8 02:40:33 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/tuxpaint/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21773

Modified Files:
	.cvsignore sources tuxpaint.spec 
Log Message:
Update to 0.9.17.
BR librsvg2-devel and libpaper-devel.
Add include path for glibconfig.h to CFLAGS.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tuxpaint/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	24 Oct 2006 18:56:11 -0000	1.6
+++ .cvsignore	8 Jul 2007 02:39:58 -0000	1.7
@@ -1 +1 @@
-tuxpaint-0.9.16.tar.gz
+tuxpaint-0.9.17.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tuxpaint/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	24 Oct 2006 18:56:11 -0000	1.6
+++ sources	8 Jul 2007 02:39:58 -0000	1.7
@@ -1 +1 @@
-467ef64c7f81f9f3755ae2ceebe97f48  tuxpaint-0.9.16.tar.gz
+e98e4f1b3421ffcb0e1a1cbbf7c93dc4  tuxpaint-0.9.17.tar.gz


Index: tuxpaint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tuxpaint/devel/tuxpaint.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- tuxpaint.spec	30 Jan 2007 22:09:39 -0000	1.16
+++ tuxpaint.spec	8 Jul 2007 02:39:58 -0000	1.17
@@ -1,6 +1,6 @@
 Name:           tuxpaint
-Version:        0.9.16
-Release:        4%{?dist}
+Version:        0.9.17
+Release:        1%{?dist}
 
 Epoch:          1
 Summary:        Drawing program designed for young children
@@ -13,9 +13,17 @@
 Patch0:         tuxpaint-utf8.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  SDL-devel >= 1.2.4, SDL_image-devel, SDL_ttf-devel
-BuildRequires:  SDL_mixer-devel, libpng-devel, freetype-devel >= 2.0, gettext
-BuildRequires:  netpbm-devel, desktop-file-utils
+BuildRequires:  SDL-devel >= 1.2.4
+BuildRequires:  SDL_image-devel
+BuildRequires:  SDL_mixer-devel
+BuildRequires:  SDL_ttf-devel
+BuildRequires:  desktop-file-utils
+BuildRequires:  freetype-devel >= 2.0
+BuildRequires:  gettext
+BuildRequires:  libpaper-devel
+BuildRequires:  libpng-devel
+BuildRequires:  librsvg2-devel
+BuildRequires:  netpbm-devel
 
 # This should guarantee the proper permissions on
 # all of the /usr/share/icons/hicolor/* directories.
@@ -38,7 +46,7 @@
 make %{?_smp_mflags} \
     PREFIX=/usr \
     ARCH_LINKS="$( libpng-config --libs )" \
-    CFLAGS="$RPM_OPT_FLAGS"
+    CFLAGS="$RPM_OPT_FLAGS -I%{_libdir}/glib-2.0/include"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -76,6 +84,11 @@
 %{_mandir}/*/man1/*
 
 %changelog
+* Sat Jul 07 2007 Steven Pritchard <steve at kspei.com> 1:0.9.17-1
+- Update to 0.9.17.
+- BR librsvg2-devel and libpaper-devel.
+- Add include path for glibconfig.h to CFLAGS.
+
 * Tue Jan 30 2007 Steven Pritchard <steve at kspei.com> 1:0.9.16-4
 - Honor $RPM_OPT_FLAGS.
 - Fix various rpmlint warnings:




More information about the fedora-extras-commits mailing list