Update to 3.25.92
This commit is contained in:
parent
a9426de076
commit
9022ab68bc
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@ evince-3.0.0.tar.bz2
|
||||
/evince-3.24.0.tar.xz
|
||||
/evince-3.25.4.tar.xz
|
||||
/evince-3.25.91.tar.xz
|
||||
/evince-3.25.92.tar.xz
|
||||
|
@ -1,17 +0,0 @@
|
||||
MY_CPU_BE expands to an empty token sequence, so defined (MY_CPU_BE)
|
||||
has to be used in this context. This code is only reachable for
|
||||
s390x, ppc64 sets MY_CPU_NAME earlier.
|
||||
|
||||
diff -ur evince-3.25.4.orig/cut-n-paste/unarr/lzmasdk/CpuArch.h evince-3.25.4/cut-n-paste/unarr/lzmasdk/CpuArch.h
|
||||
--- evince-3.25.4.orig/cut-n-paste/unarr/lzmasdk/CpuArch.h 2017-07-22 07:58:23.000000000 +0200
|
||||
+++ evince-3.25.4/cut-n-paste/unarr/lzmasdk/CpuArch.h 2017-07-31 13:32:33.893245858 +0200
|
||||
@@ -174,7 +174,7 @@
|
||||
#ifndef MY_CPU_NAME
|
||||
#ifdef MY_CPU_LE
|
||||
#define MY_CPU_NAME "LE"
|
||||
- #elif MY_CPU_BE
|
||||
+ #elif defined (MY_CPU_BE)
|
||||
#define MY_CPU_NAME "BE"
|
||||
#else
|
||||
/*
|
||||
Only in evince-3.25.4/cut-n-paste/unarr/lzmasdk: CpuArch.h~
|
@ -4,7 +4,7 @@
|
||||
%global gxps_version 0.2.1
|
||||
|
||||
Name: evince
|
||||
Version: 3.25.91
|
||||
Version: 3.25.92
|
||||
Release: 1%{?dist}
|
||||
Summary: Document viewer
|
||||
|
||||
@ -17,8 +17,6 @@ Patch0: evince-3.21.4-NPNVToolKit.patch
|
||||
Patch3: 0001-Resolves-deb-762530-rhbz-1061177-add-man-pages.patch
|
||||
Patch4: 0001-Resolves-rhbz-1358249-page-up-down.patch
|
||||
Patch6: 0001-Revert-Bump-poppler-requirements-to-0.33.0.patch
|
||||
Patch7: evince-lzmasdk-s390x.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1468488
|
||||
|
||||
BuildRequires: pkgconfig(adwaita-icon-theme)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version}
|
||||
@ -266,6 +264,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
|
||||
%{_libdir}/mozilla/plugins/libevbrowserplugin.so
|
||||
|
||||
%changelog
|
||||
* Thu Sep 07 2017 Kalev Lember <klember@redhat.com> - 3.25.92-1
|
||||
- Update to 3.25.92
|
||||
|
||||
* Sat Aug 19 2017 Kalev Lember <klember@redhat.com> - 3.25.91-1
|
||||
- Update to 3.25.91
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (evince-3.25.91.tar.xz) = 7fa82d5f00ae148ddf8aa58c07a377cb1c3c88d9b02456f98f5539288edbf913f60a558eb3cc0b330304abc3124746990688bfda239318e4a8e95d558cb1102b
|
||||
SHA512 (evince-3.25.92.tar.xz) = 468016cc0d9633725ba948c04ab4d742dd766c4a5d57fcd9b12b3ce7c477b6e4fa4e463c7b181379d75526519bbc695cfc0c280e1cc7548c50ae8a7d971f9d21
|
||||
|
Loading…
Reference in New Issue
Block a user