- Update to 0.6.2:

* KDE Bug 377401 KBibTeX fails to load zotero bibliography
  * KDE Bug 351455 Removing soversion from KBibTeX Part
  * KDE Bug 353898 Fixing build issues on ARM architecture
  * KDE Bug 354785 Using QTextDocument/QTextEdit instead of
    WebKit/WebEngine: more lightweight and supported on all platforms
  * KDE Bug 371515 Speeding up selection of elements in bibliography lists
  * KDE Bug 371593 Sorting field and entry types in comboboxe
    alphabetically
  * Fixing crash when open file got modified externally
  * Correcting choke on PubMed searches to 10 seconds
  * Fixing search issues for ACM, Google Scholar, JSTOR, and ScienceDirect
  * Setting foreground color of colored rows to either black or white
    for better readability
  * Disabling OCLC WorldCat (request for support denied by this organization)
  * Generally improved code quality as detected by code checkers such as Clazy
    or Coverity
  * Fixing handling of URLs and their protocols for local files
  * Fixing setting default id suggestion
  * Adding 'Keywords' field to .desktop file
  * Removing file that was licensed under CC BY-NC, but never got installed
  * Improved Unicode support
  * Refactoring writing of bibliography files, both to local and to
    remote places, including writing to symbolic links
  * Better handling quotation marks and protective curly brackets around titles
  * Updating translations
- Removed upstreamed module-soversion.patch

OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kbibtex?expand=0&rev=20
This commit is contained in:
Cor Blom 2017-03-20 09:38:17 +00:00 committed by Git OBS Bridge
parent b1fa30d38b
commit 632977c68e
6 changed files with 37 additions and 28 deletions

View File

@ -2,6 +2,6 @@
<service name="download_url">
<param name="host">download.gna.org</param>
<param name="protocol">http</param>
<param name="path">/kbibtex/0.6/kbibtex-0.6.tar.xz</param>
<param name="path">/kbibtex/0.6/kbibtex-0.6.2.tar.xz</param>
</service>
</services>

View File

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

View File

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Mar 20 09:34:56 UTC 2017 - cornelis@solcon.nl
- Update to 0.6.2:
* KDE Bug 377401 KBibTeX fails to load zotero bibliography
* KDE Bug 351455 Removing soversion from KBibTeX Part
* KDE Bug 353898 Fixing build issues on ARM architecture
* KDE Bug 354785 Using QTextDocument/QTextEdit instead of
WebKit/WebEngine: more lightweight and supported on all platforms
* KDE Bug 371515 Speeding up selection of elements in bibliography lists
* KDE Bug 371593 Sorting field and entry types in comboboxe
alphabetically
* Fixing crash when open file got modified externally
* Correcting choke on PubMed searches to 10 seconds
* Fixing search issues for ACM, Google Scholar, JSTOR, and ScienceDirect
* Setting foreground color of colored rows to either black or white
for better readability
* Disabling OCLC WorldCat (request for support denied by this organization)
* Generally improved code quality as detected by code checkers such as Clazy
or Coverity
* Fixing handling of URLs and their protocols for local files
* Fixing setting default id suggestion
* Adding 'Keywords' field to .desktop file
* Removing file that was licensed under CC BY-NC, but never got installed
* Improved Unicode support
* Refactoring writing of bibliography files, both to local and to
remote places, including writing to symbolic links
* Better handling quotation marks and protective curly brackets around titles
* Updating translations
- Removed upstreamed module-soversion.patch
-------------------------------------------------------------------
Wed Aug 19 08:53:17 UTC 2015 - auxsvr@gmail.com

View File

@ -14,18 +14,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define _day 20131216
Name: kbibtex
Version: 0.6
Version: 0.6.2
Release: 1
License: GPL-2.0
Summary: The BibTeX (Latex) bibliography manager for KDE
Url: http://home.gna.org/kbibtex/
Group: Productivity/Publishing/TeX/Utilities
Source: http://download.gna.org/kbibtex/%{version}/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM - module-soversion.patch - Modules shall not be soversioned - https://bugs.kde.org/351455
Patch0: module-soversion.patch
BuildRequires: libkde4-devel
BuildRequires: libpoppler-qt4-devel
BuildRequires: libxml2-devel
@ -56,7 +53,6 @@ This package contains the devel files for %{name}.
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%build
%cmake_kde4 -d build

View File

@ -1,18 +0,0 @@
--- a/src/parts/CMakeLists.txt.bak 2015-08-19 11:50:03.838168869 +0300
+++ b/src/parts/CMakeLists.txt 2015-08-19 11:50:27.340234861 +0300
@@ -53,15 +53,6 @@
kbibtexproc
)
-set_target_properties(
- kbibtexpart
- PROPERTIES
- VERSION
- ${LIB_VERSION}
- SOVERSION
- ${LIB_SOVERSION}
-)
-
install(
TARGETS
kbibtexpart