automatic version update by autodist [release 18.04.1-1mamba;Thu May 10 2018]

This commit is contained in:
Automatic Build System 2024-01-05 20:33:02 +01:00
parent 32e1627b04
commit 140a0f6180
2 changed files with 4 additions and 14 deletions

View File

@ -1,11 +0,0 @@
--- ark-18.04.0/plugins/libzipplugin/libzipplugin.cpp.orig 2018-05-12 18:01:01.109803857 +0200
+++ ark-18.04.0/plugins/libzipplugin/libzipplugin.cpp 2018-05-12 16:17:44.575881324 +0200
@@ -42,6 +42,8 @@
#include <utime.h>
#include <zlib.h>
+#include <memory>
+
K_PLUGIN_FACTORY_WITH_JSON(LibZipPluginFactory, "kerfuffle_libzip.json", registerPlugin<LibzipPlugin>();)
// This is needed for hooking a C callback to a C++ non-static member

View File

@ -1,5 +1,5 @@
Name: ark
Version: 18.04.0
Version: 18.04.1
Release: 1mamba
Summary: Manager for compressed files and archives
Group: Graphical Desktop/Applications/Archiving
@ -8,7 +8,6 @@ Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.kde.org
Source: http://download.kde.org/stable/applications/%{version}/src/ark-%{version}.tar.xz
Patch0: ark-18.04.0-arm-mimssing-include-memory.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -48,7 +47,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%prep
%setup -q
%patch0 -p1
%build
%cmake_kde5 -d build
@ -124,6 +122,9 @@ exit 0
%doc COPYING
%changelog
* Thu May 10 2018 Automatic Build System <autodist@mambasoft.it> 18.04.1-1mamba
- automatic version update by autodist
* Mon Apr 23 2018 Automatic Build System <autodist@mambasoft.it> 18.04.0-1mamba
- automatic version update by autodist