update to 10.61.02
This commit is contained in:
parent
d98e37bcb6
commit
1096c0a2ef
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/netpbm-10.61.01.tar.xz
|
/netpbm-10.61.02.tar.xz
|
||||||
|
@ -100,27 +100,6 @@ diff -up netpbm-10.59.03/userguide/pamsistoaglyph.html.manfix netpbm-10.59.03/us
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
diff -up netpbm-10.59.03/userguide/pamstereogram.html.manfix netpbm-10.59.03/userguide/pamstereogram.html
|
|
||||||
--- netpbm-10.59.03/userguide/pamstereogram.html.manfix 2012-09-22 03:46:15.000000000 +0200
|
|
||||||
+++ netpbm-10.59.03/userguide/pamstereogram.html 2012-09-25 10:48:11.969559563 +0200
|
|
||||||
@@ -1,5 +1,5 @@
|
|
||||||
-<!DOCTYPE html>
|
|
||||||
-<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
||||||
+<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>Pamstereogram User Manual</title>
|
|
||||||
@@ -11,8 +11,7 @@
|
|
||||||
|
|
||||||
<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
|
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.manfix 2012-09-22 03:46:15.000000000 +0200
|
||||||
+++ netpbm-10.59.03/userguide/pamtoavs.html 2012-09-25 10:47:22.759174777 +0200
|
+++ netpbm-10.59.03/userguide/pamtoavs.html 2012-09-25 10:47:22.759174777 +0200
|
||||||
@ -203,3 +182,24 @@ diff -up netpbm-10.59.03/userguide/ppmtogif.html.manfix netpbm-10.59.03/userguid
|
|||||||
<P>One way <b>pamtogif</b> is not backward compatible with <b>ppmtogif</b>
|
<P>One way <b>pamtogif</b> is not backward compatible with <b>ppmtogif</b>
|
||||||
is that to specify a transparency (alpha) mask with <b>ppmtogif</b>, you
|
is that to specify a transparency (alpha) mask with <b>ppmtogif</b>, you
|
||||||
supply the transparency as a separate pseudo-PGM image and use the
|
supply the transparency as a separate pseudo-PGM image and use the
|
||||||
|
diff -up netpbm-10.61.02/userguide/pamstereogram.html.manfix netpbm-10.61.02/userguide/pamstereogram.html
|
||||||
|
--- netpbm-10.61.02/userguide/pamstereogram.html.manfix 2013-02-20 07:32:26.000000000 +0100
|
||||||
|
+++ netpbm-10.61.02/userguide/pamstereogram.html 2013-02-20 07:40:35.071099535 +0100
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
-<!DOCTYPE html>
|
||||||
|
-<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||||||
|
+<html>
|
||||||
|
<head>
|
||||||
|
<title>Pamstereogram User Manual</title>
|
||||||
|
</head>
|
||||||
|
@@ -10,8 +10,7 @@
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A library for handling different graphics file formats
|
Summary: A library for handling different graphics file formats
|
||||||
Name: netpbm
|
Name: netpbm
|
||||||
Version: 10.61.01
|
Version: 10.61.02
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
# See copyright_summary for details
|
# See copyright_summary for details
|
||||||
License: BSD and GPLv2 and IJG and MIT and Public Domain
|
License: BSD and GPLv2 and IJG and MIT and Public Domain
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -256,6 +256,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc userguide/*
|
%doc userguide/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 20 2013 Jindrich Novy <jnovy@redhat.com> 10.61.02-1
|
||||||
|
- update to 10.61.02
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.61.01-3
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.61.01-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user