[zathura] update to 0.2.7

François Cami fcami at fedoraproject.org
Wed Mar 5 22:42:28 UTC 2014


commit 6418904f5985fcfc2c4be969021bf8ab2eda6164
Author: François Cami <fcami at fedoraproject.org>
Date:   Wed Mar 5 23:42:09 2014 +0100

    update to 0.2.7

 .gitignore   |    1 +
 sources      |    2 +-
 zathura.spec |   10 ++++++----
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75b77cd..1bae204 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ zathura-0.0.8.1.tar.gz
 /zathura-0.2.3.tar.gz
 /zathura-0.2.4.tar.gz
 /zathura-0.2.6.tar.gz
+/zathura-0.2.7.tar.gz
diff --git a/sources b/sources
index bdeeba5..7f27e87 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d155a66ec1862550dfde5a50e3dd6d01  zathura-0.2.6.tar.gz
+53124af80e974283a6678319a62e6666  zathura-0.2.7.tar.gz
diff --git a/zathura.spec b/zathura.spec
index 76538ee..060890d 100644
--- a/zathura.spec
+++ b/zathura.spec
@@ -1,5 +1,5 @@
 Name:           zathura
-Version:        0.2.6
+Version:        0.2.7
 Release:        1%{?dist}
 Summary:        A lightweight document viewer
 Group:          Applications/Publishing
@@ -14,7 +14,7 @@ BuildRequires:  gdk-pixbuf2-devel
 BuildRequires:  gettext
 BuildRequires:  girara-devel
 BuildRequires:  glib2-devel
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
 BuildRequires:  poppler-glib-devel
 BuildRequires:  python-docutils
 
@@ -55,8 +55,6 @@ This package provides all Zathura plugins.
 %setup -q
 # don't rebuild at install time
 sed -ie "s/install:\ all/install:\ /g" Makefile
-# keep using girara/gtk2 for nop
-sed -i -e 's/^ZATHURA_GTK_VERSION.*/ZATHURA_GTK_VERSION ?= 2/g' config.mk
 # ensure manpages are built from *.rst sources
 rm -f zathura.1 zathurarc.5
 
@@ -89,6 +87,7 @@ update-desktop-database &> /dev/null || :
 %{_bindir}/*
 %{_mandir}/man*/*
 %{_datadir}/applications/*
+%{_datadir}/dbus-1/interfaces/org.pwmt.zathura.xml
 
 %files devel
 %{_includedir}/zathura
@@ -97,6 +96,9 @@ update-desktop-database &> /dev/null || :
 %files plugins-all
 
 %changelog
+* Wed Mar 05 2014 François Cami <fcami at fedoraproject.org> - 0.2.7-1
+* Update to 0.2.7.
+
 * Sat Dec 28 2013 François Cami <fcami at fedoraproject.org> - 0.2.6-1 
 - Update to latest upstream.
 


More information about the scm-commits mailing list