commit 5d06faa5daeb42c9af8c2df9ee46642678caad4e
Author: Jakub Bogusz <[email protected]>
Date:   Wed May 24 22:24:31 2017 +0200

    - updated to 1.13.0
    - added missing patch (generate missing man page)

 wayland-missing.patch | 10 ++++++++++
 wayland.spec          | 10 ++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/wayland.spec b/wayland.spec
index 4927e17..63a24f3 100644
--- a/wayland.spec
+++ b/wayland.spec
@@ -6,12 +6,13 @@
 Summary:       Wayland - protocol for a compositor to talk to its clients
 Summary(pl.UTF-8):     Wayland - protokół między serwerem składającym a 
klientami
 Name:          wayland
-Version:       1.12.0
-Release:       2
+Version:       1.13.0
+Release:       1
 License:       MIT
 Group:         Libraries
 Source0:       
https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
-# Source0-md5: ee615e2d1e205eec48b02f069327eb96
+# Source0-md5: cae152ed956da6de53f9727bc1c45039
+Patch0:                %{name}-missing.patch
 Patch1:                %{name}-man.patch
 URL:           https://wayland.freedesktop.org/
 BuildRequires: autoconf >= 2.64
@@ -89,6 +90,7 @@ Dokumentacja API biblioteki oraz protokołu Wayland.
 
 %prep
 %setup -q
+%patch0 -p1
 %patch1 -p1
 
 # force regeneration (.so link is broken, double man3/)
@@ -115,7 +117,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %if %{with apidocs}
 # referenced by some installed wl_*.3 man pages
-cp -p doc/doxygen/man/man3/wayland-{client-core,server,server-core,util}.h.3 \
+cp -p 
doc/doxygen/man/man3/wayland-{client,client-core,server,server-core,util}.h.3 \
        doc/doxygen/man/man3/wayland-{client,server,shm,util}.c.3 
$RPM_BUILD_ROOT%{_mandir}/man3
 %endif
 
diff --git a/wayland-missing.patch b/wayland-missing.patch
new file mode 100644
index 0000000..b058459
--- /dev/null
+++ b/wayland-missing.patch
@@ -0,0 +1,10 @@
+--- wayland-1.13.0/doc/doxygen/Makefile.am.orig        2016-12-10 
01:46:13.000000000 +0100
++++ wayland-1.13.0/doc/doxygen/Makefile.am     2017-05-24 21:41:53.934460430 
+0200
+@@ -9,6 +9,7 @@
+ dist_noinst_DATA = wayland.doxygen.in
+ 
+ scanned_src_files_shared =                            \
++      $(top_srcdir)/src/wayland-util.c \
+       $(top_srcdir)/src/wayland-util.h
+ 
+ scanned_src_files_Client =                            \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wayland.git/commitdiff/5d06faa5daeb42c9af8c2df9ee46642678caad4e

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to