diff --git a/kbibtex-0.4-compile-fix-1.patch b/kbibtex-0.4-compile-fix-1.patch deleted file mode 100644 index 9624273..0000000 --- a/kbibtex-0.4-compile-fix-1.patch +++ /dev/null @@ -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 - - #include -+#include - - 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 - -+#include -+ - #include - - class QSignalMapper; - diff --git a/kbibtex-0.4.1.tar.bz2 b/kbibtex-0.4.1.tar.bz2 new file mode 100644 index 0000000..82f598f --- /dev/null +++ b/kbibtex-0.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae85bd9db290b9b3b2a78036c0a69e29b52739f6c406ebec4cb73988e13506ba +size 198342 diff --git a/kbibtex-0.4.tar.bz2 b/kbibtex-0.4.tar.bz2 deleted file mode 100644 index 1b31b8a..0000000 --- a/kbibtex-0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a7f969d645cebb50b653db811b6bba734eb93e44e72237e49c1a4dbc05700c3 -size 191138 diff --git a/kbibtex.changes b/kbibtex.changes index e2628a4..1f18872 100644 --- a/kbibtex.changes +++ b/kbibtex.changes @@ -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 diff --git a/kbibtex.spec b/kbibtex.spec index 200e2dc..b818190 100644 --- a/kbibtex.spec +++ b/kbibtex.spec @@ -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