forked from pool/karchive
Accepting request 596849 from KDE:Frameworks5
KDE Frameworks 5.45 OBS-URL: https://build.opensuse.org/request/show/596849 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/karchive?expand=0&rev=52
This commit is contained in:
commit
9ca0e110bb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b2d8d8e945515870b363ad98ac90a94103056afd5d7c57d5148b12a673b2bb02
|
|
||||||
size 113480
|
|
3
karchive-5.45.0.tar.xz
Normal file
3
karchive-5.45.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18ae1f6639f3595ab048bb5a69fb91b5a941624512004da8365fd6299737883e
|
||||||
|
size 437972
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 14 13:19:02 CEST 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.45.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.45.0.php
|
||||||
|
- Changes since 5.44.0:
|
||||||
|
* Remove not necessary QtCore and co
|
||||||
|
* karchive, kzip: try to handle duplicate files in a bit nicer way
|
||||||
|
* autotests: add crashing test with duplicate names
|
||||||
|
* Use nullptr for passing a null pointer to crc32
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 12 23:29:40 CET 2018 - lbeltrame@kde.org
|
Mon Mar 12 23:29:40 CET 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Archive5
|
%define lname libKF5Archive5
|
||||||
%define _tar_path 5.44
|
%define _tar_path 5.45
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
Name: karchive
|
Name: karchive
|
||||||
Version: 5.44.0
|
Version: 5.45.0
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||||
@ -92,7 +92,7 @@ GZip format, via a subclass of QIODevice. Development files
|
|||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING* README*
|
%doc COPYING* README*
|
||||||
%config %{_kf5_configdir}/karchive.categories
|
%{_kf5_debugdir}/karchive.categories
|
||||||
%{_kf5_libdir}/libKF5Archive.so.*
|
%{_kf5_libdir}/libKF5Archive.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user