2.2.4 release

epel9
Germano Massullo 7 years ago
parent bb217a393b
commit 0f8a41cca8

1
.gitignore vendored

@ -3,3 +3,4 @@
/keepassxc-2.2.1-src.tar.xz /keepassxc-2.2.1-src.tar.xz
/keepassxc-2.2.2-src.tar.xz /keepassxc-2.2.2-src.tar.xz
/keepassxc-2.2.3-src.tar.xz /keepassxc-2.2.3-src.tar.xz
/keepassxc-2.2.4-src.tar.xz

@ -1,11 +1,10 @@
Name: keepassxc Name: keepassxc
Version: 2.2.3 Version: 2.2.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: Cross-platform password manager Summary: Cross-platform password manager
License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain
URL: http://www.keepassxc.org/ URL: http://www.keepassxc.org/
Source0: https://github.com/keepassxreboot/keepassxc/releases/download/%{version}/keepassxc-%{version}-src.tar.xz Source0: https://github.com/keepassxreboot/keepassxc/releases/download/%{version}/keepassxc-%{version}-src.tar.xz
Patch0: typo_xml_tag.patch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
@ -123,6 +122,10 @@ desktop-file-validate %{_datadir}/applications/keepassxc.desktop &> /dev/null ||
%{_libdir}/%{name} %{_libdir}/%{name}
%changelog %changelog
* Thu Dec 14 2017 Germano Massullo <germano.massullo@gmail.com> - 2.2.4-1
- 2.2.4 release
- removed patch to fix typo in a XML tag
* Tue Dec 12 2017 Germano Massullo <germano.massullo@gmail.com> - 2.2.3-1 * Tue Dec 12 2017 Germano Massullo <germano.massullo@gmail.com> - 2.2.3-1
- 2.2.3 release - 2.2.3 release
- added patch to fix typo in a XML tag - added patch to fix typo in a XML tag

@ -1 +1 @@
SHA512 (keepassxc-2.2.3-src.tar.xz) = 750008b33521d2f47daa481f735231b66e729d374c6f56dad600c0b8d74056b4322702a3e6602f3e7fdca66d0d16d8bb19324e8e9c0913dc36164147d32648a3 SHA512 (keepassxc-2.2.4-src.tar.xz) = 79a577fe5b0ed0c8872cb7f61805cac21b7db0d172f8e759fb39c0e4eac9d1cb24d287547676123990c99507ef646a1505f2caa1b8e29bd2d32d79523f6e8879

@ -1,10 +0,0 @@
diff -urNr keepassxc-2.2.3-orig/share/linux/org.keepassxc.appdata.xml keepassxc-2.2.3/share/linux/org.keepassxc.appdata.xml
--- keepassxc-2.2.3-orig/share/linux/org.keepassxc.appdata.xml 2017-12-12 03:01:14.000000000 +0100
+++ keepassxc-2.2.3/share/linux/org.keepassxc.appdata.xml 2017-12-12 23:43:26.641162561 +0100
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-<li>Copyright 2017 KeePassXC Team <team@keepassxc.org> -->
+<!--Copyright 2017 KeePassXC Team <team@keepassxc.org> -->
<component type="desktop-application">
<id>org.keepassxc</id>
<name>KeePassXC</name>
Loading…
Cancel
Save