update changelogs
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=42
This commit is contained in:
parent
bb827de2ac
commit
be73e4dcc5
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:804a1440535639ceebf19ed57c68880ac4ea6a7989fd4c089ca3d4d169dbf4f0
|
||||
size 2382932
|
||||
oid sha256:035d876b97f7641677a0fd6abe2adb4923bae6512a26d007fa81748e29c5198d
|
||||
size 2306800
|
||||
|
12
kio.changes
12
kio.changes
@ -2,16 +2,20 @@
|
||||
Sat Oct 4 17:59:52 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.3.0
|
||||
* Now includes kio_trash
|
||||
* Add new KIO job, KIO::fileSystemFreeSpace, that allows you to
|
||||
get a filesystem's total and available space.
|
||||
* kshorturifilter: Remove redundant forward slashes from
|
||||
the beginning of an URI
|
||||
* Add searchprovider definitions for the qwant search engine
|
||||
* File dialog: fix relative paths being turned into HTTP URLs
|
||||
* Fix thumbnails for mimetype groups.
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.3.0.php
|
||||
- Drop patches merged upstream:
|
||||
0001-Add-new-KIO-job-KIO-fileSystemFreeSpace-that-allows-.patch,
|
||||
0001-Fix-thumbnails-for-mimetype-groups.patch and
|
||||
0002-Fix-relative-paths-being-turned-into-http-urls-by-fr.patch
|
||||
- Install translations to share/locale/kf5: some translations
|
||||
collide with 4.x ones, so we avoid conflicting with ~60 packages
|
||||
- Add rpmlintrc file for file-not-in-%lang warnings: we don't use
|
||||
find_lang macro as it doesn't searches in subdirectories
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 01:00:06 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
10
kio.spec
10
kio.spec
@ -66,7 +66,6 @@ Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
Source99: kio-rpmlintrc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -98,20 +97,21 @@ Development files.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%find_lang %{name}5 %{name}5.lang
|
||||
%find_lang kcm_webshortcuts %{name}5.lang
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files lang
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_localedir}/
|
||||
%files lang -f %{name}5.lang
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user