]> git.pld-linux.org Git - packages/libdazzle.git/commitdiff
- updated to 3.34.0 auto/th/libdazzle-3.34.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 Sep 2019 14:04:23 +0000 (16:04 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 Sep 2019 14:04:23 +0000 (16:04 +0200)
- added doc patch (workaround for gtk-doc failing on struct __attribute__((aligned(N))))

libdazzle-doc.patch [new file with mode: 0644]
libdazzle.spec

diff --git a/libdazzle-doc.patch b/libdazzle-doc.patch
new file mode 100644 (file)
index 0000000..6463b30
--- /dev/null
@@ -0,0 +1,10 @@
+--- libdazzle-3.34.0/doc/meson.build.orig      2019-09-10 03:09:21.000000000 +0200
++++ libdazzle-3.34.0/doc/meson.build   2019-09-12 15:47:25.938596547 +0200
+@@ -42,6 +42,7 @@
+           scan_args: [
+                        '--rebuild-types',
+                        '--ignore-headers=' + ' '.join(private_headers),
++                       '--ignore-decorators', '__attribute__ \(\(aligned\(8\)\)\)'
+                      ],
+        fixxref_args: [
+                        '--html-dir=@0@'.format(docpath),
index 217c7965cb2905ad3a7868be409b49e24bb80c18..a17dc1c3689af9a937a8a382e4babf451e1a028d 100644 (file)
@@ -1,12 +1,14 @@
 Summary:       Experimental new features for GTK+ and GLib
 Summary(pl.UTF-8):     Nowe, eksperymentalne funkcje dla GTK+ i GLiba
 Name:          libdazzle
-Version:       3.32.3
+Version:       3.34.0
 Release:       1
 License:       GPL v3+
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/libdazzle/3.32/%{name}-%{version}.tar.xz
-# Source0-md5: b6da085649dcda2795e6980a84667950
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/libdazzle/3.34/%{name}-%{version}.tar.xz
+# Source0-md5: f21b565abad95bd11271d13caacd0678
+Patch0:                %{name}-doc.patch
+URL:           https://gitlab.gnome.org/GNOME/libdazzle
 BuildRequires: glib2-devel >= 1:2.56.0
 BuildRequires: gobject-introspection-devel
 BuildRequires: gtk+3-devel >= 3.24.0
@@ -81,6 +83,7 @@ Dokumentacja API biblioteki libdazzle.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %meson build \
This page took 0.144214 seconds and 4 git commands to generate.