update to 10.61.01
This commit is contained in:
parent
c40fe3e016
commit
333bd7241e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/netpbm-10.60.05.tar.xz
|
||||
/netpbm-10.61.01.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -up netpbm-10.47.12/converter/pbm/cmuwmtopbm.c.cmuwtopbmfix netpbm-10.47.12/converter/pbm/cmuwmtopbm.c
|
||||
--- netpbm-10.47.12/converter/pbm/cmuwmtopbm.c.cmuwtopbmfix 2010-04-27 15:47:14.000000000 +0200
|
||||
+++ netpbm-10.47.12/converter/pbm/cmuwmtopbm.c 2010-05-03 15:17:06.081277896 +0200
|
||||
diff -up netpbm-10.61.01/converter/pbm/cmuwmtopbm.c.cmuwtopbmfix netpbm-10.61.01/converter/pbm/cmuwmtopbm.c
|
||||
--- netpbm-10.61.01/converter/pbm/cmuwmtopbm.c.cmuwtopbmfix 2013-01-02 18:39:57.000000000 +0100
|
||||
+++ netpbm-10.61.01/converter/pbm/cmuwmtopbm.c 2013-01-03 05:41:36.024984241 +0100
|
||||
@@ -18,7 +18,7 @@
|
||||
This program does not check the pad bits at the end of each row.
|
||||
*/
|
||||
@ -8,11 +8,11 @@ diff -up netpbm-10.47.12/converter/pbm/cmuwmtopbm.c.cmuwtopbmfix netpbm-10.47.12
|
||||
-
|
||||
+#include <stdint.h>
|
||||
#include "pbm.h"
|
||||
#include "cmuwm.h"
|
||||
|
||||
@@ -33,7 +33,7 @@ readCmuwmHeader(FILE * const ifP
|
||||
const char * const initReadError =
|
||||
/*--------------------------
|
||||
@@ -42,7 +42,7 @@ readCmuwmHeader(FILE * const ifP
|
||||
"CMU window manager header EOF / read error";
|
||||
uint32_t const cmuwmMagic = 0xf10040bb;
|
||||
|
||||
- long l;
|
||||
+ uint32_t l;
|
||||
|
@ -109,17 +109,18 @@ diff -up netpbm-10.59.03/userguide/pamstereogram.html.manfix netpbm-10.59.03/use
|
||||
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||||
+<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html">
|
||||
<meta charset="UTF-8">
|
||||
<title>Pamstereogram User Manual</title>
|
||||
@@ -11,7 +11,7 @@
|
||||
@@ -11,8 +11,7 @@
|
||||
|
||||
<p>Updated: 20 June 2012</p>
|
||||
<p>Updated:30 December 2012</p>
|
||||
|
||||
-<p><a href="#contents">Table Of Contents</a></p>
|
||||
-
|
||||
+<p><a href="#index">Table Of Contents</a></p>
|
||||
|
||||
|
||||
<h2 id="name">NAME</h2>
|
||||
|
||||
diff -up netpbm-10.59.03/userguide/pamtoavs.html.manfix netpbm-10.59.03/userguide/pamtoavs.html
|
||||
--- netpbm-10.59.03/userguide/pamtoavs.html.manfix 2012-09-22 03:46:15.000000000 +0200
|
||||
+++ netpbm-10.59.03/userguide/pamtoavs.html 2012-09-25 10:47:22.759174777 +0200
|
||||
|
@ -1668,7 +1668,7 @@ diff -up netpbm-10.58.01/urt/scanargs.c.security-code netpbm-10.58.01/urt/scanar
|
||||
+ * 2002-12-19: Fix maths wrapping bugs. Alan Cox <alan@redhat.com>
|
||||
*/
|
||||
|
||||
#include "rle.h"
|
||||
#include <stdio.h>
|
||||
@@ -63,8 +65,8 @@ typedef int *ptr;
|
||||
/*
|
||||
* Storage allocation macros
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: A library for handling different graphics file formats
|
||||
Name: netpbm
|
||||
Version: 10.60.05
|
||||
Version: 10.61.01
|
||||
Release: 1%{?dist}
|
||||
# See copyright_summary for details
|
||||
License: BSD and GPLv2 and IJG and MIT and Public Domain
|
||||
@ -256,6 +256,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc userguide/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 03 2013 Jindrich Novy <jnovy@redhat.com> 10.61.01-1
|
||||
- update to 10.61.01
|
||||
- sync patches
|
||||
|
||||
* Fri Dec 14 2012 Jindrich Novy <jnovy@redhat.com> 10.60.05-1
|
||||
- update to 10.60.05
|
||||
- fixes pngtopam and ppmpat
|
||||
|
Loading…
Reference in New Issue
Block a user