summaryrefslogtreecommitdiffstats
path: root/kde5-apps
diff options
context:
space:
mode:
authorTreeve Jelbert2019-05-18 21:23:49 +0200
committerTreeve Jelbert2019-05-19 08:31:35 +0200
commit6c784567ce773624708ab96e097e947ab2e02194 (patch)
tree940c0bd2e37c94be3fe64cc6cc998f7ab92959fa /kde5-apps
parent7e5d49fbee53b81455b45536a584a42a96432695 (diff)
kphotoalbum: => 5.5
Diffstat (limited to 'kde5-apps')
-rwxr-xr-xkde5-apps/kphotoalbum/DETAILS2
-rw-r--r--kde5-apps/kphotoalbum/HISTORY4
-rw-r--r--kde5-apps/kphotoalbum/patches/exiv2.patch26
3 files changed, 5 insertions, 27 deletions
diff --git a/kde5-apps/kphotoalbum/DETAILS b/kde5-apps/kphotoalbum/DETAILS
index e1fda4460c..ebda3e1959 100755
--- a/kde5-apps/kphotoalbum/DETAILS
+++ b/kde5-apps/kphotoalbum/DETAILS
@@ -1,5 +1,5 @@
SPELL=kphotoalbum
- VERSION=5.4
+ VERSION=5.5
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL=https://download.kde.org/stable/$SPELL/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/kde5-apps/kphotoalbum/HISTORY b/kde5-apps/kphotoalbum/HISTORY
index ace255c1b2..c7b5c2daf5 100644
--- a/kde5-apps/kphotoalbum/HISTORY
+++ b/kde5-apps/kphotoalbum/HISTORY
@@ -1,3 +1,7 @@
+2019-05-18 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 5.5
+ * patches/*: deleted
+
2018-12-28 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 5.4
diff --git a/kde5-apps/kphotoalbum/patches/exiv2.patch b/kde5-apps/kphotoalbum/patches/exiv2.patch
deleted file mode 100644
index ab40b16c25..0000000000
--- a/kde5-apps/kphotoalbum/patches/exiv2.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/Exif/Info.cpp b/Exif/Info.cpp
-index be4c88f3..b6aba88a 100644
---- a/Exif/Info.cpp
-+++ b/Exif/Info.cpp
-@@ -28,7 +28,6 @@
- #include <QFile>
-
- #include <exiv2/image.hpp>
--#include <exiv2/exif.hpp>
-
- using namespace Exif;
-
-diff --git a/Exif/Info.h b/Exif/Info.h
-index 7e6a28c9..c0b27819 100644
---- a/Exif/Info.h
-+++ b/Exif/Info.h
-@@ -21,6 +21,7 @@
- #include <qstringlist.h>
- #include "Utilities/StringSet.h"
- #include <exiv2/exif.hpp>
-+#include <exiv2/exiv2.hpp>
- #include <exiv2/iptc.hpp>
-
- namespace DB { class FileName; }
---
-2.20.1