Hello community,

here is the log from the commit of package texstudio for openSUSE:Factory 
checked in at 2018-08-03 12:38:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texstudio (Old)
 and      /work/SRC/openSUSE:Factory/.texstudio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texstudio"

Fri Aug  3 12:38:09 2018 rev:16 rq:627082 version:2.12.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/texstudio/texstudio.changes      2018-01-06 
18:49:06.815443764 +0100
+++ /work/SRC/openSUSE:Factory/.texstudio.new/texstudio.changes 2018-08-03 
12:38:14.115652781 +0200
@@ -1,0 +2,38 @@
+Mon Jul 16 06:54:57 UTC 2018 - mplus...@suse.com
+
+- Use source url
+- Drop conditionals for older distros, they fail to build anyways
+- Use spec-cleaner to modernise spec file
+
+-------------------------------------------------------------------
+Sun Jul 15 11:57:43 UTC 2018 - enzok...@kabelmail.de
+
+- Update to version 2.12.10
+  * bug fixes
+  * fix structure view with Qt >5.10
+- Update to version 2.12.8
+  * improved tokenizer for syntax checking and completion
+  * pressing Ctrl+F while the editor search has focus opens the
+    extended search, i.e., you'll get extended search by pressing
+    Ctrl+F twice
+  * automatically insert math delimiters ($) when inserting a math
+    command outside of a math env (can be turned off, default on)
+  * change copy behavior of multiple cursors from selection order
+    to line order
+  * file list is now a transparent popup window: closes when clicked
+    outside
+  * combine file conflict and show diff dialog
+  * fix file watcher not recognizing multiple changes to a file in
+    quick succession
+  * improved detection of package names when opening texdoc
+  * new symbol panel layout
+  * some touch scrolling on certain panels
+  * updated synctex and poppler libraries for pdf viewer
+  * fix undo when a snippet is inserted and a selection is inserted
+    as well
+  * fix some parts of the editor background may not be drawn in the
+    correct color
+  * build for OSX High Sierra
+  * various other fixes
+
+-------------------------------------------------------------------

Old:
----
  texstudio-2.12.6.tar.gz

New:
----
  texstudio-2.12.10.tar.gz

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

Other differences:
------------------
++++++ texstudio.spec ++++++
--- /var/tmp/diff_new_pack.YImfGi/_old  2018-08-03 12:38:14.891653935 +0200
+++ /var/tmp/diff_new_pack.YImfGi/_new  2018-08-03 12:38:14.895653940 +0200
@@ -17,19 +17,16 @@
 
 
 Name:           texstudio
-Version:        2.12.6
+Version:        2.12.10
 Release:        0
 Summary:        LaTeX Editor
-License:        GPL-2.0
+License:        GPL-2.0-only AND GPL-3.0-only AND Apache-2.0 AND MPL-1.1
 Group:          Productivity/Publishing/TeX/Frontends
-Url:            http://texstudio.sf.net
-Source0:        
http://downloads.sourceforge.net/texstudio/%{name}-%{version}.tar.gz
+URL:            https://www.texstudio.org
+Source0:        
https://github.com/texstudio-org/texstudio/archive/%{version}.tar.gz#/%{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
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Network)
@@ -38,10 +35,8 @@
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(poppler-qt5)
-%endif
 Requires:       hunspell
 Requires:       texlive-latex
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 TeXstudio is a program based on texmaker, that integrates many tools needed
@@ -50,26 +45,15 @@
 syntax highlighting, automatically code completion and more.
 
 %prep
-%setup -q -n %{name}%{version}
+%setup -q
 
 %build
 %ifarch aarch64 %{arm}
 %define crashhandler NO_CRASH_HANDLER=true
 %endif
 
-%if 0%{?suse_version} <= 1320
-qmake QMAKE_CXXFLAGS="%optflags -fno-strict-aliasing" \
-      QMAKE_CFLAGS="%optflags -fno-strict-aliasing" \
-      CONFIG-=debug texstudio.pro
-%else
-%{qmake5} CONFIG-=debug %{?crashhandler} texstudio.pro
-%endif
-
-%if 0%{?suse_version} <= 1320
-make %{?_smp_mflags} VERBOSE=1
-%else
-%{make_jobs}
-%endif
+%qmake5 CONFIG-=debug %{?crashhandler} texstudio.pro
+%make_jobs
 
 %install
 make INSTALL_ROOT=%{buildroot} install
@@ -78,8 +62,8 @@
 %fdupes -s %{buildroot}%{_datadir}/texstudio/
 
 %files
-%defattr(-,root,root)
-%doc utilities/AUTHORS utilities/COPYING utilities/manual/CHANGELOG.txt
+%license utilities/COPYING
+%doc utilities/AUTHORS utilities/manual/CHANGELOG.txt
 %{_bindir}/texstudio
 %{_datadir}/texstudio/
 %{_datadir}/applications/texstudio.desktop

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


Reply via email to