SHA256
1
0
forked from pool/kturtle

Accepting request 144132 from KDE:Distro:Factory

Update KDE to KDE 4.10 Beta2

OBS-URL: https://build.opensuse.org/request/show/144132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kturtle?expand=0&rev=19
This commit is contained in:
Ismail Dönmez 2012-12-07 13:37:13 +00:00 committed by Git OBS Bridge
parent 2b4cd34e26
commit 070aca2333
5 changed files with 27 additions and 24 deletions

View File

@ -1,7 +0,0 @@
package: kdeedu-4.2.87svn969966.tar.bz2
kdemod: kdeedu
--- BRANCH_STATUS
+++ BRANCH_STATUS
@@ -0,0 +1,2 @@
+current HEAD: 970680
+svn di between //trunk/KDE/kdeedu@969966 and //trunk/KDE/kdeedu

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dcd711b0b3762935c5551c964dc4ce3ea42765983c4c3d0d8ca97808916fd160
size 212408

3
kturtle-4.9.90.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2965074c75e8be78cdaca1be1d8799970c22250f8f492613e00c9b7dec4afc2a
size 213156

View File

@ -1,14 +1,33 @@
-------------------------------------------------------------------
Sat Dec 1 20:08:52 UTC 2012 - tittiatcoke@gmail.com
- Update to 4.9.90
* This is the second Beta release for 4.10. Contains bugfixes
-------------------------------------------------------------------
Sat Nov 24 12:56:01 UTC 2012 - tittiatcoke@gmail.com
- Update to 4.9.80
* See http://www.kde.org/announcements/announce-4.10-beta1.php
- patch 4_6_branch.diff removed (no content)
-------------------------------------------------------------------
Tue Nov 20 17:23:54 UTC 2012 - nico.kruber@gmail.com
- Fix the SLES build (%make_install is not expanded on SLES)
-------------------------------------------------------------------
Fri Nov 2 16:54:49 UTC 2012 - tittiatcoke@gmail.com
- Update to 4.9.3
* see http://kde.org/announcements/4.9.3/ for details
* see http://kde.org/announcements/announce-4.9.3.php for details
-------------------------------------------------------------------
Sat Sep 29 10:05:26 UTC 2012 - tittiatcoke@gmail.com
- Update to 4.9.2
* see http://kde.org/announcements/4.9.2/ for details
* see http://kde.org/announcements/announce-4.9.2.php for details
-------------------------------------------------------------------
Wed Sep 5 12:05:37 UTC 2012 - dmueller@suse.com

View File

@ -40,10 +40,9 @@ Summary: Logo Programming Environment
License: GPL-2.0+
Group: Amusements/Teaching/Mathematics
Url: http://edu.kde.org
Version: 4.9.3
Version: 4.9.90
Release: 0
Source0: %{name}-%{version}.tar.xz
Patch0: 4_6_BRANCH.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
Requires: libkeduvocdocument4
@ -55,13 +54,8 @@ Obsoletes: kde4-kturtle < 4.3.0
KTurtle is an educational Logo programming environment.
Authors:
--------
The KDE Team <kde@kde.org>
%prep
%setup -q -n %{name}-%version
%patch0 -p0
%build
%ifarch ppc ppc64
@ -72,16 +66,13 @@ export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
%install
cd build
%makeinstall
%kde4_makeinstall
%suse_update_desktop_file %{name} Education Math
%kde_post_install
%if %suse_version > 1020
%fdupes -s $RPM_BUILD_ROOT
%fdupes -s %{buildroot}
%endif
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig