]> git.pld-linux.org Git - packages/crossmingw32-harfbuzz.git/commitdiff
- updated to 0.9.41 auto/th/crossmingw32-harfbuzz-0.9.41-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Jun 2015 12:09:09 +0000 (14:09 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Jun 2015 12:09:09 +0000 (14:09 +0200)
- removed obsolete mingw32 patch

crossmingw32-harfbuzz.spec
harfbuzz-mingw32.patch [deleted file]

index 3c45d9472d6fee9a305cc6f34d96494f78692464..02833fea7ef7647bf7077bb4e7758de0373dcdb5 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       HarfBuzz - internationalized text shaping library - MinGW32 cross version
 Summary(pl.UTF-8):     Rasteryzer fontów TrueType - wersja skrośna dla MinGW32
 Name:          crossmingw32-harfbuzz
-Version:       0.9.40
-Release:       2
+Version:       0.9.41
+Release:       1
 License:       MIT
 Group:         Development/Libraries
 Source0:       http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.bz2
-# Source0-md5: 0e27e531f4c4acff601ebff0957755c2
-Patch0:                harfbuzz-mingw32.patch
+# Source0-md5: a2966f1b6a470c2cd84eb511f924cf68
 URL:           http://www.freedesktop.org/wiki/HarfBuzz
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.13
@@ -89,7 +88,6 @@ Biblioteka DLL harfbuzz dla Windows.
 
 %prep
 %setup -q -n harfbuzz-%{version}
-%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/harfbuzz-mingw32.patch b/harfbuzz-mingw32.patch
deleted file mode 100644 (file)
index 9ba98b6..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- harfbuzz-0.9.39/src/hb-private.hh.orig     2015-02-26 22:59:13.689932225 +0100
-+++ harfbuzz-0.9.39/src/hb-private.hh  2015-03-05 21:56:05.906340574 +0100
-@@ -127,7 +127,7 @@
- #  elif defined(WINAPI_FAMILY) && (WINAPI_FAMILY==WINAPI_FAMILY_PC_APP || WINAPI_FAMILY==WINAPI_FAMILY_PHONE_APP)
- #    define getenv(Name) NULL
- #  endif
--#  if (defined(__WIN32__) && !defined(__WINE__)) || defined(_MSC_VER)
-+#  if (defined(__WIN32__) && !defined(__WINE__)) && defined(_MSC_VER)
- #    define snprintf _snprintf
-      /* Windows CE only has _strdup, while rest of Windows has both. */
- #    define strdup _strdup
This page took 0.400443 seconds and 4 git commands to generate.