[arch-commits] Commit in hplip/trunk (CommonDefinations.patch PKGBUILD)

2015-09-19 Thread Andreas Radke
Date: Saturday, September 19, 2015 @ 18:48:44
  Author: andyrtr
Revision: 246659

upgpkg: hplip 3.15.9-1

upstream update 3.15.9

Modified:
  hplip/trunk/PKGBUILD
Deleted:
  hplip/trunk/CommonDefinations.patch

-+
 CommonDefinations.patch |   22 --
 PKGBUILD|   12 +++-
 2 files changed, 3 insertions(+), 31 deletions(-)

Deleted: CommonDefinations.patch
===
--- CommonDefinations.patch 2015-09-19 16:32:56 UTC (rev 246658)
+++ CommonDefinations.patch 2015-09-19 16:48:44 UTC (rev 246659)
@@ -1,22 +0,0 @@
-*** hplip-3.15.7_original/prnt/hpcups/CommonDefinitions.h  2015-07-13 
13:18:53.0 +0530
 hplip-3.15.7_latest/prnt/hpcups/CommonDefinitions.h2015-07-28 
20:07:24.018247373 +0530
-***
-*** 441,447 
-  {
-  intmedia_source;
-  intcolor_mode;
-- intHPSPDClass;
-  DUPLEXMODE e_duplex_mode;
-  intprint_borderless;
-  intkrgb_mode;
 441,446 
-***
-*** 466,471 
 465,471 
-  intinteger_values[16];
-  intprinter_platform_version;
-  intpre_process_raster;
-+ intHPSPDClass;
-  } JobAttributes;
-  
-  #endif // COMMON_DEFINITIONS_H

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 16:32:56 UTC (rev 246658)
+++ PKGBUILD2015-09-19 16:48:44 UTC (rev 246659)
@@ -5,8 +5,8 @@
 # Contributor: Morgan LEFIEUX 
 
 pkgname=hplip
-pkgver=3.15.7
-pkgrel=2
+pkgver=3.15.9
+pkgrel=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com;
@@ -25,11 +25,9 @@
 'libusb: for advanced usb support')
 install=hplip.install
 
source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
-CommonDefinations.patch
 disable_upgrade.patch)
-sha1sums=('f84e33b749ef34939c11b253767686c00ca2c30c'
+sha1sums=('564a37d39269fee9c938b7fe9f2b31c4f9c4db06'
   'SKIP'
-  'a0131125ce82308db5127505a4c4e5fd89fcf189'
   '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e')
 validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) 
 
@@ -36,10 +34,6 @@
 prepare() {
  cd $pkgname-$pkgver
  
- # fix crash with HP MFP M127fw
- # https://bugs.archlinux.org/task/46110
- patch -Np1 -i $srcdir/CommonDefinations.patch
- 
  # disable insecure update - https://bugs.archlinux.org/task/38083
  patch -Np0 -i ${srcdir}/disable_upgrade.patch
  


[arch-commits] Commit in hplip/trunk (CommonDefinations.patch PKGBUILD)

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 21:05:40
  Author: andyrtr
Revision: 245309

upgpkg: hplip 3.15.7-2

fix crash with HP MFP M127fw; FS#46110

Added:
  hplip/trunk/CommonDefinations.patch
Modified:
  hplip/trunk/PKGBUILD

-+
 CommonDefinations.patch |   22 ++
 PKGBUILD|8 +++-
 2 files changed, 29 insertions(+), 1 deletion(-)

Added: CommonDefinations.patch
===
--- CommonDefinations.patch (rev 0)
+++ CommonDefinations.patch 2015-09-04 19:05:40 UTC (rev 245309)
@@ -0,0 +1,22 @@
+*** hplip-3.15.7_original/prnt/hpcups/CommonDefinitions.h  2015-07-13 
13:18:53.0 +0530
+--- hplip-3.15.7_latest/prnt/hpcups/CommonDefinitions.h2015-07-28 
20:07:24.018247373 +0530
+***
+*** 441,447 
+  {
+  intmedia_source;
+  intcolor_mode;
+- intHPSPDClass;
+  DUPLEXMODE e_duplex_mode;
+  intprint_borderless;
+  intkrgb_mode;
+--- 441,446 
+***
+*** 466,471 
+--- 465,471 
+  intinteger_values[16];
+  intprinter_platform_version;
+  intpre_process_raster;
++ intHPSPDClass;
+  } JobAttributes;
+  
+  #endif // COMMON_DEFINITIONS_H

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 18:53:35 UTC (rev 245308)
+++ PKGBUILD2015-09-04 19:05:40 UTC (rev 245309)
@@ -6,7 +6,7 @@
 
 pkgname=hplip
 pkgver=3.15.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com;
@@ -25,9 +25,11 @@
 'libusb: for advanced usb support')
 install=hplip.install
 
source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
+CommonDefinations.patch
 disable_upgrade.patch)
 sha1sums=('f84e33b749ef34939c11b253767686c00ca2c30c'
   'SKIP'
+  'a0131125ce82308db5127505a4c4e5fd89fcf189'
   '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e')
 validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) 
 
@@ -34,6 +36,10 @@
 prepare() {
  cd $pkgname-$pkgver
  
+ # fix crash with HP MFP M127fw
+ # https://bugs.archlinux.org/task/46110
+ patch -Np1 -i $srcdir/CommonDefinations.patch
+ 
  # disable insecure update - https://bugs.archlinux.org/task/38083
  patch -Np0 -i ${srcdir}/disable_upgrade.patch