rpms/libwmf/devel .cvsignore, 1.2, 1.3 libwmf-0.2.8.3-nodocs.patch, 1.1, 1.2 libwmf.spec, 1.9, 1.10 sources, 1.2, 1.3 libwmf-0.2.8.3-noextras.patch, 1.1, NONE libwmf-0.2.8.3-rh154813.patch, 1.1, NONE libwmf-0.2.8.3-warnings.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 28 08:54:42 UTC 2005


Author: caolanm

Update of /cvs/dist/rpms/libwmf/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2269

Modified Files:
	.cvsignore libwmf-0.2.8.3-nodocs.patch libwmf.spec sources 
Removed Files:
	libwmf-0.2.8.3-noextras.patch libwmf-0.2.8.3-rh154813.patch 
	libwmf-0.2.8.3-warnings.patch 
Log Message:
merged patches upstream


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libwmf/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Sep 2004 07:48:50 -0000	1.2
+++ .cvsignore	28 Jul 2005 08:54:37 -0000	1.3
@@ -1 +1,2 @@
 libwmf-0.2.8.3.tar.gz
+libwmf-0.2.8.4.tar.gz

libwmf-0.2.8.3-nodocs.patch:
 Makefile.in                |    4 ++--
 libwmf-0.2.8.3/Makefile.am |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Index: libwmf-0.2.8.3-nodocs.patch
===================================================================
RCS file: /cvs/dist/rpms/libwmf/devel/libwmf-0.2.8.3-nodocs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libwmf-0.2.8.3-nodocs.patch	9 Sep 2004 07:48:50 -0000	1.1
+++ libwmf-0.2.8.3-nodocs.patch	28 Jul 2005 08:54:37 -0000	1.2
@@ -13,20 +13,17 @@
 +DIST_SUBDIRS = . src include fonts
  
  SUBDIRS = $(DIRHEAVY)
- 
-diff -ru libwmf-0.2.8.3.orig/Makefile.in libwmf-0.2.8.3/Makefile.in
---- libwmf-0.2.8.3.orig/Makefile.in	2004-02-10 12:58:18.000000000 +0000
-+++ libwmf-0.2.8.3/Makefile.in	2004-06-11 13:29:01.996713643 +0100
-@@ -125,10 +125,10 @@
- am__include = @am__include@
- am__quote = @am__quote@
- install_sh = @install_sh@
-- at LIBWMF_BUILD_ALL_TRUE@DIRHEAVY = . src include fonts doc
-+ at LIBWMF_BUILD_ALL_TRUE@DIRHEAVY = . src include fonts
+
+--- libwmf-0.2.8.4.orig/Makefile.in	2005-07-28 09:46:20.000000000 +0100
++++ libwmf-0.2.8.4/Makefile.in	2005-07-28 09:46:29.000000000 +0100
+@@ -231,8 +231,8 @@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
  @LIBWMF_BUILD_ALL_FALSE at DIRHEAVY = . src include
- 
+- at LIBWMF_BUILD_ALL_TRUE@DIRHEAVY = . src include fonts doc
 -DIST_SUBDIRS = . src include fonts doc
++ at LIBWMF_BUILD_ALL_TRUE@DIRHEAVY = . src include fonts
 +DIST_SUBDIRS = . src include fonts
- 
  SUBDIRS = $(DIRHEAVY)
- 
+ bin_SCRIPTS = libwmf-config
+ WMFEXAMPLES = \


Index: libwmf.spec
===================================================================
RCS file: /cvs/dist/rpms/libwmf/devel/libwmf.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libwmf.spec	26 Jul 2005 15:16:12 -0000	1.9
+++ libwmf.spec	28 Jul 2005 08:54:37 -0000	1.10
@@ -1,16 +1,13 @@
 Summary: Windows Metafile Library
 Name: libwmf
-Version: 0.2.8.3
-Release: 9
+Version: 0.2.8.4
+Release: 1
 Group: System Environment/Libraries
 License: LGPL
 Source: http://prdownloads.sourceforge.net/wvware/%{name}-%{version}.tar.gz
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Patch0: libwmf-0.2.8.3-nodocs.patch
 Patch1: libwmf-0.2.8.3-relocatablefonts.patch
-Patch2: libwmf-0.2.8.3-warnings.patch
-Patch3: libwmf-0.2.8.3-noextras.patch
-Patch4: libwmf-0.2.8.3-rh154813.patch
 Requires: gtk2 >= 2.4.1-2
 Requires: libxml2 >= 2.6.8
 Requires: gd >= 2.0.21
@@ -42,16 +39,13 @@
 %setup -q
 %patch0 -p1 -b .nodocs
 %patch1 -p1 -b .relocatablefonts
-%patch2 -p1 -b .warnings
-%patch3 -p1 -b .noextras
-%patch4 -p1 -b .rh154813
 
 %build
 rm configure.ac
 libtoolize --force --copy
 aclocal-1.4
 autoconf
-automake-1.4
+automake-1.4 -a
 %configure --with-libxml2
 export tagname=CC
 make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
@@ -101,6 +95,12 @@
 rm -r $RPM_BUILD_ROOT
 
 %changelog
+* Thu Jul 28 2005 Caolan McNamara <caolanm at redhat.com> 0.2.8.4-1
+- get patches merged upstream
+- drop integrated libwmf-0.2.8.3-warnings.patch
+- drop integrated libwmf-0.2.8.3-noextras.patch
+- drop integrated libwmf-0.2.8.3-rh154813.patch
+
 * Tue Jul 26 2005 Caolan McNamara <caolanm at redhat.com> 0.2.8.3-9
 - rh#154813# wmf upsidedown, spec (what of is there is) says that
   this shouldn't happen, but...


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libwmf/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Sep 2004 07:48:50 -0000	1.2
+++ sources	28 Jul 2005 08:54:37 -0000	1.3
@@ -1 +1 @@
-3b058327bb14d2373260a74beb7f3e2f  libwmf-0.2.8.3.tar.gz
+d1177739bf1ceb07f57421f0cee191e0  libwmf-0.2.8.4.tar.gz


--- libwmf-0.2.8.3-noextras.patch DELETED ---


--- libwmf-0.2.8.3-rh154813.patch DELETED ---


--- libwmf-0.2.8.3-warnings.patch DELETED ---




More information about the fedora-cvs-commits mailing list