diff --git a/.gitignore b/.gitignore index fbe5ba8..d72da4a 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /gnome-documents-3.7.91.tar.xz /gnome-documents-3.7.92.tar.xz /gnome-documents-3.8.0.tar.xz +/gnome-documents-3.8.1.tar.xz diff --git a/0001-getting-started-fix-parallel-builds.patch b/0001-getting-started-fix-parallel-builds.patch deleted file mode 100644 index 03b9045..0000000 --- a/0001-getting-started-fix-parallel-builds.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 907c07bb61d6f6d7e7b9ca131aba6728b90f09d3 Mon Sep 17 00:00:00 2001 -From: Cosimo Cecchi -Date: Thu, 28 Mar 2013 13:57:57 -0400 -Subject: [PATCH] getting-started: fix parallel builds - -We have to wait for the _HELP_C_PDFS target to be completed before -_HELP_PDF_OUTPUTS. ---- - m4/getting-started.m4 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/m4/getting-started.m4 b/m4/getting-started.m4 -index 5224e6b..441522f 100644 ---- a/m4/getting-started.m4 -+++ b/m4/getting-started.m4 -@@ -73,7 +73,7 @@ $(_HELP_C_PDFS): $(_HELP_C_FILES) - svgname=$(srcdir)/$(patsubst %.pdf,%.svg,[$]@); \ - inkscape -z -A "[$]@" "$$svgname" - --$(_HELP_PDF_OUTPUTS): $(_HELP_LC_PDFS) -+$(_HELP_PDF_OUTPUTS): $(_HELP_LC_PDFS) $(_HELP_C_PDFS) - lc=`dirname [$]@`; \ - files="$(foreach f,$(_HELP_PDFFILES),$$lc/$(f))"; \ - pdfunite $$files "$$lc/$(_HELP_OUTPUT)"; \ --- -1.8.1.4 - diff --git a/gnome-documents.spec b/gnome-documents.spec index 11204a7..2fddf52 100644 --- a/gnome-documents.spec +++ b/gnome-documents.spec @@ -1,8 +1,8 @@ %define evince_version 3.3.92 Name: gnome-documents -Version: 3.8.0 -Release: 2%{?dist} +Version: 3.8.1 +Release: 1%{?dist} Summary: A document manager application for GNOME License: GPLv2+ @@ -24,8 +24,6 @@ BuildRequires: itstool BuildRequires: inkscape BuildRequires: poppler-utils -Patch0: 0001-getting-started-fix-parallel-builds.patch - %description gnome-documents is a document manager application for GNOME, aiming to be a simple and elegant replacement for using Files to show @@ -34,8 +32,6 @@ the Documents directory. %prep %setup -q -%patch0 -p1 -b .parallel-builds - %build %configure --disable-static --enable-getting-started make %{?_smp_mflags} @@ -80,6 +76,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_datadir}/gnome-shell/search-providers/gnome-documents-search-provider.ini %changelog +* Tue Apr 16 2013 Richard Hughes - 3.8.1-1 +- Update to 3.8.1 + * Thu Mar 28 2013 Cosimo Cecchi - 3.8.0-2 - Enable generation of getting-started tutorial PDF diff --git a/sources b/sources index 101aaee..5e96458 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac60339dad84c0867cc7b1c0bdf1199b gnome-documents-3.8.0.tar.xz +14bce9ec9adbf692001fe0d44000b3f1 gnome-documents-3.8.1.tar.xz