SHA256
1
0
forked from pool/peazip

Accepting request 393617 from home:enzokiel:branches:devel:languages:pascal

update to version 6.0.1

OBS-URL: https://build.opensuse.org/request/show/393617
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=23
This commit is contained in:
Jörg Lorenzen 2016-05-04 11:46:59 +00:00 committed by Git OBS Bridge
parent 95d9443c4c
commit ae368dbf16
5 changed files with 101 additions and 55 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d585c79c632eac43edbfb133a0b59767424d137f3db75c55d49a793664af7bf2
size 3913063

3
peazip-6.0.1.src.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1211a7468a56c2e6f0635931bffd252d8b60572a2a2f72f38c6df0c12f1e849e
size 4005283

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed May 04 11:03:22 UTC 2016 - joerg.lorenzen@ki.tng.de
- update to version 6.0.1
* BACKEND
- Pea 0.54, implementing new PEA file format specifications
1.1 version.
Added support to SHA-3 256 and 512 bit hash.
Added support to Twofish and Serpent (128 and 256 bit) based
authenticated encryption in EAX mode.
New pea binary can read PEA 1.0 file format.
Previous pea binaries should be updated in order to read PEA
1.1 files, and to support all new algorithms.
- (Linux) Updated p7zip from 15.09 beta to 15.14
* CODE
- Updated following units from Wolfgang Ehrhardt's crypto and
utilities library: aes_2015-09-14.zip, crc_hash_2015-09-14.zip,
fca_2015-09-14.zip, util_2015-09-14.zip.
- Created new EAX units using 128 and 256 bit Twofish (fcryptt,
fctf256) and Serpent (fcrypts, fcsp256).
* FILE MANAGER
- Introduced support for SHA-3 256 and SHA-3 512 hash
verification.
SHA-3 hash is available both in file tools "Checksum/hash
file(s)" and in browser (set in Options > File Tools).
- Various fixes and improvements.
* EXTRACTION and ARCHIVING
- New "File" group in archiving/extraction context menu shows
bookmarked and recent archive files, for quick adding to
archiving/extraction layout.
-------------------------------------------------------------------
Thu Mar 17 12:24:51 UTC 2016 - joerg.lorenzen@ki.tng.de

View File

@ -15,9 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%if 0%{?suse_version} > 1320 || 0%{?is_opensuse}
%bcond_without buildkf5
%endif
Name: peazip
Summary: Free Zip files utility
Version: 6.0.0
Version: 6.0.1
Release: 1
Url: https://github.com/giorgiotani/PeaZip
Source0: peazip-%{version}.src.zip
@ -33,7 +38,7 @@ BuildRequires: fpc-src
BuildRequires: lazarus
BuildRequires: qt4pas-devel
BuildRequires: xorg-x11-devel
%if 0%{?suse_version} > 1320 || 0%{?is_opensuse}
%if %{with buildkf5}
BuildRequires: kf5-filesystem
%else
BuildRequires: kdebase4-workspace
@ -62,12 +67,13 @@ create self-extracting archives, split/join files, strong encryption with two fa
encrypted password manager, secure deletion, find duplicate files, calculate hashes,
export job definition as script.
%if 0%{?suse_version} > 1320 || 0%{?is_opensuse}
%if %{with buildkf5}
%package kf5
Summary: KF5 servicemenu for peazip
Group: Productivity/Archiving/Compression
Requires: peazip
Requires(post): update-desktop-files
Requires(postun): update-desktop-files
BuildArch: noarch
%description kf5
@ -83,13 +89,13 @@ Features of PeaZip includes extract, create and convert multiple archives at onc
create self-extracting archives, split/join files, strong encryption with two factor authentication,
encrypted password manager, secure deletion, find duplicate files, calculate hashes,
export job definition as script.
%else
%package kde4
Summary: KDE4 servicemenu for peazip
Group: Productivity/Archiving/Compression
Requires: peazip
Requires(post): update-desktop-files
Requires(postun): update-desktop-files
BuildArch: noarch
%kde4_runtime_requires
@ -106,7 +112,6 @@ Features of PeaZip includes extract, create and convert multiple archives at onc
create self-extracting archives, split/join files, strong encryption with two factor authentication,
encrypted password manager, secure deletion, find duplicate files, calculate hashes,
export job definition as script.
%endif
%prep
@ -147,7 +152,7 @@ install -D -m644 FreeDesktop_integration/peazip.desktop %{buildroot}%{_datadir}/
install -D -m644 FreeDesktop_integration/peazip.png %buildroot%{_datadir}/pixmaps/peazip.png
pushd FreeDesktop_integration/kde4-dolphin/usr/share/kde4/services/ServiceMenus
%if 0%{?suse_version} > 1320 || 0%{?is_opensuse}
%if %{with buildkf5}
mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus
install -m644 *.desktop %{buildroot}%{_kf5_servicesdir}/ServiceMenus
%else
@ -158,6 +163,20 @@ popd
%fdupes %{buildroot}
%if %{with buildkf5}
%post kf5
%desktop_database_post
%postun kf5
%desktop_database_postun
%else
%post kde4
%desktop_database_post
%postun kde4
%desktop_database_postun
%endif
%files
%defattr(-,root,root)
%{_bindir}/pea
@ -168,19 +187,15 @@ popd
%{_datadir}/pixmaps/peazip.png
%doc readme copying.txt peazip_help.pdf
%if 0%{?suse_version} > 1320 || 0%{?is_opensuse}
%if %{with buildkf5}
%files kf5
%defattr(-,root,root)
%dir %{_kf5_servicesdir}/ServiceMenus
%{_kf5_servicesdir}/ServiceMenus/*.desktop
%else
%files kde4
%defattr(-,root,root)
%{_kde4_servicesdir}/ServiceMenus/*.desktop
%endif
%changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5efdee100d15b114413cc9f419aa9d78889bf1998f1d3060371b9c2bd4ea1d4c
size 1184429
oid sha256:925e9c65f4ae38c120651cdfc6567687770238487655e0bcd4f1e6bf53ca2929
size 1184864