diff --git a/.gitignore b/.gitignore index 522a071..252a3f7 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ devhelp-2.90.5.tar.bz2 /devhelp-3.14.0.tar.xz /devhelp-3.15.90.tar.xz /devhelp-3.15.91.tar.xz +/devhelp-3.15.92.tar.xz diff --git a/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch b/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch new file mode 100644 index 0000000..6d92846 --- /dev/null +++ b/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch @@ -0,0 +1,26 @@ +From afbd002addd2df8a9d986243068c2b2631cc725d Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Wed, 18 Mar 2015 11:26:04 +0100 +Subject: [PATCH] Fix a syntax error in desktop file keywords Bosnian + translation + +--- + po/bs.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/po/bs.po b/po/bs.po +index 21f36f7..e3418f4 100644 +--- a/po/bs.po ++++ b/po/bs.po +@@ -61,7 +61,7 @@ msgstr "Preglednik dokumentacije" + + #: ../data/devhelp.desktop.in.in.h:4 + msgid "documentation;information;manual;developer;api;" +-msgstr "dokumentacija;informacija;priručnik;razvoj;api" ++msgstr "dokumentacija;informacija;priručnik;razvoj;api;" + + #: ../data/org.gnome.devhelp.gschema.xml.h:1 + msgid "Main window maximized state" +-- +2.3.2 + diff --git a/devhelp.spec b/devhelp.spec index fbae9bd..62ecd2e 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -1,7 +1,7 @@ ### Abstract ### Name: devhelp -Version: 3.15.91 +Version: 3.15.92 Release: 1%{?dist} Epoch: 1 License: GPLv2+ @@ -10,6 +10,7 @@ Summary: API documention browser URL: https://wiki.gnome.org/Apps/Devhelp #VCS: git:git://git.gnome.org/devhelp Source: https://download.gnome.org/sources/devhelp/3.15/%{name}-%{version}.tar.xz +Patch0: 0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch ### Build Dependencies ### @@ -36,6 +37,7 @@ into other applications such as IDEs. %prep %setup -q +%patch0 -p1 %build %configure --disable-static @@ -99,6 +101,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_libdir}/pkgconfig/* %changelog +* Tue Mar 17 2015 Kalev Lember - 1:3.15.92-1 +- Update to 3.15.92 + * Wed Mar 04 2015 Kalev Lember - 1:3.15.91-1 - Update to 3.15.91 diff --git a/sources b/sources index 8b4be36..c9db50c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8aa58836d07659773737c550d322beca devhelp-3.15.91.tar.xz +3e7ca9155a877c8200815e670c5ba567 devhelp-3.15.92.tar.xz