]> git.pld-linux.org Git - packages/crossmingw32-harfbuzz.git/commitdiff
- updated to 1.9.0 auto/th/crossmingw32-harfbuzz-1.9.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Sep 2018 14:06:33 +0000 (16:06 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Sep 2018 14:06:33 +0000 (16:06 +0200)
- updated win32 patch

crossmingw32-harfbuzz.spec
harfbuzz-win32.patch

index f5878a900477fecf39f3bde78bda4160f9104067..30308bd0a89fe9bb9d4da4eb7d27089b86ca903e 100644 (file)
@@ -1,12 +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:       1.8.8
+Version:       1.9.0
 Release:       1
 License:       MIT
 Group:         Development/Libraries
 Source0:       https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.bz2
-# Source0-md5: 81dbce82d6471ec2b2a627ce02d03e5d
+# Source0-md5: 263a3f1cb014e3ad2e4123c238a9bfc5
 Patch0:                harfbuzz-win32.patch
 URL:           https://www.freedesktop.org/wiki/HarfBuzz
 BuildRequires: autoconf >= 2.64
@@ -225,9 +225,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libharfbuzz-subset.dll.a
 %{_libdir}/libharfbuzz-subset.la
 %{_includedir}/harfbuzz/hb-subset.h
-%{_includedir}/harfbuzz/hb-subset-glyf.hh
-%{_includedir}/harfbuzz/hb-subset-plan.hh
-%{_includedir}/harfbuzz/hb-subset-private.hh
 %{_pkgconfigdir}/harfbuzz-subset.pc
 
 %files subset-static
index 54270f94ba61e220da86b8492770f0054e72c940..950fc6201295b0a7cc21e03b6506a369a1836b41 100644 (file)
@@ -10,8 +10,8 @@
  
  static inline uint16_t hb_uint16_swap (const uint16_t v)
  { return (v >> 8) | (v << 8); }
---- harfbuzz-1.8.5/src/hb-atomic-private.hh.orig       2018-08-02 20:46:35.868562237 +0200
-+++ harfbuzz-1.8.5/src/hb-atomic-private.hh    2018-08-02 21:02:03.521884980 +0200
+--- harfbuzz-1.9.0/src/hb-atomic.hh.orig       2018-08-02 20:46:35.868562237 +0200
++++ harfbuzz-1.9.0/src/hb-atomic.hh    2018-08-02 21:02:03.521884980 +0200
 @@ -104,7 +104,7 @@
  typedef LONG hb_atomic_int_impl_t;
  #define hb_atomic_int_impl_add(AI, V)         InterlockedExchangeAdd ((AI), (V))
@@ -21,8 +21,8 @@
  
  
  #elif !defined(HB_NO_MT) && defined(HAVE_INTEL_ATOMIC_PRIMITIVES)
---- harfbuzz-1.8.0/src/hb-private.hh.orig      2018-06-08 22:23:00.670122650 +0200
-+++ harfbuzz-1.8.0/src/hb-private.hh   2018-06-08 22:28:25.200118946 +0200
+--- harfbuzz-1.9.0/src/hb.hh.orig      2018-06-08 22:23:00.670122650 +0200
++++ harfbuzz-1.9.0/src/hb.hh   2018-06-08 22:28:25.200118946 +0200
 @@ -51,7 +51,7 @@
  #include <stdio.h>
  #include <stdarg.h>
This page took 0.515301 seconds and 4 git commands to generate.