From c956aa3a6ea5970960aa531a9f27c9519c5c422e53448b8135156b326d75f7df Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 20 Oct 2021 13:14:13 +0000 Subject: [PATCH] Accepting request 926477 from home:badshah400:branches:Publishing * Update to version 5.1.2. * New BuildRequires: pkgconfig(Qt5Quick) needed to compile texmaker versions >= 5.1.0. OBS-URL: https://build.opensuse.org/request/show/926477 OBS-URL: https://build.opensuse.org/package/show/Publishing/texmaker?expand=0&rev=92 --- texmaker-5.0.4.tar.bz2 | 3 --- texmaker-5.1.2.tar.bz2 | 3 +++ texmaker.changes | 11 +++++++++++ texmaker.spec | 10 +++++----- 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 texmaker-5.0.4.tar.bz2 create mode 100644 texmaker-5.1.2.tar.bz2 diff --git a/texmaker-5.0.4.tar.bz2 b/texmaker-5.0.4.tar.bz2 deleted file mode 100644 index a76c919..0000000 --- a/texmaker-5.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1de3ab3f6d6bee37a7d0b528ca1cbb7ce8e7aef5ec6a4405aff2caf9d12bd0e2 -size 15812468 diff --git a/texmaker-5.1.2.tar.bz2 b/texmaker-5.1.2.tar.bz2 new file mode 100644 index 0000000..e4b9d64 --- /dev/null +++ b/texmaker-5.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526896f2c1ae561130eec7aae815b9dcda9e8eeb772b6541d0dc94ce91a71044 +size 15199358 diff --git a/texmaker.changes b/texmaker.changes index a6d3b98..3c29f07 100644 --- a/texmaker.changes +++ b/texmaker.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 20 06:50:00 UTC 2021 - Atri Bhattacharya + +- 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 diff --git a/texmaker.spec b/texmaker.spec index b719b7e..64edeb9 100644 --- a/texmaker.spec +++ b/texmaker.spec @@ -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