[packages/AppStream] - updated to 0.11.8 - removed obsolete meson patch

qboosh qboosh at pld-linux.org
Thu Mar 1 17:09:55 CET 2018


commit 1d7d1d093843852a2f8f36baa08b40e6a23e38b8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Mar 1 17:12:28 2018 +0100

    - updated to 0.11.8
    - removed obsolete meson patch

 AppStream-meson.patch | 12 ------------
 AppStream.spec        |  6 ++----
 2 files changed, 2 insertions(+), 16 deletions(-)
---
diff --git a/AppStream.spec b/AppStream.spec
index 7759281..e9c059a 100644
--- a/AppStream.spec
+++ b/AppStream.spec
@@ -8,13 +8,12 @@
 Summary:	AppStream-Core library and tools
 Summary(pl.UTF-8):	Biblioteka i narzędzia AppStream-Core
 Name:		AppStream
-Version:	0.11.7
+Version:	0.11.8
 Release:	1
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	https://www.freedesktop.org/software/appstream/releases/%{name}-%{version}.tar.xz
-# Source0-md5:	9ebc5f5dff51ee6f4d15fdadd782caa7
-Patch0:		%{name}-meson.patch
+# Source0-md5:	887436049bd96c47ffccef107452c87d
 URL:		https://www.freedesktop.org/wiki/Distributions/AppStream/
 BuildRequires:	docbook-style-xsl-nons
 BuildRequires:	gettext-tools
@@ -139,7 +138,6 @@ API języka Vala do biblioteki AppStream.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %meson build \
diff --git a/AppStream-meson.patch b/AppStream-meson.patch
deleted file mode 100644
index ca09094..0000000
--- a/AppStream-meson.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-meson since version ? converts backslashes to slashes, use other way to get pure filenames
---- AppStream-0.11.7/po/meson.build.orig	2017-10-22 19:36:07.000000000 +0200
-+++ AppStream-0.11.7/po/meson.build	2017-12-23 14:05:05.250748125 +0100
-@@ -21,7 +21,7 @@
-         'find ' + meson.current_source_dir() +
-         ' -type f' +
-         ' -iname "*.po"' +
--        ' -printf \'%f\\n\'' +
-+        ' -print | sed -e \'s,.*/,,\'' +
-         ' | grep -oP \'.*(?=[.])\' | sort' +
-         ' > ' + join_paths(meson.current_source_dir(), 'LINGUAS')
-     ]
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/AppStream.git/commitdiff/1d7d1d093843852a2f8f36baa08b40e6a23e38b8



More information about the pld-cvs-commit mailing list