diff --git a/4_6_BRANCH.diff b/4_6_BRANCH.diff deleted file mode 100644 index 9d92079..0000000 --- a/4_6_BRANCH.diff +++ /dev/null @@ -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 diff --git a/kturtle-4.9.3.tar.xz b/kturtle-4.9.3.tar.xz deleted file mode 100644 index 6ab7fd9..0000000 --- a/kturtle-4.9.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcd711b0b3762935c5551c964dc4ce3ea42765983c4c3d0d8ca97808916fd160 -size 212408 diff --git a/kturtle-4.9.90.tar.xz b/kturtle-4.9.90.tar.xz new file mode 100644 index 0000000..ad2f454 --- /dev/null +++ b/kturtle-4.9.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2965074c75e8be78cdaca1be1d8799970c22250f8f492613e00c9b7dec4afc2a +size 213156 diff --git a/kturtle.changes b/kturtle.changes index 9fdfc96..f9a6705 100644 --- a/kturtle.changes +++ b/kturtle.changes @@ -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 diff --git a/kturtle.spec b/kturtle.spec index c581133..7f3d124 100644 --- a/kturtle.spec +++ b/kturtle.spec @@ -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 - %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