Update to svn (fixes a number of annoying bugs in the pre2 release)

epel9
Paul F. Johnson 16 years ago
parent 726648d4a0
commit 98fdf73a8d

@ -1 +1 @@
libgdiplus-2.2.tar.bz2
libgdiplus-118228.tar.bz2

@ -3,3 +3,4 @@ libgdiplus-2_0-2_fc10:HEAD:libgdiplus-2.0-2.fc10.src.rpm:1221074944
libgdiplus-2_0-3_fc10:HEAD:libgdiplus-2.0-3.fc10.src.rpm:1222728609
libgdiplus-2_0-4_fc10:HEAD:libgdiplus-2.0-4.fc10.src.rpm:1222990439
libgdiplus-2_2-1_pre1_fc10:HEAD:libgdiplus-2.2-1.pre1.fc10.src.rpm:1227618032
libgdiplus-2_2-3_pre2_20081210svn118228_fc11:HEAD:libgdiplus-2.2-3.pre2.20081210svn118228.fc11.src.rpm:1229339579

@ -1,12 +1,14 @@
%define svnver 118228
Name: libgdiplus
Version: 2.2
Release: 1.pre1%{?dist}
Release: 3.pre2.20081210svn%{svnver}%{?dist}
Summary: libgdiplus: An Open Source implementation of the GDI+ API
Group: System Environment/Libraries
License: MIT
URL: http://www.mono-project.com/
Source0: %{name}-%{version}.tar.bz2
Source0: %{name}-%{svnver}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: freetype-devel glib2-devel libjpeg-devel libtiff-devel
@ -27,7 +29,7 @@ Requires: %{name} = %{version}-%{release} pkgconfig
Development files for libgdiplus
%prep
%setup -q
%setup -q -n %{name}-%{svnver}
perl -pi -e "s,-Werror,,g" src/Makefile
%build
@ -59,6 +61,12 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.so
%changelog
* Wed Dec 10 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-3.pre2.20081012svn118228
- Update to svn
* Fri Dec 05 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-2.pre2
- Update to 2.2 preview 2
* Tue Nov 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-1.pre1
- Update to 2.2 preview 1

@ -1 +1 @@
4af9c8171e75f1408c3628a8f7937d9f libgdiplus-2.2.tar.bz2
73c6eb962a8d3ca7793958140081baaa libgdiplus-118228.tar.bz2

Loading…
Cancel
Save