update to 0.5.1

OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kbibtex?expand=0&rev=16
This commit is contained in:
Cor Blom 2014-05-19 22:07:52 +00:00 committed by Git OBS Bridge
parent 694d084b93
commit 082e36d982
5 changed files with 20 additions and 8 deletions

View File

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

View File

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

View File

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

View File

@ -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 Thu May 8 07:17:56 UTC 2014 - cornelis@solcon.nl

View File

@ -17,15 +17,13 @@
%define _day 20131216 %define _day 20131216
Name: kbibtex Name: kbibtex
Version: 0.5 Version: 0.5.1
Release: 1 Release: 1
License: GPL-2.0 License: GPL-2.0
Summary: The BibTeX (Latex) bibliography manager for KDE Summary: The BibTeX (Latex) bibliography manager for KDE
Url: http://home.gna.org/kbibtex/ Url: http://home.gna.org/kbibtex/
Group: Productivity/Publishing/TeX/Utilities Group: Productivity/Publishing/TeX/Utilities
Source: http://download.gna.org/kbibtex/%{version}/%{name}-%{version}.tar.xz 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: libkde4-devel
BuildRequires: libpoppler-qt4-devel BuildRequires: libpoppler-qt4-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
@ -55,7 +53,6 @@ This package contains the devel files for %{name}.
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
%patch0 -p1
%build %build
%cmake_kde4 -d build %cmake_kde4 -d build