Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > 60d7dcd821d13806d6a89b47cf9d5faa > files > 3

qscintilla-2.11.1-6.1.mga7.src.rpm

%define major     15
%define libqs4    %mklibname qscintilla2_qt4_ %{major}
%define libqs5    %mklibname qscintilla2_qt5_ %{major}
%define libqs4dev %mklibname qscintilla2 -d
%define libqs5dev %mklibname qscintilla2-qt5 -d

Name:           qscintilla
Version:        2.11.1
%define subrel  1
Release:        %mkrel 6
Summary:        Port to Qt of Neil Hodgson's Scintilla C++ editor class
License:        GPLv2+
Group:          System/Libraries
URL:            http://www.riverbankcomputing.co.uk/software/qscintilla/intro
Source0:        https://www.riverbankcomputing.com/static/Downloads/QScintilla/QScintilla_gpl-%{version}.tar.gz
Patch101:       QScintilla_gpl-2.11-QUrl.patch

BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  pkgconfig(phonon)
BuildRequires:  sed

# Qt4/Qt5
BuildRequires:  pkgconfig(QtDesigner)
BuildRequires:  pkgconfig(QtGui)
BuildRequires:  pkgconfig(QtScript)
BuildRequires:  pkgconfig(QtXml)
BuildRequires:  pkgconfig(QtWebKit)
BuildRequires:  pkgconfig(Qt5Designer)
BuildRequires:  pkgconfig(Qt5Gui)
BuildRequires:  pkgconfig(Qt5PrintSupport)
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  pkgconfig(Qt5Xml)

# Python 2
BuildRequires:  pkgconfig(python2)
BuildRequires:  pkgconfig(dbus-python)
BuildRequires:  python2-qt4-devel
BuildRequires:  python2-qt5-devel
BuildRequires:  python2-sip >= 1:4.19

# Python 3
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3-dbus
BuildRequires:  python3-qt4-devel
BuildRequires:  python3-qt5-devel
BuildRequires:  python3-sip-devel >= 1:4.19

%description
As well as features found in standard text editing components,
QScintilla includes features especially useful when editing and
debugging source code. These include support for syntax styling, error
indicators, code completion and call tips. The selection margin can
contain markers like those used in debuggers to indicate breakpoints
and the current line. Styling choices are more open than with many
editors, allowing the use of proportional fonts, bold and italics,
multiple foreground and background colours and multiple fonts.

#--------------------------------------------------------------

%package -n     %{libqs4}
Summary:        Port to Qt4 of Neil Hodgson's Scintilla C++ editor class
Group:          System/Libraries
Requires:       qscintilla2-qt4-common >= %{version}-%{release}

%description -n %{libqs4}
As well as features found in standard text editing components,
QScintilla includes features especially useful when editing and
debugging source code. These include support for syntax styling, error
indicators, code completion and call tips. The selection margin can
contain markers like those used in debuggers to indicate breakpoints
and the current line. Styling choices are more open than with many
editors, allowing the use of proportional fonts, bold and italics,
multiple foreground and background colours and multiple fonts.

%files -n %{libqs4}
%{_qt4_libdir}/libqscintilla2_qt4.so.%{major}{,.*}

#--------------------------------------------------------------

%package -n     %{libqs5}
Summary:        Port to Qt5 of Neil Hodgson's Scintilla C++ editor class
Group:          System/Libraries
Requires:       qscintilla2-qt5-common >= %{version}-%{release}

%description -n %{libqs5}
As well as features found in standard text editing components,
QScintilla includes features especially useful when editing and
debugging source code. These include support for syntax styling, error
indicators, code completion and call tips. The selection margin can
contain markers like those used in debuggers to indicate breakpoints
and the current line. Styling choices are more open than with many
editors, allowing the use of proportional fonts, bold and italics,
multiple foreground and background colours and multiple fonts.

%files -n %{libqs5}
%{_qt5_libdir}/libqscintilla2_qt5.so.%{major}{,.*}

#--------------------------------------------------------------

%package -n     %{libqs5dev}
Summary:        Libraries, include and other files to develop applications with QScintilla for Qt5
Group:          Development/KDE and Qt
Requires:       %{libqs5} = %{version}-%{release}
Provides:       %{name}-qt5-devel = %{version}-%{release}

%description -n %{libqs5dev}
This packages contains the libraries, include and other files
you can use to develop applications with QScintilla.

%files -n %{libqs5dev}
%{_qt5_includedir}/*
%{_qt5_libdir}/libqscintilla2_qt5.so
%{_qt5_prefix}/mkspecs/features/qscintilla2.prf
# compat symlink
%{_qt5_libdir}/libqscintilla2-qt5.so

#--------------------------------------------------------------

%package -n     %{libqs4dev}
Summary:        Libraries, include and other files to develop applications with QScintilla for Qt4
Group:          Development/KDE and Qt
Requires:       %{libqs4} = %{version}-%{release}
Provides:       %{name}-qt4-devel = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}
# Mageia 5
Provides:       %{_lib}qscintilla-devel = %{version}-%{release}

Obsoletes:      %{_lib}qscintilla-devel < 2.9.1-2
Obsoletes:      %{_lib}qscintilla-qt4-devel < 2.9.1-2

%description -n %{libqs4dev}
This packages contains the libraries, include and other files
you can use to develop applications with QScintilla.

%files -n %{libqs4dev}
%{_includedir}/Qsci
%{_qt4_prefix}/mkspecs/features/qscintilla2.prf
%{_qt4_libdir}/libqscintilla2_qt4.so
# compat symlink
%{_qt4_libdir}/libqscintilla2.so

#--------------------------------------------------------------

%package -n     qscintilla2-qt5-common
Summary:        Common files for %{name}-qt5
Group:          System/Libraries

# ease upgrade for mga7
Conflicts:      %{_lib}qscintilla2-qt5_12 < 2.9.1-9
Conflicts:      %{_lib}qscintilla2_qt5_13 < 2.10.8-3
Conflicts:      %{_lib}qscintilla2_qt5_15 < 2.11.1-5

%description -n qscintilla2-qt5-common
This packages contains translations and designer plugin for %{name}-qt5.

%files -n qscintilla2-qt5-common
%{_qt5_plugindir}/designer/libqscintillaplugin.so
%{_qt5_translationdir}/qscintilla*.qm

#--------------------------------------------------------------

%package -n     qscintilla2-qt4-common
Summary:        Common files for %{name}-qt4
Group:          System/Libraries

# ease upgrade for mga7
Conflicts:      %{_lib}qscintilla2_12 < 2.9.1-9
Conflicts:      %{_lib}qscintilla2-qt4_12 < 2.9.1-9
Conflicts:      %{_lib}qscintilla2_qt4_13 < 2.10.8-3
Conflicts:      %{_lib}qscintilla2_qt4_15 < 2.11.1-5

%description -n qscintilla2-qt4-common
This packages contains translations and designer plugin for %{name}-qt4.

%files -n qscintilla2-qt4-common
%{_qt4_plugindir}/designer/libqscintillaplugin.so
%{_qt4_translationdir}/qscintilla*.qm

#--------------------------------------------------------------

%package -n     python3-qt5-qscintilla
Summary:        Python3 Qt5 QScintilla bindings
Group:          Development/KDE and Qt
Requires:       python3-qt5
Requires:       python3-sip-api(%{_sip_api_major}) >= %{_sip_api}
Requires:       %{libqs5} = %{version}

%description -n python3-qt5-qscintilla
Python3 Qt5 QScintilla bindings.

%files -n python3-qt5-qscintilla 
%{_datadir}/python3-sip/PyQt5/Qsci
%{python3_sitearch}/PyQt5/Qsci.so
%{python3_sitearch}/PyQt5/Qsci.py*

#--------------------------------------------------------------

%package -n     python3-qt4-qscintilla
Summary:        Python3 Qt4 QScintilla bindings
Group:          Development/KDE and Qt
Requires:       python3-qt4
Requires:       python3-sip-api(%{_sip_api_major}) >= %{_sip_api}
Requires:       %{libqs4} = %{version}

%description -n python3-qt4-qscintilla
Python3 Qt4 QScintilla bindings.

%files -n python3-qt4-qscintilla
%{_datadir}/python3-sip/PyQt4/Qsci
%{python3_sitearch}/PyQt4/Qsci.so
%{python3_sitearch}/PyQt4/Qsci.py*

#--------------------------------------------------------------

%package -n     python2-qt5-qscintilla
Summary:        Python 2 Qt5 QScintilla bindings
Group:          Development/KDE and Qt
Requires:       python2-qt5
Requires:       python2-sip-api(%{_sip_api_major}) >= %{_sip_api}
Requires:       %{libqs5} = %{version}

Obsoletes:      python-qt5-qscintilla < 2.9.1-9
Provides:       python-qt5-qscintilla = %{version}-%{release}

%description -n python2-qt5-qscintilla
Python2 Qt5 QScintilla bindings.

%files -n python2-qt5-qscintilla
%{_datadir}/sip/PyQt5/Qsci
%{python2_sitearch}/PyQt5/Qsci.so
%{python2_sitearch}/PyQt5/Qsci.py*

#--------------------------------------------------------------

%package -n     python2-qt4-qscintilla
Summary:        Python 2 Qt4 QScintilla bindings
Group:          Development/KDE and Qt
Requires:       python2-qt4
Requires:       python2-sip-api(%{_sip_api_major}) >= %{_sip_api}
Requires:       %{libqs4} = %{version}

Obsoletes:      python-qt4-qscintilla < 2.9.1-9
Provides:       python-qt4-qscintilla = %{version}-%{release}

%description -n python2-qt4-qscintilla
Python2 Qt4 QScintilla bindings.

%files -n python2-qt4-qscintilla
%{_datadir}/sip/PyQt4/Qsci
%{python2_sitearch}/PyQt4/Qsci.so
%{python2_sitearch}/PyQt4/Qsci.py*

#--------------------------------------------------------------

%package        doc-qt5
Summary:        QScintilla docs
Group:          Development/KDE and Qt
BuildArch:      noarch

%description    doc-qt5
QScintilla doc.

%files doc-qt5
%doc NEWS README doc
%{_qt5_prefix}/qsci/api/python/*

#--------------------------------------------------------------

%package        doc
Summary:        QScintilla docs
Group:          Development/KDE and Qt
BuildArch:      noarch

Obsoletes:      qscintilla-doc-qt4 < 2.9.1-2

%description    doc
QScintilla doc.

%files doc
%{_qt4_prefix}/qsci/api/python/*

#--------------------------------------------------------------

%prep
%setup -qn QScintilla_gpl-%{version}
%autopatch -p1

%build
### Qt4 build ###
PATH=%{_qt4_bindir}:$PATH; export PATH

cp -a Qt4Qt5 Qt4/
pushd Qt4
	%{qmake_qt4} qscintilla.pro
	%make_build
popd

# set QMAKEFEATURES to ensure just built lib/feature is found
QMAKEFEATURES=`pwd`/Qt4/features; export QMAKEFEATURES

cp -a designer-Qt4Qt5 designer-Qt4/
pushd designer-Qt4
	%{qmake_qt4} designer.pro INCLUDEPATH+=../Qt4 LIBS+=-L../Qt4
	%make_build
popd

cp -a Python Python2-qt4
pushd Python2-qt4
	%{__python2} \
  		configure.py \
    		--qsci-incdir=../Qt4 --qsci-libdir=../Qt4 \
    		--no-dist-info \
    		--sip=/usr/bin/sip

	%make_build
popd

cp -a Python Python3-qt4
pushd Python3-qt4
	%{__python3} \
  		configure.py \
    		--pyqt-sipdir=/usr/share/python3-sip/PyQt4 \
    		--qsci-incdir=../Qt4 --qsci-libdir=../Qt4 \
    		--no-dist-info \
    		--sip=/usr/bin/python3-sip

	%make_build
popd

### Qt5 build ###
PATH=%{_qt5_bindir}:$PATH; export PATH

cp -a Qt4Qt5 Qt5/
pushd Qt5
	%{qmake_qt5} qscintilla.pro
	%make_build
popd

# set QMAKEFEATURES to ensure just built lib/feature is found
QMAKEFEATURES=`pwd`/Qt5/features; export QMAKEFEATURES

cp -a designer-Qt4Qt5 designer-Qt5/
pushd designer-Qt5
	%{qmake_qt5} designer.pro INCLUDEPATH+=../Qt5 LIBS+=-L../Qt5
	%make_build
popd

cp -a Python Python2-qt5
pushd Python2-qt5
	%{__python2} \
  		configure.py \
    		--pyqt=PyQt5 \
    		--pyqt-sipdir=/usr/share/sip/PyQt5 \
    		--qsci-incdir=../Qt5 --qsci-libdir=../Qt5 \
    		--no-dist-info \
    		--sip=/usr/bin/sip

	%make_build
popd

cp -a Python Python3-qt5
pushd Python3-qt5
	%{__python3} \
  		configure.py \
    		--pyqt=PyQt5 \
    		--pyqt-sipdir=/usr/share/python3-sip/PyQt5 \
    		--qsci-incdir=../Qt5 --qsci-libdir=../Qt5 \
    		--no-dist-info \
    		--sip=/usr/bin/python3-sip

	%make_build
popd

%install
### Qt4 install ###
make -C Qt4 install INSTALL_ROOT=%{buildroot}
# compat symlink
ln -s libqscintilla2_qt4.so %{buildroot}%{_qt4_libdir}/libqscintilla2.so
make -C designer-Qt4 install INSTALL_ROOT=%{buildroot}

make -C Python2-qt4 install DESTDIR=%{buildroot} INSTALL_ROOT=%{buildroot}
test -x   %{buildroot}%{python2_sitearch}/PyQt4/Qsci.so || \
chmod a+x %{buildroot}%{python2_sitearch}/PyQt4/Qsci.so
make -C Python3-qt4 install DESTDIR=%{buildroot} INSTALL_ROOT=%{buildroot}
test -x   %{buildroot}%{python3_sitearch}/PyQt4/Qsci.so || \
chmod a+x %{buildroot}%{python3_sitearch}/PyQt4/Qsci.so

### Qt5 install ###
make -C Qt5 install INSTALL_ROOT=%{buildroot}
# compat symlink
ln -s libqscintilla2_qt5.so %{buildroot}%{_qt5_libdir}/libqscintilla2-qt5.so
make -C designer-Qt5 install INSTALL_ROOT=%{buildroot}

make -C Python2-qt5 install DESTDIR=%{buildroot} INSTALL_ROOT=%{buildroot}
test -x   %{buildroot}%{python2_sitearch}/PyQt5/Qsci.so || \
chmod a+x %{buildroot}%{python2_sitearch}/PyQt5/Qsci.so
make -C Python3-qt5 install DESTDIR=%{buildroot} INSTALL_ROOT=%{buildroot}
test -x   %{buildroot}%{python3_sitearch}/PyQt5/Qsci.so || \
chmod a+x %{buildroot}%{python3_sitearch}/PyQt5/Qsci.so


%changelog
* Fri Sep 06 2019 daviddavid <daviddavid> 2.11.1-6.1.mga7
+ Revision: 1437705
- add missing conclicts to ease upgrade mga6 -> mga7 (mga#25407)

* Mon Apr 01 2019 umeabot <umeabot> 2.11.1-6.mga7
+ Revision: 1384271
- Qt5 Rebuild

* Wed Feb 20 2019 daviddavid <daviddavid> 2.11.1-5.mga7
+ Revision: 1368905
- really fix upgrade

* Wed Feb 20 2019 tv <tv> 2.11.1-4.mga7
+ Revision: 1368902
- fix upgrade (aka fix conflicts)

* Wed Feb 20 2019 daviddavid <daviddavid> 2.11.1-3.mga7
+ Revision: 1368763
- split out translations and designer plugin files in separates common sub-pkgs
  thus really fixes conflicting files when libmajor change

* Wed Feb 20 2019 daviddavid <daviddavid> 2.11.1-2.mga7
+ Revision: 1368679
- add conflict to ease upgrade

* Tue Feb 19 2019 daviddavid <daviddavid> 2.11.1-1.mga7
+ Revision: 1368490
- new version: 2.11.1
- now libmajor is 15

* Mon Jan 07 2019 daviddavid <daviddavid> 2.10.8-2.mga7
+ Revision: 1351062
- rebuild for new Python 3.7

* Thu Oct 04 2018 daviddavid <daviddavid> 2.10.8-1.mga7
+ Revision: 1317538
- new version: 2.10.8

* Sun Sep 23 2018 umeabot <umeabot> 2.10.7-3.mga7
+ Revision: 1300676
- Mageia 7 Mass Rebuild

* Tue Jul 31 2018 daviddavid <daviddavid> 2.10.7-2.mga7
+ Revision: 1246300
- rebuild with new sip 4.19.12

* Thu Jul 05 2018 daviddavid <daviddavid> 2.10.7-1.mga7
+ Revision: 1241740
- new version: 2.10.7

* Sun Jun 24 2018 daviddavid <daviddavid> 2.10.5-1.mga7
+ Revision: 1239302
- new version: 2.10.5

* Thu Apr 19 2018 daviddavid <daviddavid> 2.10.4-2.mga7
+ Revision: 1220254
- add conflicts to ease upgrade for mga7

* Thu Apr 19 2018 daviddavid <daviddavid> 2.10.4-1.mga7
+ Revision: 1220171
- new version: 2.10.4
- now libmajor is 13
- now Qt5 library are named libqscintilla2_qt5 instead of qscintilla2-qt5
- now Qt4 library are named libqscintilla2_qt4 instead of qscintilla2
- move the designer plugins into the correct subpkgs
- create a compat symlink for devel subpkgs
- python3 subpkgs requires python3-sip-api and not sip-api
- rename all python-module to python2-module

* Fri Aug 04 2017 daviddavid <daviddavid> 2.9.1-8.mga7
+ Revision: 1134996
- rebuild for new Python 3 and python-sip

* Thu Sep 29 2016 joequant <joequant> 2.9.1-7.mga6
+ Revision: 1057584
- need rebuild to pick up new qt5

* Tue Feb 16 2016 umeabot <umeabot> 2.9.1-6.mga6
+ Revision: 962530
- Mageia 6 Mass Rebuild

* Sat Nov 14 2015 daviddavid <daviddavid> 2.9.1-5.mga6
+ Revision: 903090
- obsoletes some incorrect subpackages < 2.9.1-2

* Mon Nov 09 2015 ns80 <ns80> 2.9.1-4.mga6
+ Revision: 899908
- fix python3-qt4-devel build requirement

* Mon Nov 09 2015 ns80 <ns80> 2.9.1-3.mga6
+ Revision: 899901
- put Qt4 related headers in Qt4 related devel package
+ daviddavid <daviddavid>
- fix requires on qscintilla2-devel subpackage

* Sun Nov 08 2015 akien <akien> 2.9.1-2.mga6
+ Revision: 899258
- Add missing python-qt5 package
- Rename lib packages to match their actual lib names
- Put translation files directly in the lib packages to get rid of i18n subpackages
- Rename python2-qt4-qscintilla to python-qt4-qscintilla

* Sun Nov 08 2015 neoclust <neoclust> 2.9.1-1.mga6
+ Revision: 899213
- New version 2.9.1

* Wed Sep 09 2015 neoclust <neoclust> 2.9-4.mga6
+ Revision: 874750
- Fix provides

* Wed Sep 09 2015 neoclust <neoclust> 2.9-3.mga6
+ Revision: 874715
- Build more with qt5

* Wed Sep 09 2015 fwang <fwang> 2.9-2.mga6
+ Revision: 874675
- qt5 flavour does not build now
- use correct qmake
- update sip dir
- update sysroot
- add more br
- set qt5 as default
- simplified br
- br qt5
- use correct macro
- fix br
- add py3qt5 flavour

* Wed Sep 09 2015 fwang <fwang> 2.9-1.mga6
+ Revision: 874589
- update file list
- 2.9
- 2.8.2
+ umeabot <umeabot>
- Second Mageia 5 Mass Rebuild
- Mageia 5 Mass Rebuild
+ tv <tv>
- rebuild for missing pythoneggs deps

* Mon Mar 17 2014 fwang <fwang> 2.8.1-1.mga5
+ Revision: 604319
- update file list
- fix linkage
- 2.8.1

* Tue Feb 04 2014 fwang <fwang> 2.8-1.mga5
+ Revision: 581702
- update lib major
- new version 2.8

* Sat Oct 19 2013 umeabot <umeabot> 2.7.2-4.mga4
+ Revision: 528936
- Mageia 4 Mass Rebuild
+ fwang <fwang>
- qscintilla does not support build python2 and python3 flavour at the same time
- build py3 sip
- build python3 flavour

* Sat Jun 29 2013 fwang <fwang> 2.7.2-2.mga4
+ Revision: 448375
- move translations out of lib package

* Tue Jun 18 2013 fwang <fwang> 2.7.2-1.mga4
+ Revision: 444336
- update file list
- update file list
- update install prefix
- update dir
- fix ver
- new version 2.7.2

* Sun Jan 13 2013 umeabot <umeabot> 2.7-5.mga3
+ Revision: 379912
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Dec 16 2012 fwang <fwang> 2.7-4.mga3
+ Revision: 331414
- fix obsoletes and conflicts tag

* Tue Dec 11 2012 matteo <matteo> 2.7-3.mga3
+ Revision: 329742
- obsoleting lib qscintilla2_8

* Tue Dec 11 2012 matteo <matteo> 2.7-2.mga3
+ Revision: 329693
- added missing conflict definition

* Tue Dec 11 2012 matteo <matteo> 2.7-1.mga3
+ Revision: 329646
- new version

* Sat Dec 08 2012 fwang <fwang> 2.6.2-2.mga3
+ Revision: 328051
- requires sip api

* Tue Jun 26 2012 fwang <fwang> 2.6.2-1.mga3
+ Revision: 263945
- update includepath
- fix dir
- upload taball
- new version 2.6.2

* Sun Feb 26 2012 matteo <matteo> 2.6.1-1.mga2
+ Revision: 215220
- new version

* Sun Feb 26 2012 matteo <matteo> 2.6-5.mga2
+ Revision: 215162
- fixed wrong qt4 macro
- rebuild needed after pyqt upgrade

* Tue Dec 27 2011 fwang <fwang> 2.6-4.mga2
+ Revision: 188115
- update file list
+ dmorgan <dmorgan>
- Use new qt4 macros

* Mon Dec 26 2011 fwang <fwang> 2.6-3.mga2
+ Revision: 187733
- more accurate obsoletes

* Mon Dec 26 2011 fwang <fwang> 2.6-2.mga2
+ Revision: 187704
- update libmajor
- correct libname

* Mon Dec 26 2011 fwang <fwang> 2.6-1.mga2
+ Revision: 187684
- new version 2.6

* Fri Jul 01 2011 fwang <fwang> 2.5.1-1.mga2
+ Revision: 117090
- new version 2.5.1

* Fri Jan 21 2011 ahmad <ahmad> 2.4.6-2.mga1
+ Revision: 28790
- use the current qt4 Epoch in the qt4-devel BR
- remove the with_qt3 bits; qt3 package wasn't built for a long time anyway
- imported package qscintilla


* Sat Dec 25 2010 Funda Wang <fwang@mandriva.org> 2.4.6-1mdv2011.0
+ Revision: 624706
- update to new version 2.4.6
- rebuild

* Sun Oct 31 2010 Funda Wang <fwang@mandriva.org> 2.4.5-2mdv2011.0
+ Revision: 590744
- rebuild for py2.7

* Wed Sep 01 2010 Funda Wang <fwang@mandriva.org> 2.4.5-1mdv2011.0
+ Revision: 575017
- new version 2.4.5

* Thu Jul 15 2010 Funda Wang <fwang@mandriva.org> 2.4.4-1mdv2011.0
+ Revision: 553427
- new version 2.4.4

* Thu Mar 18 2010 Funda Wang <fwang@mandriva.org> 2.4.3-1mdv2010.1
+ Revision: 524770
- new version 2.4.3

* Thu Jan 21 2010 Funda Wang <fwang@mandriva.org> 2.4.2-1mdv2010.1
+ Revision: 494593
- New version 2.4.2

* Sat Jan 09 2010 Funda Wang <fwang@mandriva.org> 2.4-6mdv2010.1
+ Revision: 488141
- rebuild for new sip

* Mon Sep 28 2009 Helio Chissini de Castro <helio@mandriva.com> 2.4-5mdv2010.0
+ Revision: 450614
- Recompile to fix Mandriva bug #54120

* Mon Sep 28 2009 Funda Wang <fwang@mandriva.org> 2.4-3mdv2010.0
+ Revision: 450603
- rebuild for new python-sip

* Wed Jul 22 2009 Helio Chissini de Castro <helio@mandriva.com> 2.4-2mdv2010.0
+ Revision: 398522
- Rebuild against current python-qt4

* Sat Jun 06 2009 Funda Wang <fwang@mandriva.org> 2.4-1mdv2010.0
+ Revision: 383208
- New version 2.4

* Sat Dec 27 2008 Funda Wang <fwang@mandriva.org> 2.3.2-2mdv2009.1
+ Revision: 319759
- rebuild for new python

* Tue Nov 18 2008 Funda Wang <fwang@mandriva.org> 2.3.2-1mdv2009.1
+ Revision: 304176
- New version 2.3.2

* Sun Nov 09 2008 Funda Wang <fwang@mandriva.org> 2.3.1-1mdv2009.1
+ Revision: 301228
- New version 2.3.1

* Sat Oct 11 2008 Funda Wang <fwang@mandriva.org> 2.3-1mdv2009.1
+ Revision: 292162
- New version 2.3

* Tue Sep 30 2008 Helio Chissini de Castro <helio@mandriva.com> 2.2-5mdv2009.0
+ Revision: 290245
- Broken repository plus still valid qt3 plugins are causing segfaults in qt4 designer and python qt4 apps depending on qscintilla

* Thu Aug 07 2008 Thierry Vignaud <tv@mandriva.org> 2.2-4mdv2009.0
+ Revision: 265589
- rebuild early 2009.0 package (before pixel changes)

  + Pixel <pixel@mandriva.com>
    - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers

* Wed Jun 04 2008 Helio Chissini de Castro <helio@mandriva.com> 2.2-3mdv2009.0
+ Revision: 215017
- No more qt3 build, added a switch
- Added easy provides for build

* Thu May 22 2008 Funda Wang <fwang@mandriva.org> 2.2-2mdv2009.0
+ Revision: 209983
- rediff libdir patch
- New version 2.2

  + Oden Eriksson <oeriksson@mandriva.com>
    - rebuild

  + Thierry Vignaud <tv@mandriva.org>
    - rebuild
    - fix "foobar is blabla" summary (=> "blabla") so that it looks nice in rpmdrake
    - kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Fri Sep 21 2007 Nicolas Lécureuil <nlecureuil@mandriva.com> 2.1-3mdv2008.0
+ Revision: 91997
- Rebuild for missing packages

* Wed Aug 22 2007 Helio Chissini de Castro <helio@mandriva.com> 2.1-2mdv2008.0
+ Revision: 68766
- Fix designer plugin build
- New upstream release
- Qt3 and Qt4 builds
- Need take a little more care with package naming
- New qscintilla release. With both qt 3 and 4 bindings, a small package name change was needed.
  Until new python-qt build against new scintilla, luma and eric3 will be broken. With python-qt4,
  eric3 will be obsoleted in favour of eric4.

* Tue May 22 2007 Helio Chissini de Castro <helio@mandriva.com> 1.7.1-2mdv2008.0
+ Revision: 29892
- Easy upgrade on qscintilla

* Tue May 08 2007 Tomasz Pawel Gajc <tpg@mandriva.org> 1.7.1-1mdv2008.0
+ Revision: 25028
- fix build on x86_64
- spec file clean
- update to the latest version
- drop P0
- Import qscintilla



* Sun Jun 25 2006 Laurent MONTEL <lmontel@mandriva.com> 1.6-6
- Rebuild with new libpng

* Fri Dec 16 2005 Austin Acton <austin@mandriva.org> 1.6-5mdk
- mkrel

* Wed Nov 16 2005 Austin Acton <austin@mandriva.org> 1.6-4mdk
- ease upgrades (thanks Buchan)

* Thu Nov 10 2005 Austin Acton <austin@mandriva.org> 1.6-3mdk
- more install fixing

* Wed Nov 9 2005 Austin Acton <austin@mandriva.org> 1.6-2mdk
- split off translations
- fix install

* Tue Nov 8 2005 Austin Acton <austin@mandriva.org> 1.6-1mdk
- 1.6

* Thu Aug 25 2005 Austin Acton <austin@mandriva.org> 1.5.1-1mdk
- 1.5.1

* Mon Aug 22 2005 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.5-2mdk
- lib64 fixes + let qmake decide the right QMAKESPEC

* Sun Feb 20 2005 Austin Acton <austin@mandrake.org> 1.5-1mdk
- 1.5

* Tue Sep 21 2004 Austin Acton <austin@mandrake.org> 1.4-2mdk
- major 5

* Mon Sep 20 2004 Lenny Cartier <lenny@mandrakesoft.com> 1.4-1mdk
- 1.4

* Tue Jul 06 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 1.3-3mdk
- Fix ldconfig

* Fri Jun 18 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 1.3-2mdk
- Rebuild

* Tue Jun 1 2004 Austin Acton <austin@mandrake.org> 1.2-1mdk
- 1.3
- major 4
- try to make it more sane and less linty

* Wed Aug 20 2003 Austin Acton <aacton@yorku.ca> 1.2-1mdk
- 1.2
- major 3

* Tue Jul 15 2003 Austin Acton <aacton@yorku.ca> 1.1-2mdk
- rebuild for rpm

* Fri May 23 2003 Austin Acton <aacton@yorku.ca> 1.1-1mdk
- new URL
- new version
- new major

* Fri May 02 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.0-1mdk
- more mklibname
- from Jérôme Martin <jerome.f.martin@free.fr> :
	- Version 1.0 (for sip/pyqt 3.6)

* Sat Mar  8 2003 Jerome Martin <jerome.f.martin@free.fr> 0.3-2mdk
- Fix pb

* Mon Dec  2 2002 Jerome Martin <jerome.f.martin@free.fr> 0.3-1mdk
- First release