[zathura] 0.3.0 bump

Petr Šabata psabata at fedoraproject.org
Fri Oct 17 15:08:10 UTC 2014


commit 1e0534835d92c5072111b7c85aecd8fc76ff5805
Author: Petr Šabata <contyk at redhat.com>
Date:   Fri Oct 17 17:08:05 2014 +0200

    0.3.0 bump

 .gitignore   |    1 +
 sources      |    2 +-
 zathura.spec |   20 ++++++++++++--------
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e0c7053..6b08c80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ zathura-0.0.8.1.tar.gz
 /zathura-0.2.6.tar.gz
 /zathura-0.2.7.tar.gz
 /zathura-0.2.9.tar.gz
+/zathura-0.3.0.tar.gz
diff --git a/sources b/sources
index b8fc3cc..212a561 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afc56f9df7677215ea10b92239611faa  zathura-0.2.9.tar.gz
+07c6d83086eee7e3992d5646db60caf5  zathura-0.3.0.tar.gz
diff --git a/zathura.spec b/zathura.spec
index fd8fb16..85c6701 100644
--- a/zathura.spec
+++ b/zathura.spec
@@ -1,6 +1,6 @@
 Name:           zathura
-Version:        0.2.9
-Release:        2%{?dist}
+Version:        0.3.0
+Release:        1%{?dist}
 Summary:        A lightweight document viewer
 Group:          Applications/Publishing
 License:        zlib
@@ -12,12 +12,12 @@ BuildRequires:  desktop-file-utils
 BuildRequires:  file-devel
 BuildRequires:  gdk-pixbuf2-devel
 BuildRequires:  gettext
-BuildRequires:  girara-devel >= 0.2.2
+BuildRequires:  girara-devel >= 0.2.3
 BuildRequires:  glib2-devel
 BuildRequires:  gtk3-devel
 BuildRequires:  poppler-glib-devel
 BuildRequires:  python-docutils
-Requires:       girara >= 0.2.2
+Requires:       girara >= 0.2.3
 
 %description
 Zathura is a highly customizable and functional document viewer.
@@ -28,7 +28,9 @@ Zathura requires plugins to support document formats.
 For instance:
 * zathura-pdf-poppler to open PDF files,
 * zathura-ps to open PostScript files,
-* zathura-djvu to open DjVu files.
+* zathura-djvu to open DjVu files, or
+* zathura-cb to open comic book files.
+
 All of these are available as separate packages in Fedora.
 A zathura-plugins-all package is available should you want
 to install all available plugins.
@@ -51,14 +53,12 @@ Requires:       zathura-ps
 Requires:       zathura-cb
 
 %description plugins-all
-This package provides all Zathura plugins.
+This package installs all available Zathura plugins.
 
 %prep
 %setup -q
 # don't rebuild at install time
 sed -ie "s/install:\ all/install:\ /g" Makefile
-# ensure manpages are built from *.rst sources
-rm -f zathura.1 zathurarc.5
 
 %build
 export CFLAGS="%{optflags}"
@@ -88,6 +88,7 @@ update-desktop-database &> /dev/null || :
 %doc LICENSE README
 %{_bindir}/*
 %{_mandir}/man*/*
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/*
 %{_datadir}/dbus-1/interfaces/org.pwmt.zathura.xml
 
@@ -98,6 +99,9 @@ update-desktop-database &> /dev/null || :
 %files plugins-all
 
 %changelog
+* Fri Oct 17 2014 Petr Šabata <contyk at redhat.com> - 0.3.0-1
+- 0.3.0 bump
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list