rpms/libgdiplus/F-7 .cvsignore, 1.12, 1.13 libgdiplus.spec, 1.22, 1.23 sources, 1.12, 1.13

David Nielsen (dnielsen) fedora-extras-commits at redhat.com
Mon Feb 4 06:47:31 UTC 2008


Author: dnielsen

Update of /cvs/pkgs/rpms/libgdiplus/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15636/F-7

Modified Files:
	.cvsignore libgdiplus.spec sources 
Log Message:
Update to 1.2.6



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libgdiplus/F-7/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	8 Feb 2007 08:23:48 -0000	1.12
+++ .cvsignore	4 Feb 2008 06:46:55 -0000	1.13
@@ -1 +1 @@
-libgdiplus-1.2.3.tar.gz
+libgdiplus-1.2.6.tar.bz2


Index: libgdiplus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgdiplus/F-7/libgdiplus.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- libgdiplus.spec	8 Feb 2007 08:23:48 -0000	1.22
+++ libgdiplus.spec	4 Feb 2008 06:46:55 -0000	1.23
@@ -1,20 +1,17 @@
 Name:           libgdiplus
-Version:        1.2.3
+Version:        1.2.6
 Release:        1%{?dist}
 Summary:        libgdiplus: An Open Source implementation of the GDI+ API
 
 Group:          System Environment/Libraries
 License:        MIT X11
 URL:            http://www.mono-project.com/
-Source0:        %{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  freetype-devel glib2-devel libjpeg-devel libtiff-devel
-BuildRequires:  libungif-devel libpng-devel
-# We don't actually use the external cairo yet, but this is an easy way
-# to pull in the right cairo requirements for the internal copy
-# libXt-devel also required for now...
-BuildRequires:  cairo-devel libXt-devel
+BuildRequires:  libungif-devel libpng-devel fontconfig-devel
+BuildRequires:  cairo-devel
 BuildRequires:  zlib-devel
 
 %description
@@ -31,18 +28,16 @@
 
 %prep
 %setup -q
-
-%build
-%configure
 perl -pi -e "s,-Werror,,g" src/Makefile
-make %{?_smp_mflags}
 
+%build
+%configure --disable-static 
+make %{?_smp_mflags} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm $RPM_BUILD_ROOT%{_libdir}/*.a
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %clean
@@ -53,28 +48,46 @@
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING NEWS README TODO MPL-1.1.html AUTHORS
-# We need the .so in the main package, because mono opens libgdiplus.so
-%{_libdir}/lib*.so*
+%defattr(-,root,root,-)
+%{_libdir}/lib*.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %doc ChangeLog
+%defattr(-,root,root,-)
 %{_libdir}/pkgconfig/*
+%{_libdir}/lib*.so
 
 %changelog
-* Thu Feb  8 2007 Alexander Larsson <alexl at redhat.com> - 1.2.3-1
-- Update to 1.2.3
+* Thu Nov 22 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.2.6-1
+- bump to latest preview version
 
-* Mon Dec  4 2006 Alexander Larsson <alexl at redhat.com> - 1.2.2-1
-- Update to 1.2.2
-- add ldconfig post/postun
-- Added doc files
-
-* Fri Sep  1 2006 Alexander Larsson <alexl at redhat.com> - 1.1.17-1
-- update to 1.1.17
-- Break out .pc file in devel subpackage (#205055)
+* Fri Oct 05 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.2.5-1
+- bump to 1.2.5
+- disabled static build
+- added fontconfig-devel requirement
+
+* Fri Apr 21 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.2.4-1
+- bump
+
+* Fri Jan 26 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.2.3-1
+- bump
+
+* Sat Dec 02 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.2.2-1
+- bump
+
+* Sat Nov 25 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.2.1-1
+- bump
+
+* Fri Nov 03 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.2-1
+- bump
+- added post and postun
+- put the .so file in the devel package
+
+* Sat Sep 02 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.17-1
+- bump
+- added devel package
+- swapped the perl script into prep (where it should be!)
 
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - sh: line 0: fg: no job control
 - rebuild


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgdiplus/F-7/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	8 Feb 2007 08:23:49 -0000	1.12
+++ sources	4 Feb 2008 06:46:55 -0000	1.13
@@ -1 +1 @@
-a29d56304aca9236754e61bf8ee518ee  libgdiplus-1.2.3.tar.gz
+8ab30ce6ed306e3b095dadef9ee456da  libgdiplus-1.2.6.tar.bz2




More information about the fedora-extras-commits mailing list