This commit is contained in:
committed by
Git OBS Bridge
parent
cb6ce13a7e
commit
595598df3a
@@ -9,14 +9,3 @@
|
|||||||
|
|
||||||
/* The fixed-point calculations below are as follows:
|
/* The fixed-point calculations below are as follows:
|
||||||
* 17.15 = input pixel
|
* 17.15 = input pixel
|
||||||
--- api/model.c.orig 2006-10-18 20:58:33.000000000 +0200
|
|
||||||
+++ api/model.c 2007-01-19 15:58:49.000000000 +0100
|
|
||||||
@@ -269,7 +269,7 @@ static int DelList()
|
|
||||||
/* Parse *.inc file. */
|
|
||||||
static int ParseInc(char *incFile)
|
|
||||||
{
|
|
||||||
- FILE *fp;
|
|
||||||
+ FILE *fp = NULL;
|
|
||||||
struct list_head *p;
|
|
||||||
LabelRecord *pl;
|
|
||||||
char rcbuf[255];
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e6f3693712a96554e731928d9baa3182beaa971b9934edeb3f6e535aa2a272e6
|
|
||||||
size 9603902
|
|
3
hplip-1.7.1.tar.bz2
Normal file
3
hplip-1.7.1.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:76e6c3c28eae34850a0bd405892dd43dc4239df254769414aa242acfeeb7c4ad
|
||||||
|
size 9701581
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 25 14:53:05 CET 2007 - jsmeix@suse.de
|
||||||
|
|
||||||
|
- Updated to version 1.7.1:
|
||||||
|
Many bug fixes (no Suse bugs).
|
||||||
|
No new supported models but enhancements for several models.
|
||||||
|
For details see release_notes.html
|
||||||
|
- Removed the fix for uninitialized file pointer in api/model.c
|
||||||
|
from fix-uninitialized-variables.diff because it is now
|
||||||
|
fixed in the sources.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 19 16:01:20 CET 2007 - jsmeix@suse.de
|
Fri Jan 19 16:01:20 CET 2007 - jsmeix@suse.de
|
||||||
|
|
||||||
|
18
hplip.spec
18
hplip.spec
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hplip (Version 1.6.12)
|
# spec file for package hplip (Version 1.7.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@@ -16,13 +16,13 @@ Summary: HP's Printing and Scanning Software
|
|||||||
# HPLIP has reached 1.0 status. With this release a date encoded revision number is used:
|
# HPLIP has reached 1.0 status. With this release a date encoded revision number is used:
|
||||||
# x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a = second release in June)
|
# x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a = second release in June)
|
||||||
# Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc
|
# Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc
|
||||||
Version: 1.6.12
|
Version: 1.7.1
|
||||||
Release: 12
|
Release: 1
|
||||||
%define hpijsVersion 2.6.12
|
%define hpijsVersion 2.7.1
|
||||||
Group: Hardware/Printing
|
Group: Hardware/Printing
|
||||||
License: BSD License and BSD-like, GNU General Public License (GPL)
|
License: BSD License and BSD-like, GNU General Public License (GPL)
|
||||||
URL: http://hpinkjet.sourceforge.net/
|
URL: http://hpinkjet.sourceforge.net/
|
||||||
# URL for Source0: http://superb-west.dl.sourceforge.net/sourceforge/hplip/hplip-1.6.12.tar.gz
|
# URL for Source0: http://superb-west.dl.sourceforge.net/sourceforge/hplip/hplip-1.7.1.tar.gz
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
# Fix "... is used uninitialized ..." warnings:
|
# Fix "... is used uninitialized ..." warnings:
|
||||||
Patch10: fix-uninitialized-variables.diff
|
Patch10: fix-uninitialized-variables.diff
|
||||||
@@ -322,6 +322,14 @@ exit 0
|
|||||||
%{_libdir}/libhpip.*
|
%{_libdir}/libhpip.*
|
||||||
|
|
||||||
%changelog -n hplip
|
%changelog -n hplip
|
||||||
|
* Thu Jan 25 2007 - jsmeix@suse.de
|
||||||
|
- Updated to version 1.7.1:
|
||||||
|
Many bug fixes (no Suse bugs).
|
||||||
|
No new supported models but enhancements for several models.
|
||||||
|
For details see release_notes.html
|
||||||
|
- Removed the fix for uninitialized file pointer in api/model.c
|
||||||
|
from fix-uninitialized-variables.diff because it is now
|
||||||
|
fixed in the sources.
|
||||||
* Fri Jan 19 2007 - jsmeix@suse.de
|
* Fri Jan 19 2007 - jsmeix@suse.de
|
||||||
- Added fix for uninitialized file pointer in api/model.c to
|
- Added fix for uninitialized file pointer in api/model.c to
|
||||||
fix-uninitialized-variables.diff (Suse Bugzilla bug #236709).
|
fix-uninitialized-variables.diff (Suse Bugzilla bug #236709).
|
||||||
|
Reference in New Issue
Block a user