From bc240ad89999e86b02606e5cb661d5422b11968c Mon Sep 17 00:00:00 2001 From: Paul F. Johnson Date: Dec 24 2008 22:37:09 +0000 Subject: Bump to RC1 branched svn --- diff --git a/.cvsignore b/.cvsignore index 6a8dfe5..0703621 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libgdiplus-118228.tar.bz2 +libgdiplus-122059.tar.bz2 diff --git a/import.log b/import.log index e4cdea4..9e845b9 100644 --- a/import.log +++ b/import.log @@ -4,3 +4,4 @@ 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 +libgdiplus-2_2-4_RC1_20081224svn122059_fc11:HEAD:libgdiplus-2.2-4.RC1.20081224svn122059.fc11.src.rpm:1230158179 diff --git a/libgdiplus.spec b/libgdiplus.spec index 4198fa9..984a9f6 100644 --- a/libgdiplus.spec +++ b/libgdiplus.spec @@ -1,8 +1,8 @@ -%define svnver 118228 +%define svnver 122059 Name: libgdiplus Version: 2.2 -Release: 3.pre2.20081210svn%{svnver}%{?dist} +Release: 4.RC1.20081224svn%{svnver}%{?dist} Summary: libgdiplus: An Open Source implementation of the GDI+ API Group: System Environment/Libraries @@ -37,13 +37,13 @@ perl -pi -e "s,-Werror,,g" src/Makefile make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +rm -rf %{buildroot} +make install DESTDIR=%{buildroot} -rm $RPM_BUILD_ROOT%{_libdir}/*.la +rm %{buildroot}%{_libdir}/*.la %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %post -p /sbin/ldconfig @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.so %changelog +* Wed Dec 24 2008 Paul F. Johnson 2.2-4.RC1.20081224svn122059 +- Bump to RC1 branched svn + * Wed Dec 10 2008 Paul F. Johnson 2.2-3.pre2.20081012svn118228 - Update to svn diff --git a/sources b/sources index 266934a..4f0bd60 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -73c6eb962a8d3ca7793958140081baaa libgdiplus-118228.tar.bz2 +0ee844a701f813868a7af3ab08201a1c libgdiplus-122059.tar.bz2