[packages/wayland] - updated to 1.0.5 - removed obsolete missing patch

qboosh qboosh at pld-linux.org
Fri Feb 15 20:13:59 CET 2013


commit 2678f3d7cd30efc9af754dfdc7ae823d86211296
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Feb 15 20:13:59 2013 +0100

    - updated to 1.0.5
    - removed obsolete missing patch

 wayland-missing.patch | 91 ---------------------------------------------------
 wayland.spec          |  6 ++--
 2 files changed, 2 insertions(+), 95 deletions(-)
---
diff --git a/wayland.spec b/wayland.spec
index 3cd3bef..d55d5d6 100644
--- a/wayland.spec
+++ b/wayland.spec
@@ -6,14 +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.0.4
+Version:	1.0.5
 Release:	1
 License:	MIT
 Group:		Libraries
 Source0:	http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
-# Source0-md5:	1cdc3952001d85629e68b10a9e95a13c
+# Source0-md5:	e2e9ebfbaf9b013471c620b99938d764
 Patch0:		%{name}-publican.patch
-Patch1:		%{name}-missing.patch
 URL:		http://wayland.freedesktop.org/
 BuildRequires:	autoconf >= 2.64
 BuildRequires:	automake >= 1:1.11
@@ -88,7 +87,6 @@ Dokumentacja API biblioteki oraz protokołu Wayland.
 test ! -f doc/Wayland/en_US/Revision_History.xml
 
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/wayland-missing.patch b/wayland-missing.patch
deleted file mode 100644
index bc17cbd..0000000
--- a/wayland-missing.patch
+++ /dev/null
@@ -1,91 +0,0 @@
---- wayland-1.0.4/doc/man/wl_display_connect.xml.orig	1970-01-01 01:00:00.000000000 +0100
-+++ wayland-1.0.4/doc/man/wl_display_connect.xml	2013-01-26 13:40:06.000000000 +0100
-@@ -0,0 +1,88 @@
-+<?xml version='1.0'?> <!--*-nxml-*-->
-+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-+          "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-+
-+<!--
-+  Written 2012 by David Herrmann <dh.herrmann at googlemail.com>
-+  Dedicated to the Public Domain
-+-->
-+
-+<refentry id="wl_display_connect">
-+  <refentryinfo>
-+    <title>wl_display_connect</title>
-+    <productname>wayland-client</productname>
-+    <date>September 2012</date>
-+    <authorgroup>
-+      <author>
-+        <contrib>Developer</contrib>
-+        <firstname>David</firstname>
-+        <surname>Herrmann</surname>
-+        <email>dh.herrmann at googlemail.com</email>
-+      </author>
-+    </authorgroup>
-+  </refentryinfo>
-+
-+  <refmeta>
-+    <refentrytitle>wl_display_connect</refentrytitle>
-+    <manvolnum>3</manvolnum>
-+  </refmeta>
-+
-+  <refnamediv>
-+    <refname>wl_display_connect</refname>
-+    <refname>wl_display_connect_to_fd</refname>
-+    <refpurpose>Connect to a wayland socket</refpurpose>
-+  </refnamediv>
-+
-+  <refsynopsisdiv>
-+    <funcsynopsis>
-+
-+      <funcsynopsisinfo>#include <wayland-client.h></funcsynopsisinfo>
-+
-+      <funcprototype>
-+        <funcdef>struct wl_display *<function>wl_display_connect</function></funcdef>
-+        <paramdef>const char *<parameter>name</parameter></paramdef>
-+      </funcprototype>
-+
-+      <funcprototype>
-+        <funcdef>struct wl_display *<function>wl_display_connect_to_fd</function></funcdef>
-+        <paramdef>int <parameter>fd</parameter></paramdef>
-+      </funcprototype>
-+
-+    </funcsynopsis>
-+  </refsynopsisdiv>
-+
-+  <refsect1>
-+    <title>Description</title>
-+    <para><function>wl_display_connect</function> connects to a wayland socket
-+          that was previously opened by a wayland server. The server socket must
-+          be placed in <envar>XDG_RUNTIME_DIR</envar> for this function to
-+          find it. The <varname>name</varname> argument specifies the name of
-+          the socket or <constant>NULL</constant> to use the default (which is
-+          <constant>"wayland-0"</constant>). The environment variable
-+          <envar>WAYLAND_DISPLAY</envar> replaces the default value. If
-+          <envar>WAYLAND_SOCKET</envar> is set, this function behaves like
-+          <function>wl_display_connect_to_fd</function> with the file-descriptor
-+          number taken from the environment variable.</para>
-+
-+    <para><function>wl_display_connect_to_fd</function> connects to a wayland
-+          socket with an explicit file-descriptor. The file-descriptor is passed
-+          as argument <varname>fd</varname>.</para>
-+  </refsect1>
-+
-+  <refsect1>
-+    <title>Return Value</title>
-+    <para><function>wl_display_connect</function> and
-+          <function>wl_display_connect_to_fd</function> return a new display
-+          context object or NULL on failure. <varname>errno</varname> is set
-+          correspondingly.</para>
-+  </refsect1>
-+
-+  <refsect1>
-+    <title>See Also</title>
-+    <para>
-+      <citerefentry><refentrytitle>wayland-client</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
-+      <citerefentry><refentrytitle>wl_display_disconnect</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
-+      <citerefentry><refentrytitle>wl_display_iterate</refentrytitle><manvolnum>3</manvolnum></citerefentry>
-+    </para>
-+  </refsect1>
-+</refentry>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wayland.git/commitdiff/2678f3d7cd30efc9af754dfdc7ae823d86211296



More information about the pld-cvs-commit mailing list