Hello community,

here is the log from the commit of package eric5 for openSUSE:Factory checked 
in at 2015-01-06 09:06:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eric5 (Old)
 and      /work/SRC/openSUSE:Factory/.eric5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eric5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/eric5/eric5.changes      2014-12-09 
09:14:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.eric5.new/eric5.changes 2015-01-06 
09:06:50.000000000 +0100
@@ -1,0 +2,10 @@
+Sat Jan  3 04:50:20 UTC 2015 - [email protected]
+
+- split out api package
+
+-------------------------------------------------------------------
+Sun Dec 21 21:12:48 UTC 2014 - [email protected]
+
+- eric5-sidebar.patch - Fix sidebar shrink from upstream
+
+-------------------------------------------------------------------

New:
----
  eric5-sidebar.patch

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

Other differences:
------------------
++++++ eric5.spec ++++++
--- /var/tmp/diff_new_pack.XBBjSc/_old  2015-01-06 09:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.XBBjSc/_new  2015-01-06 09:06:51.000000000 +0100
@@ -33,6 +33,7 @@
 Source16:       %{name}-i18n-ru-%{version}.tar.gz
 Source17:       %{name}-i18n-tr-%{version}.tar.gz
 Source18:       %{name}-i18n-zh_CN.GB2312-%{version}.tar.gz
+Patch0:         %{name}-sidebar.patch
 BuildRequires:  fdupes
 BuildRequires:  python3-qscintilla
 BuildRequires:  python3-qt4
@@ -61,8 +62,20 @@
 dirty editor as well as being usable as a professional project management tool
 integrating many advanced features Python offers the professional coder.
 
+%package api
+Summary:        API files for eric65-api
+Group:          Development/Tools/IDE
+Conflicts:      python3-eric6-api
+Conflicts:      python-eric6-api
+
+%description api
+This package provides API files for eric5.
+If python-eric6 and python3-eric6 packages are installed then only one
+python-eric6-api or python3-eric6-api or python3-eric5-api is needed.
+
 %prep
 %setup -q -b 10 -b 11 -b 12 -b 13 -b 14 -b 15 -b 16 -b 17 -b 18 -n 
%{name}-%{version}
+%patch0
 
 # Fix non-executable scripts:
 sed -i "s|#!/usr/bin/env python3||" 
eric/{eric5_sqlbrowser,eric5_uipreviewer,Examples/rhallo,eric5_plugininstall,eric5_tray,eric5_pluginrepository,eric5_unittest,eric5_api,eric5,compileUiFiles,eric5_editor,eric5_trpreviewer,eric5_diff,install-i18n,uninstall,eric5_re,install,eric5_webbrowser,eric5_configure,eric5_iconeditor,Examples/hallo,eric5_qregexp,eric5_pluginuninstall,Utilities/crypto/py3AES,eric5_compare,eric5_doc,cleanupSource,eric5_snap,eric5_qregularexpression,Plugins/CheckerPlugins/CodeStyleChecker/pep8,ThirdParty/CharDet/chardet/chardetect}.py
@@ -87,6 +100,9 @@
 %{_datadir}/pixmaps/eric.png
 %{_datadir}/pixmaps/ericWeb.png
 %{python3_sitelib}/*
+
+%files api
+%defattr(-,root,root)
 %dir /usr/share/qt4/qsci/api/python
 /usr/share/qt4/qsci/api/python/*
 %dir /usr/share/qt4/qsci/api/ruby

++++++ eric5-sidebar.patch ++++++
--- eric/E5Gui/E5SideBar.py.orig        2014-12-21 16:08:09.720883222 -0500
+++ eric/E5Gui/E5SideBar.py     2014-12-21 16:08:28.309272364 -0500
@@ -604,7 +604,7 @@
         stream.readUInt16()  # version
         minimized = stream.readBool()
         
-        if minimized:
+        if minimized and not self.__minimized:
             self.shrink()
         
         stream >> self.__bigSize
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to