From: Jakub Bogusz Date: Thu, 12 Sep 2019 14:04:23 +0000 (+0200) Subject: - updated to 3.34.0 X-Git-Tag: auto/th/libdazzle-3.34.0-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=697e85467e52888d3cd0dcb18dd9046b8421b094;p=packages%2Flibdazzle.git - updated to 3.34.0 - added doc patch (workaround for gtk-doc failing on struct __attribute__((aligned(N)))) --- diff --git a/libdazzle-doc.patch b/libdazzle-doc.patch new file mode 100644 index 0000000..6463b30 --- /dev/null +++ b/libdazzle-doc.patch @@ -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), diff --git a/libdazzle.spec b/libdazzle.spec index 217c796..a17dc1c 100644 --- a/libdazzle.spec +++ b/libdazzle.spec @@ -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 \