[zathura-djvu] 0.2.3 bump

Petr Šabata psabata at fedoraproject.org
Tue May 21 15:44:30 UTC 2013


commit 9adfff92a68b0d6dc4ed517144a7db61f04931a8
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue May 21 17:44:26 2013 +0200

    0.2.3 bump
    
    - Dropping the now unneeded patches

 .gitignore                                         |    1 +
 sources                                            |    2 +-
 ...vu-0.2.1-use-stdlib-instead-stddef-header.patch |    9 ------
 zathura-djvu-fix_install.patch                     |   13 ---------
 zathura-djvu.spec                                  |   29 +++++--------------
 5 files changed, 10 insertions(+), 44 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c88efb2..2c92d74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /zathura-djvu-0.2.1.tar.gz
 /zathura-djvu-0.2.2.tar.gz
+/zathura-djvu-0.2.3.tar.gz
diff --git a/sources b/sources
index 96821b6..f78375f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38344cb762e1f5b5fe66f6ef49ac173f  zathura-djvu-0.2.2.tar.gz
+a472f706d6f6384d8bc2750141a84fc6  zathura-djvu-0.2.3.tar.gz
diff --git a/zathura-djvu.spec b/zathura-djvu.spec
index e880146..34f2979 100644
--- a/zathura-djvu.spec
+++ b/zathura-djvu.spec
@@ -1,5 +1,5 @@
 Name:           zathura-djvu
-Version:        0.2.2
+Version:        0.2.3
 Release:        1%{?dist}
 Summary:        DjVu support for zathura
 
@@ -7,46 +7,34 @@ Group:          Applications/Publishing
 License:        zlib
 URL:            http://pwmt.org/projects/zathura/plugins/%{name}
 Source0:        http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz
-
-Patch0:         zathura-djvu-0.2.1-use-stdlib-instead-stddef-header.patch
-Patch1:         zathura-djvu-fix_install.patch
-
 Requires:       zathura
-
 BuildRequires:  djvulibre-devel
-BuildRequires:  zathura-devel >= 0.2.2 
-
+BuildRequires:  zathura-devel >= 0.2.3
 
 %description
 The zathura-djvu plugin adds DjVu support to zathura by
 using the djvulibre library.
 
-
 %prep
 %setup -q
-%if 0%{?fedora} <= 17
-%patch0 -p1 
-%patch1 
-%else
-%patch1 
-%endif
-
 
 %build
 CFLAGS='%{optflags}' make %{?_smp_mflags} LIBDIR=%{_libdir} debug
 mv djvu-debug.so djvu.so
 
-
 %install
 make DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} install
 
-
 %files
-%doc AUTHORS LICENSE 
+%doc AUTHORS LICENSE
 %{_libdir}/zathura/djvu.so
-
+%{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Tue May 21 2013 Petr Šabata <contyk at redhat.com> - 0.2.3-1
+- 0.2.3 bump
+- Dropping the now unneeded patches
+
 * Fri Mar 29 2013 Kevin Fenzi <kevin at scrye.com> 0.2.2-1
 - Update to 0.2.2
 
@@ -61,4 +49,3 @@ make DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} install
 
 * Tue Jan 01 2013 François Cami <fcami at fedoraproject.org> - 0.2.1-1
 - Initial package.
-


More information about the scm-commits mailing list