[kile] * Fri Jan 21 2011 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.1-0.10.b5 - update to 2.1b5 and matching

Kevin Kofler kkofler at fedoraproject.org
Fri Jan 21 18:19:43 UTC 2011


commit adea3d1c1fe9de463cd61bff101ad1f800060f66
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Fri Jan 21 19:19:19 2011 +0100

    * Fri Jan 21 2011 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.1-0.10.b5
    - update to 2.1b5 and matching translations (revision 1211084 from 2011-01-03)
    - drop docbook version hack and completion-kde46 patch, fixed upstream

 .gitignore                        |    2 +
 kile-2.1b4-completion-kde46.patch | 2569 -------------------------------------
 kile.spec                         |   18 +-
 sources                           |    4 +-
 4 files changed, 11 insertions(+), 2582 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d6bcfb0..6b1e106 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 kile-2.1b4.tar.bz2
 kile-translations-20100417.tar.bz2
+/kile-2.1b5.tar.bz2
+/kile-translations-20110103.tar.bz2
diff --git a/kile.spec b/kile.spec
index 8d212d5..a239d54 100644
--- a/kile.spec
+++ b/kile.spec
@@ -1,6 +1,6 @@
 
-%define pre b4
-%define translationver 20100417
+%define pre b5
+%define translationver 20110103
 
 Name:	 kile
 Summary: (La)TeX source editor and TeX shell
@@ -11,14 +11,10 @@ License: GPLv2+
 Group: 	 Applications/Publishing
 URL:	 http://kile.sourceforge.net/
 Source0: http://downloads.sourceforge.net/sourceforge/kile/kile-%{version}%{?pre}.tar.bz2
-# translations collected from revision 1115612 of
+# translations collected from revision 1211084 of
 # http://websvn.kde.org/trunk/l10n-kde4/*/messages/extragear-office
 # http://websvn.kde.org/trunk/l10n-kde4/*/docs/extragear-office
 Source1: kile-translations-%{translationver}.tar.bz2
-# backport upstream patch to make completion work with kdelibs 4.6
-# http://gitweb.kde.org/kile.git/commit/8854bf81cf95ef24f1201bcdef17a31be93f73fd
-# http://gitweb.kde.org/kile.git/commit/c677f943bfcaa85e3dc9d04aa3a89951c57d4df1
-Patch100: kile-2.1b4-completion-kde46.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 
 BuildRequires: desktop-file-utils
@@ -58,7 +54,6 @@ Kile is a user friendly (La)TeX editor.  The main features are:
 
 %prep
 %setup -q -n %{name}-%{version}%{?pre} -a 1
-%patch100 -p1 -b .kde46
 
 cat kile-translations-%{translationver}/CMakeLists.txt >>CMakeLists.txt
 rm -f kile-translations-%{translationver}/CMakeLists.txt
@@ -66,9 +61,6 @@ mv -f kile-translations-%{translationver}/po po
 mv -f kile-translations-%{translationver}/doc-translations doc-translations
 rmdir kile-translations-%{translationver}
 
-# update docbook version to make doc-translations build with kdelibs 4.6
-sed -i -e 's#<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4\.1\.2-Based Variant V1\.1//EN" "dtd/kdex\.dtd" \[#<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [#g' doc-translations/*_kile/*/index.docbook
-
 
 %build
 
@@ -129,6 +121,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jan 21 2011 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.1-0.10.b5
+- update to 2.1b5 and matching translations (revision 1211084 from 2011-01-03)
+- drop docbook version hack and completion-kde46 patch, fixed upstream
+
 * Tue Dec 07 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.1-0.9.b4
 - backport upstream patch to make completion work with kdelibs 4.6
 - update docbook version to make doc-translations build with kdelibs 4.6
diff --git a/sources b/sources
index 2265bf4..5113fbd 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-8585c196b7bff68c5cffb924a98b8783  kile-2.1b4.tar.bz2
-d0f40ded64d9e5ddbd941dc72fc7cf0a  kile-translations-20100417.tar.bz2
+281ca92d32424671242509e514f20c8c  kile-2.1b5.tar.bz2
+8bb0838d78c199a08456afc80076c2a8  kile-translations-20110103.tar.bz2


More information about the scm-commits mailing list