rpms/libgdiplus/devel .cvsignore, 1.10, 1.11 libgdiplus.spec, 1.20, 1.21 sources, 1.10, 1.11

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 4 14:47:42 UTC 2006


Author: alexl

Update of /cvs/dist/rpms/libgdiplus/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4144

Modified Files:
	.cvsignore libgdiplus.spec sources 
Log Message:
* 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



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libgdiplus/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	1 Sep 2006 15:11:59 -0000	1.10
+++ .cvsignore	4 Dec 2006 14:47:40 -0000	1.11
@@ -1 +1 @@
-libgdiplus-1.1.17.tar.gz
+libgdiplus-1.2.2.tar.gz


Index: libgdiplus.spec
===================================================================
RCS file: /cvs/dist/rpms/libgdiplus/devel/libgdiplus.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libgdiplus.spec	4 Sep 2006 08:53:01 -0000	1.20
+++ libgdiplus.spec	4 Dec 2006 14:47:40 -0000	1.21
@@ -1,5 +1,5 @@
 Name:           libgdiplus
-Version:        1.1.17
+Version:        1.2.2
 Release:        1%{?dist}
 Summary:        libgdiplus: An Open Source implementation of the GDI+ API
 
@@ -22,7 +22,7 @@
 API, it is part of the Mono Project
 
 %package devel
-Summary: pkgconfig file for libgdiplus
+Summary: Development files for libgdiplus
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release} pkgconfig
 
@@ -48,16 +48,27 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/lib*
+%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*
 
 %files devel
 %defattr(-,root,root,-)
+%doc ChangeLog
 %{_libdir}/pkgconfig/*
 
 %changelog
+* 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)


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libgdiplus/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	1 Sep 2006 15:11:59 -0000	1.10
+++ sources	4 Dec 2006 14:47:40 -0000	1.11
@@ -1 +1 @@
-77f11c54b2da345776d713fcc303ed9c  libgdiplus-1.1.17.tar.gz
+c01b803de40c70f9a009652d597c6732  libgdiplus-1.2.2.tar.gz




More information about the fedora-cvs-commits mailing list