]> git.pld-linux.org Git - packages/crossmingw32-pango.git/commitdiff
- updated to 1.50.2 auto/th/crossmingw32-pango-1.50.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 17 Dec 2021 16:39:07 +0000 (17:39 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 17 Dec 2021 16:39:07 +0000 (17:39 +0100)
crossmingw32-pango.spec
pango-x32.patch [deleted file]

index 44a79bd4dbf6cb081d2c7dee98793ce6a59f8bd2..99dc4d0490f8f68470803aeddca9e4ba3e95179a 100644 (file)
@@ -2,13 +2,12 @@ Summary:      System for layout and rendering of internationalized text - cross MinGW
 Summary(pl.UTF-8):     System renderowania międzynarodowego tekstu - wersja skrośna dla MinGW32
 %define                realname   pango
 Name:          crossmingw32-%{realname}
-Version:       1.50.1
+Version:       1.50.2
 Release:       1
 License:       LGPL v2+
 Group:         Development/Libraries
 Source0:       https://download.gnome.org/sources/pango/1.50/%{realname}-%{version}.tar.xz
-# Source0-md5: 56bef4e962c944d008b289e5613beb7f
-Patch0:                pango-x32.patch
+# Source0-md5: 07573b04545f36c3b4c6d433ee8ede6a
 URL:           https://pango.gnome.org/
 # cairo-ft cairo-pdf cairo-png cairo-ps cairo-win32
 BuildRequires: crossmingw32-cairo >= 1.12.10
@@ -104,7 +103,6 @@ Biblioteki DLL pango dla Windows.
 
 %prep
 %setup -q -n %{realname}-%{version}
-%patch0 -p1
 
 # disable unused gi-docgen subproject
 %{__sed} -i -e '/fallback:.*gi-docgen/d' meson.build
diff --git a/pango-x32.patch b/pango-x32.patch
deleted file mode 100644 (file)
index a75be86..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- pango-1.50.0/pango/pango-item-private.h.orig       2021-12-03 03:03:01.231547600 +0100
-+++ pango-1.50.0/pango/pango-item-private.h    2021-12-03 20:03:59.599824571 +0100
-@@ -40,7 +40,7 @@ G_BEGIN_DECLS
- typedef struct _PangoItemPrivate PangoItemPrivate;
--#ifdef __x86_64__
-+#if defined(__x86_64__) && defined(__LP64__)
- struct _PangoItemPrivate
- {
This page took 0.115144 seconds and 4 git commands to generate.