Hello community,

here is the log from the commit of package kdevelop4-plugin-python.2179 for 
openSUSE:13.1:Update checked in at 2013-11-15 10:43:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1:Update/kdevelop4-plugin-python.2179 (Old)
 and      /work/SRC/openSUSE:13.1:Update/.kdevelop4-plugin-python.2179.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdevelop4-plugin-python.2179"

Changes:
--------
New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.kdevelop4-plugin-python.2179.new/kdevelop4-plugin-python.changes
    2013-11-15 10:43:36.000000000 +0100
@@ -0,0 +1,70 @@
+-------------------------------------------------------------------
+Wed Oct 30 10:48:47 UTC 2013 - [email protected]
+
+- Fix lang target name
+
+-------------------------------------------------------------------
+Wed Oct 30 01:28:16 UTC 2013 - [email protected]
+
+- Update to 1.5.2
+  - Fix a bug which led to the PEP8 checker running on non-python 
+    files in some cases
+  - Properly support unicode docstrings
+  - Fix a crash in code completion which happened in some rare cases
+  - Fix a crash which could happen when a list comprehension was 
+    used as the default value for a function parameter
+
+-------------------------------------------------------------------
+Sun Oct 27 23:20:16 UTC 2013 - [email protected]
+
+- Bump minimal libkdevplatform-devel BuildRequires to 1.4.60 as per
+  CMakeLists
+
+-------------------------------------------------------------------
+Sun Oct  6 12:09:23 UTC 2013 - [email protected]
+
+- Remove unneeded dependencies.
+
+-------------------------------------------------------------------
+Thu Jun 27 15:44:34 UTC 2013 - [email protected]
+
+- Obsolete doc package
+
+-------------------------------------------------------------------
+Sat May 18 18:55:50 UTC 2013 - [email protected]
+
+- Update to 1.5.1
+  - Bugfixes
+
+-------------------------------------------------------------------
+Tue May  7 12:28:14 UTC 2013 - [email protected]
+
+- doc package no longer exists so don't require it
+
+-------------------------------------------------------------------
+Fri May  3 18:00:24 UTC 2013 - [email protected]
+
+- Move parser documentation back to main package [kde#319284]
+
+-------------------------------------------------------------------
+Thu May  2 12:08:59 UTC 2013 - [email protected]
+
+- Uodate to 1.5.0
+  - Compatible with kdevplatform 1.5.0 / kdevelop4 4.5.0
+  - No changelog
+- Split documentation package
+
+-------------------------------------------------------------------
+Mon Nov 26 09:51:32 UTC 2012 - [email protected]
+
+- Update to 1.4.1
+  - First stable release
+  - lang package is no longer available
+- Added devel package
+
+-------------------------------------------------------------------
+Mon Sep 19 14:42:16 UTC 2011 - [email protected]
+
+- Add kdevelop4-plugin-python
+
+

New:
----
  kdev-python-v1.5.2.tar.xz
  kdevelop4-plugin-python.changes
  kdevelop4-plugin-python.spec

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

Other differences:
------------------
++++++ kdevelop4-plugin-python.spec ++++++
#
# spec file for package kdevelop4-plugin-python
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           kdevelop4-plugin-python
Version:        1.5.2
Release:        0
Summary:        Python support for KDevelop
License:        GPL-2.0+
Group:          Development/Tools/IDE
Url:            http://www.kdevelop.org
Source0:        
http://download.kde.org/stable/kdevelop/kdev-python/%{version}/src/kdev-python-v%{version}.tar.xz
BuildRequires:  fdupes
BuildRequires:  kdevelop4-devel
BuildRequires:  kdevelop4-pg-qt
BuildRequires:  libkde4-devel
BuildRequires:  libkdevplatform-devel >= 1.4.60
BuildRequires:  python-kde4-devel
Requires:       kdevelop4
Requires:       python-kde4
Requires:       python-qt4
Recommends:     python-pep8
Recommends:     %{name}-lang
Provides:       %{name}-doc = %{version}
Obsoletes:      %{name}-doc < %{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
A KDevelop plugin which provides Python language support.

%package devel
Summary:        Development files for %{name}
Group:          Development/Libraries/KDE
Requires:       %{name} = %{version}

%description devel
Development libraries and headers needed to build software using %{name}

%lang_package
%prep
%setup -q -n kdev-python-v%{version}

%build
  %cmake_kde4 -d build
  make %{?_smp_mflags} parser
  %make_jobs

%install
  pushd build
  %kde4_makeinstall
  %kde_post_install
  popd
  %fdupes -s %{buildroot}
  %find_lang kdevpython %{name}.lang

%post   -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files lang -f %{name}.lang

%files
%defattr(-,root,root)
%{_kde4_appsdir}/kdevappwizard/
# don't move documentation to -doc package, it's parser data
%{_kde4_appsdir}/kdevpythonsupport/
%{_kde4_modulesdir}/kcm_pep8.so
%{_kde4_libdir}/libkdev4python*.so
%{_kde4_libdir}/libpython2.7-kdevelop.so.*
%{_kde4_modulesdir}/kdevpdb.so
%{_kde4_modulesdir}/kdevpythonlanguagesupport.so
%{_kde4_servicesdir}/kcm_kdevpythonpep8.desktop
%{_kde4_servicesdir}/kdevpdb.desktop
%{_kde4_servicesdir}/kdevpythonsupport.desktop

%files devel
%defattr(-,root,root)
%{_kde4_libdir}/libpython2.7-kdevelop.so

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to