Hello community,

here is the log from the commit of package qscintilla for openSUSE:Factory 
checked in at 2014-06-16 21:32:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qscintilla (Old)
 and      /work/SRC/openSUSE:Factory/.qscintilla.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qscintilla"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qscintilla/python-qscintilla.changes     
2014-03-27 06:10:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qscintilla.new/python-qscintilla.changes        
2014-06-16 21:32:52.000000000 +0200
@@ -1,0 +2,13 @@
+Thu May 29 02:34:37 UTC 2014 - ter...@gmail.com
+
+- Update to v2.8.2
+  - Added the QsciLexerAVS class.
+  - Added the QsciLexerPO class.
+  - Added the --sysroot, --no-sip-files and --no-qsci-api options to the Python
+    bindings' configure.py.
+  - Cross-compilation (specifically to iOS and Android) is now supported.
+  - configure.py has been refactored and relicensed so that it can be used as a
+    template for wrapping other bindings.
+  - Bug fixes.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/qscintilla/python3-qscintilla.changes    
2014-03-27 06:10:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qscintilla.new/python3-qscintilla.changes       
2014-06-16 21:32:52.000000000 +0200
@@ -1,0 +2,13 @@
+Thu May 29 02:34:57 UTC 2014 - ter...@gmail.com
+
+- Update to v2.8.2
+  - Added the QsciLexerAVS class.
+  - Added the QsciLexerPO class.
+  - Added the --sysroot, --no-sip-files and --no-qsci-api options to the Python
+    bindings' configure.py.
+  - Cross-compilation (specifically to iOS and Android) is now supported.
+  - configure.py has been refactored and relicensed so that it can be used as a
+    template for wrapping other bindings.
+  - Bug fixes.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/qscintilla/qscintilla.changes    2014-03-27 
06:10:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qscintilla.new/qscintilla.changes       
2014-06-16 21:32:52.000000000 +0200
@@ -1,0 +2,13 @@
+Thu May 29 02:33:33 UTC 2014 - ter...@gmail.com
+
+- Update to v2.8.2
+  - Added the QsciLexerAVS class.
+  - Added the QsciLexerPO class.
+  - Added the --sysroot, --no-sip-files and --no-qsci-api options to the Python
+    bindings' configure.py.
+  - Cross-compilation (specifically to iOS and Android) is now supported.
+  - configure.py has been refactored and relicensed so that it can be used as a
+    template for wrapping other bindings.
+  - Bug fixes.
+
+-------------------------------------------------------------------

Old:
----
  QScintilla-gpl-2.8.1.tar.gz

New:
----
  QScintilla-gpl-2.8.2.tar.gz

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

Other differences:
------------------
++++++ python-qscintilla.spec ++++++
--- /var/tmp/diff_new_pack.CT8GMc/_old  2014-06-16 21:32:53.000000000 +0200
+++ /var/tmp/diff_new_pack.CT8GMc/_new  2014-06-16 21:32:53.000000000 +0200
@@ -28,7 +28,7 @@
 License:        GPL-2.0+
 Group:          Development/Libraries/C and C++
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Version:        2.8.1
+Version:        2.8.2
 Release:        0
 %define scintilla_version %version
 Source:         
http://downloads.sourceforge.net/project/pyqt/QScintilla2/QScintilla-%{version}/QScintilla-gpl-%{version}.tar.gz
@@ -65,13 +65,13 @@
 
 %build
 pushd Python
-python configure-old.py
+python configure.py
 make %{?jobs:-j %jobs}
 popd
 
 %install
 pushd Python
-%makeinstall
+%makeinstall INSTALL_ROOT=$RPM_BUILD_ROOT
 popd
 
 %clean
@@ -81,7 +81,9 @@
 %defattr(-,root,root)
 %doc NEWS README LICENSE.GPL2 LICENSE.GPL3
 %py_sitedir/PyQt4/Qsci.so
-/usr/share/qt4/qsci/api/python/QScintilla2.api
+/usr/share/qt4/api
+/usr/share/qt4/api/python
+/usr/share/qt4/api/python/QScintilla2.api
 
 %files sip
 %defattr(-,root,root)

++++++ python3-qscintilla.spec ++++++
--- /var/tmp/diff_new_pack.CT8GMc/_old  2014-06-16 21:32:53.000000000 +0200
+++ /var/tmp/diff_new_pack.CT8GMc/_new  2014-06-16 21:32:53.000000000 +0200
@@ -22,7 +22,7 @@
 License:        GPL-2.0+
 Group:          Development/Libraries/C and C++
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Version:        2.8.1
+Version:        2.8.2
 Release:        0
 %define scintilla_version %version
 Source:         
http://downloads.sourceforge.net/project/pyqt/QScintilla2/QScintilla-%{version}/QScintilla-gpl-%{version}.tar.gz
@@ -51,15 +51,15 @@
 
 %build
 pushd Python
-python3 configure-old.py
+python3 configure.py
 make %{?_smp_mflags}
 popd
 
 %install
 pushd Python
-%makeinstall
+%makeinstall INSTALL_ROOT=$RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT/usr/share/sip/PyQt4/Qsci
-mv $RPM_BUILD_ROOT/usr/share/qt4/qsci/api/python 
$RPM_BUILD_ROOT/usr/share/qt4/qsci/api/python3
+mv $RPM_BUILD_ROOT/usr/share/qt4/api/python 
$RPM_BUILD_ROOT/usr/share/qt4/api/python3
 popd
 
 %clean
@@ -69,6 +69,8 @@
 %defattr(-,root,root)
 %doc NEWS README LICENSE.GPL2 LICENSE.GPL3
 %{python3_sitearch}/PyQt4/Qsci.so
-/usr/share/qt4/qsci/api/python3/QScintilla2.api
+/usr/share/qt4/api
+/usr/share/qt4/api/python3
+/usr/share/qt4/api/python3/QScintilla2.api
 
 %changelog

++++++ qscintilla.spec ++++++
--- /var/tmp/diff_new_pack.CT8GMc/_old  2014-06-16 21:32:53.000000000 +0200
+++ /var/tmp/diff_new_pack.CT8GMc/_new  2014-06-16 21:32:53.000000000 +0200
@@ -24,7 +24,7 @@
 License:        GPL-2.0+
 Group:          Development/Libraries/C and C++
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Version:        2.8.1
+Version:        2.8.2
 Release:        0
 %define scintilla_version %version
 Source:         
http://downloads.sourceforge.net/project/pyqt/QScintilla2/QScintilla-%{version}/QScintilla-gpl-%{version}.tar.gz

++++++ QScintilla-gpl-2.8.1.tar.gz -> QScintilla-gpl-2.8.2.tar.gz ++++++
++++ 105027 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to