From 8c8d6f805fc9ed2d52a45fcac4029c9559bcaf70 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 2 Jan 2014 15:48:27 +0000 Subject: [PATCH] Fixed typo in cups-genppdupdate script (bug #1046073). Resolves: rhbz#1046073 --- cups-genppdupdate.py.in | 2 +- gutenprint.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cups-genppdupdate.py.in b/cups-genppdupdate.py.in index d0d6e92..29140a5 100755 --- a/cups-genppdupdate.py.in +++ b/cups-genppdupdate.py.in @@ -87,7 +87,7 @@ Update CUPS+Gutenprint PPD files. def die_if_not_directory (dir): try: st = os.stat (dir) - if not st.S_ISDIR (st.st_mode): + if not stat.S_ISDIR (st.st_mode): os.chdir (dir) except OSError, (e, s): print "%s: invalid directory: %s" % (dir, s) diff --git a/gutenprint.spec b/gutenprint.spec index df63cf7..9c92faf 100644 --- a/gutenprint.spec +++ b/gutenprint.spec @@ -3,7 +3,7 @@ Name: gutenprint Summary: Printer Drivers Package Version: 5.2.9 -Release: 14%{?dist} +Release: 15%{?dist} Group: System Environment/Base URL: http://gimp-print.sourceforge.net/ Source0: http://downloads.sourceforge.net/gimp-print/%{name}-%{version}.tar.bz2 @@ -324,6 +324,9 @@ fi /bin/rm -f /var/cache/foomatic/* %changelog +* Thu Jan 2 2014 Tim Waugh - 5.2.9-15 +- Fixed typo in cups-genppdupdate script (bug #1046073). + * Sat Aug 03 2013 Fedora Release Engineering - 5.2.9-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild