Hello community,

here is the log from the commit of package texstudio for openSUSE:Factory 
checked in at 2015-05-02 21:39:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texstudio (Old)
 and      /work/SRC/openSUSE:Factory/.texstudio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texstudio"

Changes:
--------
--- /work/SRC/openSUSE:Factory/texstudio/texstudio.changes      2015-03-16 
07:01:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.texstudio.new/texstudio.changes 2015-05-02 
21:39:58.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Apr 30 18:39:07 UTC 2015 - [email protected]
+
+- Update to version 2.9.4
+  * bugfix release, see included CHANGELOG.txt for details
+- Build with Qt5 for openSUSE > 13.2
+
+-------------------------------------------------------------------

Old:
----
  texstudio-2.9.0.tar.gz

New:
----
  texstudio-2.9.4.tar.gz

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

Other differences:
------------------
++++++ texstudio.spec ++++++
--- /var/tmp/diff_new_pack.NbGlBd/_old  2015-05-02 21:40:00.000000000 +0200
+++ /var/tmp/diff_new_pack.NbGlBd/_new  2015-05-02 21:40:00.000000000 +0200
@@ -17,16 +17,28 @@
 
 
 Name:           texstudio
-Version:        2.9.0
+Version:        2.9.4
 Release:        0
 Summary:        LaTeX Editor
 License:        GPL-2.0
 Group:          Productivity/Publishing/TeX/Frontends
 Url:            http://texstudio.sf.net
 Source0:        
http://downloads.sourceforge.net/texstudio/%{name}-%{version}.tar.gz
+BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
+%if 0%{?suse_version} <= 1320
 BuildRequires:  libpoppler-qt4-devel
 BuildRequires:  libqt4-devel
+%else 
+BuildRequires:  pkgconfig(Qt5Concurrent)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5PrintSupport)
+BuildRequires:  pkgconfig(Qt5Script)
+BuildRequires:  pkgconfig(Qt5Svg)
+BuildRequires:  pkgconfig(Qt5UiTools)
+BuildRequires:  pkgconfig(poppler-qt5)
+%endif
 Requires:       hunspell
 Requires:       texlive-latex
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -41,14 +53,19 @@
 %setup -q -n %{name}%{version}
 
 %build
-qmake CONFIG-=debug texstudio.pro
+%if 0%{?suse_version} <= 1320
+qmake QMAKE_CXXFLAGS="%optflags -fno-strict-aliasing" CONFIG-=debug 
texstudio.pro
+%else
+qmake-qt5 QMAKE_CXXFLAGS="%optflags -fno-strict-aliasing" CONFIG-=debug 
texstudio.pro
+%endif
 
 make %{?_smp_mflags}
 
 %install
 make INSTALL_ROOT=%{buildroot} install
 
-rm -f %{buildroot}%{_datadir}texstudio/{AUTHORS,COPYING,CHANGELOG.txt}
+rm -f %{buildroot}%{_datadir}/texstudio/{AUTHORS,COPYING,CHANGELOG.txt}
+%fdupes -s %{buildroot}%{_datadir}/texstudio/
 
 %files
 %defattr(-,root,root)

++++++ texstudio-2.9.0.tar.gz -> texstudio-2.9.4.tar.gz ++++++
/work/SRC/openSUSE:Factory/texstudio/texstudio-2.9.0.tar.gz 
/work/SRC/openSUSE:Factory/.texstudio.new/texstudio-2.9.4.tar.gz differ: char 
5, line 1


Reply via email to