Accepting request 261202 from KDE:Extra
1 OBS-URL: https://build.opensuse.org/request/show/261202 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/k3b?expand=0&rev=56
This commit is contained in:
parent
093a7651a3
commit
3f09f78737
12
k3b.changes
12
k3b.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 14:09:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
- fix bashisms in post/postun scripts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 4 20:32:14 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Drop ImageMagick BuildRequires together with adjusting png's as
|
||||
they are fixed upstream
|
||||
- Drop version checks for ancient openSUSE versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 4 17:19:29 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
4
k3b.spec
4
k3b.spec
@ -157,11 +157,11 @@ rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavianlatin/
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
/usr/bin/update-mime-database %{_datadir}/mime >/dev/null 2>&1 ||:
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
/usr/bin/update-mime-database %{_datadir}/mime >/dev/null 2>&1 ||:
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
Loading…
Reference in New Issue
Block a user