diff --git a/texstudio-2.8.0.tar.gz b/texstudio-2.8.0.tar.gz deleted file mode 100644 index 9947105..0000000 --- a/texstudio-2.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cc16964c7ed38313b0ed6a25249429439bd74916480b916919f9df148f462bb -size 23418801 diff --git a/texstudio-2.8.8.tar.gz b/texstudio-2.8.8.tar.gz new file mode 100644 index 0000000..a46b1ee --- /dev/null +++ b/texstudio-2.8.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d00c42425c0d1464438c0c1701508fef281f5dbdd0fbcebdbba9de60ac6db95 +size 25198033 diff --git a/texstudio-correct-doc-location.patch b/texstudio-correct-doc-location.patch deleted file mode 100644 index c3b1742..0000000 --- a/texstudio-correct-doc-location.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: texstudio2.7.0/texstudio.pro -=================================================================== ---- texstudio2.7.0.orig/texstudio.pro -+++ texstudio2.7.0/texstudio.pro -@@ -432,10 +432,7 @@ unix { - utilities/dictionaries/fr.stopWords \ - utilities/dictionaries/th_en_US_v2.dat \ - utilities/dictionaries/th_fr_FR_v2.dat \ -- utilities/dictionaries/th_de_DE_v2.dat \ -- utilities/AUTHORS \ -- utilities/COPYING \ -- utilities/CHANGELOG.txt -+ utilities/dictionaries/th_de_DE_v2.dat - INSTALLS += target \ - utilities - } diff --git a/texstudio.changes b/texstudio.changes index 1573afb..06a5710 100644 --- a/texstudio.changes +++ b/texstudio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 26 10:58:38 UTC 2015 - dmitry_r@opensuse.org + +- Update to version 2.8.8, mostly bugfixes, see CHANGELOG.txt +- Drop texstudio-correct-doc-location.patch + ------------------------------------------------------------------- Fri Jun 20 12:48:53 UTC 2014 - dmitry_r@opensuse.org diff --git a/texstudio.spec b/texstudio.spec index 9217a1b..f76e084 100644 --- a/texstudio.spec +++ b/texstudio.spec @@ -1,7 +1,7 @@ # # spec file for package texstudio # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,14 @@ Name: texstudio -Version: 2.8.0 +Version: 2.8.8 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 -# PATCH-FIX-OPENSUSE texstudio-correct-doc-location.patch -Patch1: texstudio-correct-doc-location.patch +BuildRequires: hicolor-icon-theme BuildRequires: libpoppler-qt4-devel BuildRequires: libqt4-devel Requires: hunspell @@ -40,7 +39,6 @@ syntax highlighting, automatically code completion and more. %prep %setup -q -n %{name}%{version} -%patch1 -p1 %build qmake CONFIG-=debug texstudio.pro @@ -50,12 +48,15 @@ make %{?_smp_mflags} %install make INSTALL_ROOT=%{buildroot} install +rm -f %{buildroot}%{_datadir}texstudio/{AUTHORS,COPYING,CHANGELOG.txt} + %files %defattr(-,root,root) %doc utilities/AUTHORS utilities/COPYING utilities/CHANGELOG.txt %{_bindir}/texstudio %{_datadir}/texstudio/ %{_datadir}/applications/texstudio.desktop +%{_datadir}/icons/hicolor/scalable/apps/texstudio.svg %dir %{_datadir}/appdata %{_datadir}/appdata/texstudio.appdata.xml