This commit is contained in:
parent
535035a593
commit
e14432daad
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 27 14:30:51 CEST 2007 - jsmeix@suse.de
|
||||
|
||||
- Updated to version 1.7.4a:
|
||||
Resolved a build issue that caused a couple missing files
|
||||
in the 1.7.4 release (no Suse bug).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 23 14:02:00 CEST 2007 - jsmeix@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package hpijs-standalone (Version 1.7.4)
|
||||
# spec file for package hpijs-standalone (Version 1.7.4a)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -16,13 +16,13 @@ Summary: HPIJS stand-alone
|
||||
# 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.7.4
|
||||
Version: 1.7.4a
|
||||
Release: 1
|
||||
Group: Hardware/Printing
|
||||
License: BSD License and BSD-like
|
||||
URL: http://hpinkjet.sourceforge.net/
|
||||
# Source0...Source9 is for sources from HP:
|
||||
# URL for Source0: http://puzzle.dl.sourceforge.net/sourceforge/hplip/hplip-1.7.4.tar.gz
|
||||
# URL for Source0: http://switch.dl.sourceforge.net/sourceforge/hplip/hplip-1.7.4a.tar.gz
|
||||
Source0: hplip-%{version}.tar.bz2
|
||||
# Patch0...Patch9 is for patches from HP:
|
||||
# Patch10...Patch99 is for Suse patches for the sources from HP:
|
||||
@ -140,6 +140,10 @@ exit 0
|
||||
%{_bindir}/hpijs
|
||||
|
||||
%changelog
|
||||
* Fri Apr 27 2007 - jsmeix@suse.de
|
||||
- Updated to version 1.7.4a:
|
||||
Resolved a build issue that caused a couple missing files
|
||||
in the 1.7.4 release (no Suse bug).
|
||||
* Mon Apr 23 2007 - jsmeix@suse.de
|
||||
- Updated to version 1.7.4:
|
||||
Many bug fixes (no Suse bugs).
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5a8847daf1d38688149ae4b4b85ba5d11c3a890c03dacdbdef14cb210b59330
|
||||
size 12175438
|
3
hplip-1.7.4a.tar.bz2
Normal file
3
hplip-1.7.4a.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0df74dd8d07ad4848bb2d12297227365cefce5674c266427ad7d9975e4cf0c86
|
||||
size 12174811
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 27 14:28:27 CEST 2007 - jsmeix@suse.de
|
||||
|
||||
- Updated to version 1.7.4a:
|
||||
Resolved a build issue that caused a couple missing files
|
||||
in the 1.7.4 release and a fix for hp-check (no Suse bugs).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 23 13:50:13 CEST 2007 - jsmeix@suse.de
|
||||
|
||||
|
10
hplip.spec
10
hplip.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package hplip (Version 1.7.4)
|
||||
# spec file for package hplip (Version 1.7.4a)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -16,14 +16,14 @@ Summary: HP's Printing, Scanning, and Faxing 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.7.4
|
||||
Version: 1.7.4a
|
||||
Release: 1
|
||||
%define hpijsVersion 2.7.4
|
||||
Group: Hardware/Printing
|
||||
License: BSD License and BSD-like, GNU General Public License (GPL)
|
||||
URL: http://hpinkjet.sourceforge.net/
|
||||
# Source0...Source9 is for sources from HP:
|
||||
# URL for Source0: http://puzzle.dl.sourceforge.net/sourceforge/hplip/hplip-1.7.4.tar.gz
|
||||
# URL for Source0: http://switch.dl.sourceforge.net/sourceforge/hplip/hplip-1.7.4a.tar.gz
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
# Patch0...Patch9 is for patches from HP:
|
||||
# Patch10...Patch99 is for Suse patches for the sources from HP:
|
||||
@ -351,6 +351,10 @@ exit 0
|
||||
%{_libdir}/libhpip.*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 27 2007 - jsmeix@suse.de
|
||||
- Updated to version 1.7.4a:
|
||||
Resolved a build issue that caused a couple missing files
|
||||
in the 1.7.4 release and a fix for hp-check (no Suse bugs).
|
||||
* Mon Apr 23 2007 - jsmeix@suse.de
|
||||
- Updated to version 1.7.4:
|
||||
Many bug fixes (no Suse bugs).
|
||||
|
Loading…
Reference in New Issue
Block a user