automatic version update by autodist [release 18.04.1-1mamba;Thu May 10 2018]
This commit is contained in:
parent
32e1627b04
commit
140a0f6180
@ -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
|
|
7
ark.spec
7
ark.spec
@ -1,5 +1,5 @@
|
|||||||
Name: ark
|
Name: ark
|
||||||
Version: 18.04.0
|
Version: 18.04.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Manager for compressed files and archives
|
Summary: Manager for compressed files and archives
|
||||||
Group: Graphical Desktop/Applications/Archiving
|
Group: Graphical Desktop/Applications/Archiving
|
||||||
@ -8,7 +8,6 @@ Distribution: openmamba
|
|||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/applications/%{version}/src/ark-%{version}.tar.xz
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -48,7 +47,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kde5 -d build
|
||||||
@ -124,6 +122,9 @@ exit 0
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 23 2018 Automatic Build System <autodist@mambasoft.it> 18.04.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user