- Update to version 0.9.3.2:
* KDE Bug 464606: Reactivating installation of translations * KDE Bug 464607: Removing dependency on Qt5's NetworkAuth * Fixing crashes with newer Qt versions (Albert Astals Cid <aacid@kde.org>) * Revamping various online searches by backporting updates from branch 'kbibtex/0.10': ACM's Digital Library, SpringerLink, JStor, NASA Astrophysics Data System, bioRxiv, InspireHEP * Fixing minor issues with build system * Fixing potential crash in BibTeX importer code * KDE Bug 459150: Fix creation of URL from user input * KDE Bug 463398: Predefined keywords are not remembered * Fixing various smaller issues * Adding Qt5's NetworkAuth as new explicit dependency - Change URL from developer's page to kde apps page OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kbibtex?expand=0&rev=59
This commit is contained in:
parent
a1dcdc3fa3
commit
3fdd94d8ca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d98651fba99de8ebaf1a19bd8b3c3ac660a34cea33e4c587be30fd61466fac27
|
||||
size 4196896
|
3
kbibtex-0.9.3.2.tar.xz
Normal file
3
kbibtex-0.9.3.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0733c24ca322327cf3d92fa36e4e196c4b9dc895f911a4c3558e7db5efc0c457
|
||||
size 4219844
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 18 18:26:06 UTC 2023 - Cor Blom <cornelis@solcon.nl>
|
||||
|
||||
- Update to version 0.9.3.2:
|
||||
* KDE Bug 464606: Reactivating installation of translations
|
||||
* KDE Bug 464607: Removing dependency on Qt5's NetworkAuth
|
||||
* Fixing crashes with newer Qt versions (Albert Astals Cid <aacid@kde.org>)
|
||||
* Revamping various online searches by backporting updates from branch 'kbibtex/0.10':
|
||||
ACM's Digital Library, SpringerLink, JStor, NASA Astrophysics Data System, bioRxiv,
|
||||
InspireHEP
|
||||
* Fixing minor issues with build system
|
||||
* Fixing potential crash in BibTeX importer code
|
||||
* KDE Bug 459150: Fix creation of URL from user input
|
||||
* KDE Bug 463398: Predefined keywords are not remembered
|
||||
* Fixing various smaller issues
|
||||
* Adding Qt5's NetworkAuth as new explicit dependency
|
||||
- Change URL from developer's page to kde apps page
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 18 14:38:30 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
11
kbibtex.spec
11
kbibtex.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kbibtex
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,12 +18,12 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kbibtex
|
||||
Version: 0.9.2
|
||||
Version: 0.9.3.2
|
||||
Release: 0
|
||||
Summary: The BibTeX (Latex) bibliography manager by KDE
|
||||
License: GPL-2.0-only
|
||||
Group: Productivity/Publishing/TeX/Utilities
|
||||
URL: https://userbase.kde.org/KBibTeX/
|
||||
URL: https://apps.kde.org/nl/kbibtex/
|
||||
Source: https://download.kde.org/stable/KBibTeX/%{version}/%{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: libicu-devel
|
||||
@ -56,8 +56,8 @@ BuildRequires: cmake(Qt5Widgets)
|
||||
BuildRequires: cmake(Qt5XmlPatterns)
|
||||
Requires(post): desktop-file-utils
|
||||
Requires(post): shared-mime-info
|
||||
Requires(postun): desktop-file-utils
|
||||
Requires(postun): shared-mime-info
|
||||
Requires(postun):desktop-file-utils
|
||||
Requires(postun):shared-mime-info
|
||||
|
||||
%description
|
||||
KBibTeX is a BibTeX editor by KDE to edit bibliographies used with
|
||||
@ -110,7 +110,6 @@ This package contains the devel files for %{name}.
|
||||
%{_kf5_plugindir}/kbibtexpart.so*
|
||||
%{_kf5_servicesdir}/kbibtexpart.desktop
|
||||
%{_kf5_sharedir}/kbibtex/
|
||||
%{_kf5_sharedir}/man/*/man1/kbibtex.1.gz
|
||||
%{_kf5_sharedir}/man/man1/kbibtex.1.gz
|
||||
%{_kf5_sharedir}/mime/packages/bibliography.xml
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user