automatic version update by autodist [release 18.04.0-1mamba;Mon Apr 23 2018]

This commit is contained in:
Automatic Build System 2024-01-05 20:33:01 +01:00
parent cac60d5ec6
commit 32e1627b04
2 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,11 @@
--- 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 Name: ark
Version: 17.12.3 Version: 18.04.0
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,6 +8,7 @@ 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
@ -47,6 +48,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
%cmake_kde5 -d build %cmake_kde5 -d build
@ -94,7 +96,7 @@ exit 0
%{_kde5_libdir}/libkerfuffle.so.* %{_kde5_libdir}/libkerfuffle.so.*
%{_libdir}/qt5/plugins/kf5/kfileitemaction/*.so %{_libdir}/qt5/plugins/kf5/kfileitemaction/*.so
%{_datadir}/metainfo/org.kde.ark.appdata.xml %{_datadir}/metainfo/org.kde.ark.appdata.xml
%{_datadir}/mime/packages/kerfuffle.xml #%{_datadir}/mime/packages/kerfuffle.xml
%dir %{_datadir}/kxmlgui5/ark %dir %{_datadir}/kxmlgui5/ark
%{_datadir}/kxmlgui5/ark/*.rc %{_datadir}/kxmlgui5/ark/*.rc
%{_kde5_kcfgdir}/%{name}.kcfg %{_kde5_kcfgdir}/%{name}.kcfg
@ -122,6 +124,9 @@ exit 0
%doc COPYING %doc COPYING
%changelog %changelog
* Mon Apr 23 2018 Automatic Build System <autodist@mambasoft.it> 18.04.0-1mamba
- automatic version update by autodist
* Thu Mar 08 2018 Automatic Build System <autodist@mambasoft.it> 17.12.3-1mamba * Thu Mar 08 2018 Automatic Build System <autodist@mambasoft.it> 17.12.3-1mamba
- automatic version update by autodist - automatic version update by autodist