OBS User unknown
2007-01-25 16:30:47 +00:00
committed by Git OBS Bridge
parent cb6ce13a7e
commit 595598df3a
5 changed files with 27 additions and 19 deletions

View File

@@ -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.
# 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:
# 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
Version: 1.6.12
Release: 12
%define hpijsVersion 2.6.12
Version: 1.7.1
Release: 1
%define hpijsVersion 2.7.1
Group: Hardware/Printing
License: BSD License and BSD-like, GNU General Public License (GPL)
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
# Fix "... is used uninitialized ..." warnings:
Patch10: fix-uninitialized-variables.diff
@@ -322,6 +322,14 @@ exit 0
%{_libdir}/libhpip.*
%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
- Added fix for uninitialized file pointer in api/model.c to
fix-uninitialized-variables.diff (Suse Bugzilla bug #236709).