Dominique Leuenberger 2021-10-20 18:24:06 +00:00 committed by Git OBS Bridge
commit 5da6566e15
4 changed files with 19 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1de3ab3f6d6bee37a7d0b528ca1cbb7ce8e7aef5ec6a4405aff2caf9d12bd0e2
size 15812468

3
texmaker-5.1.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:526896f2c1ae561130eec7aae815b9dcda9e8eeb772b6541d0dc94ce91a71044
size 15199358

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Oct 20 06:50:00 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.1.2:
* Fixed a bug related to replace action with a regular
expression.
* Fixed a bug related to mouse wheel events in the pdf viewer.
* Added support for non integer dpi scale factor.
- New BuildRequires: pkgconfig(Qt5Quick) needed to compile
texmaker versions >= 5.1.0.
-------------------------------------------------------------------
Sun Jun 27 09:27:10 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package texmaker
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,10 +17,10 @@
Name: texmaker
Version: 5.0.4
Version: 5.1.2
Release: 0
Summary: LaTeX editor
License: GPL-2.0-only AND BSD-3-Clause
License: BSD-3-Clause AND GPL-2.0-only
Group: Productivity/Publishing/TeX/Frontends
URL: http://www.xm1math.net/texmaker/
Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
@ -33,6 +33,7 @@ BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5Script)
BuildRequires: pkgconfig(Qt5Xml)
Requires: hunspell
@ -77,7 +78,6 @@ rm %{buildroot}%{_datadir}/%{name}/{AUTHORS,COPYING,CHANGELOG.txt}
%{_datadir}/applications/texmaker.desktop
%{_datadir}/pixmaps/texmaker.png
%{_datadir}/texmaker/
%dir %{_datadir}/metainfo
%{_datadir}/metainfo/%{name}.appdata.xml
%{_datadir}/metainfo/%{name}.metainfo.xml
%changelog