This commit is contained in:
parent
2749de3328
commit
3ad473ed38
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 23 17:15:55 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 2.5.0
|
||||
* Added actions: Select files with the same name / extension
|
||||
* Changed disabled build of synchronizer by default, since it
|
||||
is unmaintained - build togglable with cmake variable
|
||||
-DENABLE_SYNCHRONIZER=true|false
|
||||
* Fixed (kde#143927) file search: "s" accelerator is doubled -
|
||||
new shortcut for "Search in" is ALT+h
|
||||
* Fixed (kde#308386) Duplicate shortcut on Search window -
|
||||
new shortcut for "Remote content search" is ALT+n
|
||||
* Fixed (kde#206926) Search doesn't work in sftp session
|
||||
(it returns too many results)
|
||||
* Fixed (kde#269542) Krusader search - Containing text
|
||||
still used when disabled
|
||||
* Fixed (kde#324737) symlinks with a target path length
|
||||
of over 255 do not work
|
||||
* Fixed (kde#189943) toolbar position settings are not remembered
|
||||
* Fixed (kde#316031) crash when loading previews
|
||||
* Fixed (kde#238672) When saving checksums fails,
|
||||
they are lost. No 2nd chance to save elsewhere.
|
||||
* Fixed (kde#315764) "application/x-source-rpm" isn't linked
|
||||
to krarc protocol by default
|
||||
* Fixed (kde#294816) Krusader needs to restart to apply
|
||||
new color scheme to panel
|
||||
* Fixed (kde#308727) external editor command isn't properly parsed
|
||||
* Fixed (kde#304233) empty main view on startup
|
||||
* Fixed (kde#315856) main view splitter sizes are not restored
|
||||
* Fixed (kde#248691) incorrect layout / wrong buttons
|
||||
in queue manager
|
||||
* Fixed (kde#315357) krarc silently fails to display
|
||||
contents of some zip files containing paths with "." as a
|
||||
path component are still not handled, but now krarc reports an
|
||||
error instead silently failing
|
||||
* Fixed (kde#310722) viewer crash when opening file
|
||||
* Fixed search result view always displays owner and group as "root"
|
||||
(may not work for remote search)
|
||||
* Fixed (kde#217711) directory chooser dialog does not allow
|
||||
to choose a directory
|
||||
* Fixed (kde#309119) Wrong "New directory" dialog behavior:
|
||||
can't clear all typed text
|
||||
* Fixed (kde#309159) Crash in video files preview on F3
|
||||
* Fixed (kde#310191) krusader still installs locolor icons
|
||||
* Fixed (kde#317510 ] icon-size-and-directory-name-mismatch
|
||||
- Package ported to KF5, changed all the BuildRequires to KF5 ones
|
||||
- Swap krusader-2.4.0-beta2-generate-manpage.patch for
|
||||
krusader-2.5.0-generate-manpage.patch
|
||||
- Drop upstreamed bug309159.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 11:30:52 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
|
@ -27,29 +27,37 @@ Source: http://download.kde.org/stable/krusader/%{version}/%{name}-%{ver
|
||||
Source1: krusader_browse_iso.desktop
|
||||
# PATCH-FIX-OPENSUSE krusader-2.5.0-generate-manpage.patch -- generate manpage
|
||||
Patch0: krusader-2.5.0-generate-manpage.patch
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: extra-cmake-modules >= 1.1.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: karchive-devel
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kdelibs4support-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: khtml-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: kparts-devel
|
||||
BuildRequires: kwallet-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Script)
|
||||
BuildRequires: pkgconfig(Qt5Sql)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5Xml)
|
||||
BuildRequires: cmake(KF5Archive)
|
||||
BuildRequires: cmake(KF5Bookmarks)
|
||||
BuildRequires: cmake(KF5Codecs)
|
||||
BuildRequires: cmake(KF5Completion)
|
||||
BuildRequires: cmake(KF5Config)
|
||||
BuildRequires: cmake(KF5CoreAddons)
|
||||
BuildRequires: cmake(KF5DocTools)
|
||||
BuildRequires: cmake(KF5GuiAddons)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5IconThemes)
|
||||
BuildRequires: cmake(KF5ItemViews)
|
||||
BuildRequires: cmake(KF5KIO)
|
||||
BuildRequires: cmake(KF5Notifications)
|
||||
BuildRequires: cmake(KF5Parts)
|
||||
BuildRequires: cmake(KF5Solid)
|
||||
BuildRequires: cmake(KF5TextWidgets)
|
||||
BuildRequires: cmake(KF5Wallet)
|
||||
BuildRequires: cmake(KF5WidgetsAddons)
|
||||
BuildRequires: cmake(KF5WindowSystem)
|
||||
BuildRequires: cmake(KF5XmlGui)
|
||||
BuildRequires: cmake(Qt5Core) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.2.0
|
||||
Requires: kio_iso = %{version}
|
||||
Suggests: %{name}-doc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -106,8 +114,6 @@ cp %{SOURCE1} %{buildroot}%{_kf5_servicesdir}/ServiceMenus/
|
||||
%{_kf5_servicesdir}/krarc.protocol
|
||||
%{_kf5_mandir}/man1/krusader.1.gz
|
||||
%exclude %{_kf5_htmldir}/*/krusader
|
||||
%dir %{_kf5_appstreamdir}
|
||||
%{_kf5_appstreamdir}/org.kde.krusader.appdata.xml
|
||||
|
||||
%files -n kio_iso
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user