Accepting request 768348 from home:badshah400:branches:Publishing
- Update to version 5.0.4: - Remove some doc files that are installed by the build script as they are packaged using %doc/%license. OBS-URL: https://build.opensuse.org/request/show/768348 OBS-URL: https://build.opensuse.org/package/show/Publishing/texmaker?expand=0&rev=89
This commit is contained in:
committed by
Git OBS Bridge
parent
4bdf9177c0
commit
16df02d0d8
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6074dffa82c431f8727c39e046f62cb70f5fe1457f158b46306e8f490b4f326f
|
|
||||||
size 15783226
|
|
3
texmaker-5.0.4.tar.bz2
Normal file
3
texmaker-5.0.4.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1de3ab3f6d6bee37a7d0b528ca1cbb7ce8e7aef5ec6a4405aff2caf9d12bd0e2
|
||||||
|
size 15812468
|
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 29 14:30:30 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 5.0.4:
|
||||||
|
* The url used to check a new version has been fixed (website
|
||||||
|
has moved to https).
|
||||||
|
* A bug after closing the internal pdf viewer during a session
|
||||||
|
(not the embed one) has been fixed.
|
||||||
|
* The deactivation of the list of pages in the internal pdf
|
||||||
|
viewer is now recorded in the viewer settings.
|
||||||
|
* The pos and size of the internal browser is now recorded.
|
||||||
|
* A typo in the english manual has been fixed.
|
||||||
|
* A workaround about the bad detection of dpi screen on Xorg has
|
||||||
|
been added.
|
||||||
|
* The ctrl+, shortcut has been added for opening the
|
||||||
|
configuration dialog.
|
||||||
|
* The ctrl+0 shortcut has been added for defining the master
|
||||||
|
document.
|
||||||
|
* Updated translations.
|
||||||
|
- Remove some doc files that are installed by the build script as
|
||||||
|
they are packaged using %doc/%license.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 24 16:30:52 UTC 2019 - badshah400@gmail.com
|
Sun Mar 24 16:30:52 UTC 2019 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package texmaker
|
# spec file for package texmaker
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,17 +12,17 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: texmaker
|
Name: texmaker
|
||||||
Version: 5.0.3
|
Version: 5.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: LaTeX editor
|
Summary: LaTeX editor
|
||||||
License: GPL-2.0-only AND BSD-3-Clause
|
License: GPL-2.0-only AND BSD-3-Clause
|
||||||
Group: Productivity/Publishing/TeX/Frontends
|
Group: Productivity/Publishing/TeX/Frontends
|
||||||
Url: http://www.xm1math.net/texmaker/
|
URL: http://www.xm1math.net/texmaker/
|
||||||
Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
|
Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libqt5-qtbase-private-headers-devel >= 5.7
|
BuildRequires: libqt5-qtbase-private-headers-devel >= 5.7
|
||||||
@@ -69,8 +69,12 @@ find ./ -name ".qmake.stash" -delete -print
|
|||||||
%qmake5_install
|
%qmake5_install
|
||||||
%fdupes %{buildroot}%{_datadir}/%{name}/
|
%fdupes %{buildroot}%{_datadir}/%{name}/
|
||||||
|
|
||||||
|
# REMOVE DOC FILES PACKAGED ANYWAY USING %%doc
|
||||||
|
rm %{buildroot}%{_datadir}/%{name}/{AUTHORS,COPYING,CHANGELOG.txt}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc utilities/AUTHORS utilities/COPYING utilities/CHANGELOG.txt
|
%doc utilities/AUTHORS utilities/CHANGELOG.txt
|
||||||
|
%license utilities/COPYING
|
||||||
%{_bindir}/texmaker
|
%{_bindir}/texmaker
|
||||||
%{_datadir}/applications/texmaker.desktop
|
%{_datadir}/applications/texmaker.desktop
|
||||||
%{_datadir}/pixmaps/texmaker.png
|
%{_datadir}/pixmaps/texmaker.png
|
||||||
|
Reference in New Issue
Block a user