]> git.pld-linux.org Git - packages/AppStream.git/commitdiff
- updated to 0.11.8 auto/th/AppStream-0.11.8-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 1 Mar 2018 16:12:28 +0000 (17:12 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 1 Mar 2018 16:12:28 +0000 (17:12 +0100)
- removed obsolete meson patch

AppStream-meson.patch [deleted file]
AppStream.spec

diff --git a/AppStream-meson.patch b/AppStream-meson.patch
deleted file mode 100644 (file)
index ca09094..0000000
+++ /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')
-     ]
index 7759281ad6df512014f410889b79b083a3b87da5..e9c059a83bb0007e3dc3d7ed458057f53eb90aa4 100644 (file)
@@ -8,13 +8,12 @@
 Summary:       AppStream-Core library and tools
 Summary(pl.UTF-8):     Biblioteka i narzędzia AppStream-Core
 Name:          AppStream
 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
 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
 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
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %meson build \
 
 %build
 %meson build \
This page took 0.102084 seconds and 4 git commands to generate.