From 082e36d9828b720e8c4fff5c8811bdbb3336f63d86a4e51bae16bdae1c80420b Mon Sep 17 00:00:00 2001 From: Cor Blom Date: Mon, 19 May 2014 22:07:52 +0000 Subject: [PATCH] update to 0.5.1 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kbibtex?expand=0&rev=16 --- _service | 2 +- _service:download_url:kbibtex-0.5.1.tar.xz | 3 +++ _service:download_url:kbibtex-0.5.tar.xz | 3 --- kbibtex.changes | 15 +++++++++++++++ kbibtex.spec | 5 +---- 5 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 _service:download_url:kbibtex-0.5.1.tar.xz delete mode 100644 _service:download_url:kbibtex-0.5.tar.xz diff --git a/_service b/_service index bafc8d6..642a759 100644 --- a/_service +++ b/_service @@ -2,6 +2,6 @@ download.gna.org http - /kbibtex/0.5/kbibtex-0.5.tar.xz + /kbibtex/0.5/kbibtex-0.5.1.tar.xz \ No newline at end of file diff --git a/_service:download_url:kbibtex-0.5.1.tar.xz b/_service:download_url:kbibtex-0.5.1.tar.xz new file mode 100644 index 0000000..ac1c8dd --- /dev/null +++ b/_service:download_url:kbibtex-0.5.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3717721ecf29a864142df302f8c6a029704c10832b3926fd42b19d315b6284 +size 250224 diff --git a/_service:download_url:kbibtex-0.5.tar.xz b/_service:download_url:kbibtex-0.5.tar.xz deleted file mode 100644 index 5fcc4e1..0000000 --- a/_service:download_url:kbibtex-0.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65fd17a77e2448772213606b17f29dce49deb836753c3a3340ed90e6dcbcc1fb -size 248388 diff --git a/kbibtex.changes b/kbibtex.changes index cb925ea..c5445bc 100644 --- a/kbibtex.changes +++ b/kbibtex.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon May 19 21:52:11 UTC 2014 - cornelis@solcon.nl + +- Update to 0.5.1: + * Fixing sorting issue in main list (kde#329724) + * KBibTeX will set itself as default bibliography editor in KDE (kde#329750) + * Crash when finding PDFs (kde#330700) + * Fixing crash in id suggestion editor (kde#332043) + * Fixing compilation issue (Gentoo Bug 498932: https://bugs.gentoo.org/show_bug.cgi?id=498932) + * Restoring session state (1) (Gna Bug 21581: http://gna.org/bugs/?21581) + * Restoring session state (2) (na Bug 21545: http://gna.org/bugs/?21545) + * Correctly parsing command line arguments if relative paths are given (deb#689310) + * Various minor clean-ups and improvements +- Removed kbibtex-sorting,patch, integrated upstream. + ------------------------------------------------------------------- Thu May 8 07:17:56 UTC 2014 - cornelis@solcon.nl diff --git a/kbibtex.spec b/kbibtex.spec index 281a05f..fd1d9d6 100644 --- a/kbibtex.spec +++ b/kbibtex.spec @@ -17,15 +17,13 @@ %define _day 20131216 Name: kbibtex -Version: 0.5 +Version: 0.5.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/kbibtex/%{version}/%{name}-%{version}.tar.xz -#Fixes wrong sorting order in columns, kde#329724. -Patch0: kbibtex-sorting.patch BuildRequires: libkde4-devel BuildRequires: libpoppler-qt4-devel BuildRequires: libxml2-devel @@ -55,7 +53,6 @@ This package contains the devel files for %{name}. %prep %setup -q -n %{name}-%{version} -%patch0 -p1 %build %cmake_kde4 -d build