Procházet zdrojové kódy

upgrading package: freetype 2.3.7 -> 2.3.8

Ralf S. Engelschall před 17 roky
rodič
revize
86f96c6bc9
2 změnil soubory, kde provedl 8 přidání a 11 odebrání
  1. 6 6
      freetype/freetype.patch
  2. 2 5
      freetype/freetype.spec

+ 6 - 6
freetype/freetype.patch

@@ -1,6 +1,6 @@
 Index: builds/unix/freetype-config.in
---- builds/unix/freetype-config.in.orig	2006-10-12 06:51:08 +0200
-+++ builds/unix/freetype-config.in	2007-07-03 20:27:44 +0200
+--- builds/unix/freetype-config.in.orig	2008-06-09 23:25:37 +0200
++++ builds/unix/freetype-config.in	2009-01-15 19:02:18 +0100
 @@ -128,7 +128,7 @@
  fi
  
@@ -12,7 +12,7 @@ Index: builds/unix/freetype-config.in
    else
 Index: builds/unix/freetype2.in
 --- builds/unix/freetype2.in.orig	2006-10-12 06:51:08 +0200
-+++ builds/unix/freetype2.in	2007-07-03 20:27:44 +0200
++++ builds/unix/freetype2.in	2009-01-15 19:02:18 +0100
 @@ -8,4 +8,4 @@
  Version: @ft_version@
  Requires:
@@ -21,7 +21,7 @@ Index: builds/unix/freetype2.in
 +Cflags: -I${includedir}
 Index: builds/unix/install.mk
 --- builds/unix/install.mk.orig	2006-04-01 07:16:40 +0200
-+++ builds/unix/install.mk	2007-07-03 20:27:44 +0200
++++ builds/unix/install.mk	2009-01-15 19:02:18 +0100
 @@ -30,30 +30,30 @@
  install: $(PROJECT_LIBRARY)
  	$(MKINSTALLDIRS) $(DESTDIR)$(libdir)                               \
@@ -80,8 +80,8 @@ Index: builds/unix/install.mk
  	-$(DELETE) $(DESTDIR)$(bindir)/freetype-config
  	-$(DELETE) $(DESTDIR)$(datadir)/aclocal/freetype2.m4
 Index: include/freetype/freetype.h
---- include/freetype/freetype.h.orig	2007-07-02 23:06:00 +0200
-+++ include/freetype/freetype.h	2007-07-03 20:27:44 +0200
+--- include/freetype/freetype.h.orig	2009-01-14 07:34:13 +0100
++++ include/freetype/freetype.h	2009-01-15 19:02:18 +0100
 @@ -16,15 +16,6 @@
  /***************************************************************************/
  

+ 2 - 5
freetype/freetype.spec

@@ -31,8 +31,8 @@ Distribution: OpenPKG Community
 Class:        BASE
 Group:        Graphics
 License:      GPL
-Version:      2.3.7
-Release:      20080629
+Version:      2.3.8
+Release:      20090115
 
 #   list of sources
 Source0:      http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.tar.gz
@@ -68,9 +68,6 @@ AutoReqProv:  no
 %prep
     %setup -q
     %patch -p0
-    %{l_shtool} subst \
-        -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
-        builds/unix/configure
 
 %build
     CC="%{l_cc}" \