forked from pool/palapeli
Accepting request 261197 from KDE:Distro:Factory
1 OBS-URL: https://build.opensuse.org/request/show/261197 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/palapeli?expand=0&rev=33
This commit is contained in:
parent
00121dfa9f
commit
ccd9bd26d7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2550e974b0c9621161ea16fb91669e3d8f36b29ea06d8dee5e56451651257e1
|
||||
size 1747800
|
3
palapeli-4.14.3.tar.xz
Normal file
3
palapeli-4.14.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3a817f65f37c103e2a8bd16cb91ef7e76190135cb389702cffa831929a53323
|
||||
size 1747840
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 03:13:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
- fix bashisms in post/postun scripts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 9 21:10:35 UTC 2014 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.14.3
|
||||
* KDE 4.14.3 SC Bugfix Release
|
||||
* See http://www.kde.org/announcements/announce-4.14.3.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 12 12:37:43 UTC 2014 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -21,7 +21,7 @@ Summary: Jigsaw puzzle game
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Games/Board/Puzzle
|
||||
Url: http://www.kde.org
|
||||
Version: 4.14.2
|
||||
Version: 4.14.3
|
||||
Release: 0
|
||||
Source0: palapeli-%{version}.tar.xz
|
||||
BuildRequires: libkdegames-devel
|
||||
@ -69,11 +69,11 @@ This package contains the development files for Palapeli.
|
||||
|
||||
%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 || :
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user