Accepting request 140595 from home:cornelisbb:branches:KDE:Extra

update to 0.4.1, corrected

OBS-URL: https://build.opensuse.org/request/show/140595
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kbibtex?expand=0&rev=12
This commit is contained in:
Christophe Giboudeaux 2012-11-07 22:34:27 +00:00 committed by Git OBS Bridge
parent b3263e9b38
commit e68f8ee679
5 changed files with 34 additions and 29 deletions

View File

@ -1,22 +0,0 @@
--- src/gui/preferences/settingsabstractwidget.h 2011/10/15 18:31:08 924
+++ src/gui/preferences/settingsabstractwidget.h 2011/12/01 13:59:53 978
@@ -24,6 +24,7 @@
#include <kbibtexgui_export.h>
#include <QWidget>
+#include <QAbstractItemModel>
class KComboBox;
--- src/gui/bibtex/bibtexfileview.h 2011/07/16 18:29:29 821
+++ src/gui/bibtex/bibtexfileview.h 2011/09/05 08:21:08 851
@@ -22,6 +22,8 @@
#include <QTreeView>
+#include <KSharedConfig>
+
#include <kbibtexgui_export.h>
class QSignalMapper;

3
kbibtex-0.4.1.tar.bz2 Normal file
View File

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

View File

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Nov 6 13:16:31 UTC 2012 - cornelis@solcon.nl
- Update to version 0.4.1:
* Web searches: Improved support for user-triggered cancelling
* SpringerLink search: GUI changes, using api.springer.com for search
* PubMed: Limiting search requests per time
* ACM Portal: Retrieving "month", fixing HTTP header
* JSTOR: fixing HTTP header
* Google Scholar: Updates to compensate for changes in Google's web layout; handling redirects
* Science Direct: Updates to compensate for changes in Science Direct's web layout; handling redirects
* arXiv: Trying to extract bibliographic information from journal strings
* BibSonomy: Specifying number of hits to find
* Web search uses KDE's proxy settings
* Using KDE subsystem to open external files (e.g. PDF files)
* Adding preview for images (in addition to PDF or HTML files); handling references to arXiv
* Squeezing long file names in user interface
* Handling quit actions more gracefully
* Improving interface to external programs such as pdflatex
* More robust XSL transformations
* BibTeX import: guessing encoding information left by JabRef, more informative debug output, improved handling of multiple fields with same name
* Reference preview: supporting dark color schemes
* Fixing sorting in value list
* Fixes in setting color tag to entries
* Fixes in name formatting
* Keeping user interface read-only for read-only use cases
* Numerous bug fixes, closing memory leaks, speed improvements
* Adding testing application for web searches
* Fixes in duplicate merging code: remove fields user doesn't want to keep
-------------------------------------------------------------------
Fri Jul 6 15:59:59 UTC 2012 - toddrme2178@gmail.com

View File

@ -16,15 +16,13 @@
#
Name: kbibtex
Version: 0.4
Version: 0.4.1
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/%{name}/%{version}/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM - already fixed post 0.4, remove in next release
Patch0: kbibtex-0.4-compile-fix-1.patch
BuildRequires: libkde4-devel
BuildRequires: libpoppler-qt4-devel
BuildRequires: update-desktop-files
@ -44,7 +42,6 @@ embedded into Kile or Konqueror.
%prep
%setup -q
%patch0
%build
%cmake_kde4 -d build