Accepting request 557682 from home:wolfi323:branches:KDE:Extra

- Update to 0.7:
  * Dependency on Qt WebKit can be disabled at compile time
  * New dependency on ICU, used to transliterate text to plain ASCII
  * Generally improved code quality as detected by code checkers such as Clazy or Coverity
  * New online search: bioRxiv
  * Various minor fixes
  * Search in Zotero is rate limited to avoid overloading server
  * Using KWallet to store Zotero credentials
  * Adding basic DBUS support to, for example, open files or paste text
- fix Urls, download.gna.org doesn't exist anymore

OBS-URL: https://build.opensuse.org/request/show/557682
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kbibtex?expand=0&rev=29
This commit is contained in:
Cor Blom 2017-12-16 17:18:38 +00:00 committed by Git OBS Bridge
parent 277c6ac51c
commit 32dd29514b
5 changed files with 23 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="download_url">
<param name="host">download.gna.org</param>
<param name="host">download.kde.org</param>
<param name="protocol">http</param>
<param name="path">/kbibtex/0.6/kbibtex-0.6.2.tar.xz</param>
<param name="path">/stable/KBibTeX/kbibtex-0.7.tar.xz</param>
</service>
</services>

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Dec 16 14:59:10 UTC 2017 - wbauer@tmo.at
- Update to 0.7:
* Dependency on Qt WebKit can be disabled at compile time
* New dependency on ICU, used to transliterate text to plain ASCII
* Generally improved code quality as detected by code checkers such as Clazy or Coverity
* New online search: bioRxiv
* Various minor fixes
* Search in Zotero is rate limited to avoid overloading server
* Using KWallet to store Zotero credentials
* Adding basic DBUS support to, for example, open files or paste text
- fix Urls, download.gna.org doesn't exist anymore
-------------------------------------------------------------------
Thu Mar 23 19:07:44 UTC 2017 - cornelis@solcon.nl

View File

@ -16,13 +16,14 @@
#
Name: kbibtex
Version: 0.6.2
Version: 0.7
Release: 1
License: GPL-2.0
Summary: The BibTeX (Latex) bibliography manager for KDE
Url: http://home.gna.org/kbibtex/
Url: https://userbase.kde.org/KBibTeX/
Group: Productivity/Publishing/TeX/Utilities
Source: http://download.gna.org/kbibtex/%{version}/%{name}-%{version}.tar.xz
Source: http://download.kde.org/stable/KBibTeX/%{name}-%{version}.tar.xz
BuildRequires: libicu-devel
BuildRequires: libkde4-devel
BuildRequires: libpoppler-qt4-devel
BuildRequires: libxml2-devel