Hello community,

here is the log from the commit of package ktexteditor for openSUSE:Factory 
checked in at 2015-04-13 20:24:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktexteditor (Old)
 and      /work/SRC/openSUSE:Factory/.ktexteditor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktexteditor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor.changes  2015-03-16 
09:29:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ktexteditor.new/ktexteditor.changes     
2015-04-13 20:24:06.000000000 +0200
@@ -1,0 +2,15 @@
+Sat Apr  4 14:40:39 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * Add kdesrc-buildrc highlighting file
+  * syntax: added support for binary integer literals in the PHP
+    highlighting file
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+-------------------------------------------------------------------
+Thu Mar 19 01:55:17 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Add explicit kiconthemes-devel BuildRequires
+
+-------------------------------------------------------------------

Old:
----
  ktexteditor-5.8.0.tar.xz

New:
----
  ktexteditor-5.9.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ktexteditor.spec ++++++
--- /var/tmp/diff_new_pack.7vFeIX/_old  2015-04-13 20:24:07.000000000 +0200
+++ /var/tmp/diff_new_pack.7vFeIX/_new  2015-04-13 20:24:07.000000000 +0200
@@ -16,23 +16,25 @@
 #
 
 
-%define _tar_path 5.8
+%bcond_without lang
+%define _tar_path 5.9
 Name:           ktexteditor
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  karchive-devel >= %{kf5_version}
-BuildRequires:  kconfig-devel >= %{kf5_version}
+BuildRequires:  karchive-devel >= %{_tar_path}
+BuildRequires:  kconfig-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kguiaddons-devel >= %{kf5_version}
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  kio-devel >= %{kf5_version}
-BuildRequires:  kparts-devel >= %{kf5_version}
+BuildRequires:  kguiaddons-devel >= %{_tar_path}
+BuildRequires:  ki18n-devel >= %{_tar_path}
+BuildRequires:  kiconthemes-devel >= %{_tar_path}
+BuildRequires:  kio-devel >= %{_tar_path}
+BuildRequires:  kparts-devel >= %{_tar_path}
 BuildRequires:  libgit2-devel
-BuildRequires:  sonnet-devel >= %{kf5_version}
+BuildRequires:  sonnet-devel >= %{_tar_path}
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5PrintSupport) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Script) >= 5.2.0
@@ -40,7 +42,9 @@
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Xml) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+%if %{with lang}
 Recommends:     %{name}-lang = %{version}
+%endif
 Obsoletes:      libKF5TextEditor4
 Obsoletes:      libKF5TextEditor5
 Summary:        Provides a powerful text editor component
@@ -60,7 +64,7 @@
 Group:          Development/Libraries/KDE
 Requires:       %{name} = %{version}
 Requires:       extra-cmake-modules
-Requires:       kparts-devel >= %{kf5_version}
+Requires:       kparts-devel >= %{_tar_path}
 
 %description devel
 KTextEditor provides a powerful text editor component that you can embed in 
your
@@ -77,15 +81,19 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5
+%if %{with lang}
+%find_lang %{name}5
+%endif
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n %{name}-lang -f %{name}5.lang
+%endif
 
 %files
 %defattr(-,root,root)

++++++ ktexteditor-5.8.0.tar.xz -> ktexteditor-5.9.0.tar.xz ++++++
++++ 9246 lines of diff (skipped)


Reply via email to