NetBSD Problem Report #49918

From iamleot@gmail.com  Thu May 21 19:47:46 2015
Return-Path: <iamleot@gmail.com>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 3BB0BA654F
	for <gnats-bugs@gnats.NetBSD.org>; Thu, 21 May 2015 19:47:46 +0000 (UTC)
Message-Id: <555e365e.f124b40a.4390.702b@mx.google.com>
Date: Thu, 21 May 2015 21:47:36 +0200
From: Leonardo Taccari <iamleot@gmail.com>
Reply-To: Leonardo Taccari <iamleot@gmail.com>
To: gnats-bugs@NetBSD.org
Subject: Update print/mupdf to mupdf-1.7a
X-Send-Pr-Version: 3.95

>Number:         49918
>Category:       pkg
>Synopsis:       Update print/mupdf to mupdf-1.7a
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu May 21 19:50:00 +0000 2015
>Closed-Date:    Wed May 27 21:52:31 +0000 2015
>Last-Modified:  Wed May 27 21:55:00 +0000 2015
>Originator:     Leonardo Taccari
>Release:        NetBSD 7.99.15
>Organization:
Università Politecnica delle Marche
>Environment:


System: NetBSD boh 7.99.15 NetBSD 7.99.15 (GENERIC) #21: Mon May 4 05:10:05 CEST 2015 leot@boh:/usr/obj/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
	print/mupdf in pkgsrc (1.7) is not the latest stable version (1.7a).
>How-To-Repeat:
	$ cd pkgsrc/print/mupdf
	$ make show-var VARNAME=PKGNAME_NOREV
>Fix:
	Please apply the attached very trivial patches.
	While here I will also provide a possible commit message that includes
	the entire changelog.


-----------------8<--------------------8<--------------------8<-----------------
Update print/mupdf to mupdf-1.7a.

MuPDF 1.7a (2015-05-07)
-----------------------
The 1.7a version is a bugfix release. Bug fixes:
* Fixed bug that allocated too much memory when packing paths.
* Fixed EPUB font scaling bug.
* Fixed EPUB file type handling in viewers.
* Improved tolerance for broken and unsupported CSS.

New features:
* Added -z option to mutool clean.
-----------------8<--------------------8<--------------------8<-----------------


-----------------8<--------------------8<--------------------8<-----------------
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/print/mupdf/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- Makefile	17 Apr 2015 07:18:21 -0000	1.29
+++ Makefile	21 May 2015 19:40:17 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.29 2015/04/17 07:18:21 wiz Exp $

-DISTNAME=	mupdf-1.7-source
+DISTNAME=	mupdf-1.7a-source
 PKGNAME=	${DISTNAME:S/-source//}
 CATEGORIES=	print
 MASTER_SITES=	http://mupdf.com/downloads/
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/print/mupdf/distinfo,v
retrieving revision 1.18
diff -u -r1.18 distinfo
--- distinfo	17 Apr 2015 07:18:21 -0000	1.18
+++ distinfo	21 May 2015 19:40:17 -0000
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.18 2015/04/17 07:18:21 wiz Exp $

-SHA1 (mupdf-1.7-source.tar.gz) = 2ea656e2baa31a9c0446090245e7aa9510d1f54a
-RMD160 (mupdf-1.7-source.tar.gz) = efcfa3ff6c54faf74dd76c10b686158a3997112d
-Size (mupdf-1.7-source.tar.gz) = 13301969 bytes
+SHA1 (mupdf-1.7a-source.tar.gz) = 6114cb8d318c71f877cea4660df2eb513fcf82b9
+RMD160 (mupdf-1.7a-source.tar.gz) = cc9260029a7665004584ff6aa1b49e259b08be37
+Size (mupdf-1.7a-source.tar.gz) = 13310720 bytes
 SHA1 (patch-Makethird) = 5ec66437c5695558f5e6497182d1f0c197ee5299
 SHA1 (patch-ab) = b965020ec098fc1bf8577cb16102ab4c37bb37d3
 SHA1 (patch-ac) = 2db78731ebbac03a2cfe3329e20544db013b3b10

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: wiz@NetBSD.org
State-Changed-When: Wed, 27 May 2015 21:52:31 +0000
State-Changed-Why:
Committed, thanks!


From: "Thomas Klausner" <wiz@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49918 CVS commit: pkgsrc/print/mupdf
Date: Wed, 27 May 2015 21:52:19 +0000

 Module Name:	pkgsrc
 Committed By:	wiz
 Date:		Wed May 27 21:52:19 UTC 2015

 Modified Files:
 	pkgsrc/print/mupdf: Makefile distinfo

 Log Message:
 Update to 1.7a provided by Leonardo Taccari in PR 49918.

 MuPDF 1.7a (2015-05-07)
 -----------------------
 The 1.7a version is a bugfix release. Bug fixes:
 * Fixed bug that allocated too much memory when packing paths.
 * Fixed EPUB font scaling bug.
 * Fixed EPUB file type handling in viewers.
 * Improved tolerance for broken and unsupported CSS.

 New features:
 * Added -z option to mutool clean.


 To generate a diff of this commit:
 cvs rdiff -u -r1.29 -r1.30 pkgsrc/print/mupdf/Makefile
 cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/mupdf/distinfo

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.