]> git.pld-linux.org Git - packages/libpng1.git/commitdiff
- updated to 1.0.61
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 19 Mar 2014 15:56:21 +0000 (16:56 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 19 Mar 2014 15:56:21 +0000 (16:56 +0100)
- updated SONAME patch

libpng1-SONAME.patch
libpng1.spec

index 338abe757dc8526092bd982a99d5055ff20e76ef..180dede1c396ef81d0bc2f0768c8ad0b52d18113 100644 (file)
@@ -1,5 +1,5 @@
---- libpng-1.0.60/scripts/makefile.linux.orig  2012-04-25 19:27:07.640508188 +0200
-+++ libpng-1.0.60/scripts/makefile.linux       2012-04-25 19:27:36.627174251 +0200
+--- libpng-1.0.61/scripts/makefile.linux.orig  2012-04-25 19:27:07.640508188 +0200
++++ libpng-1.0.61/scripts/makefile.linux       2012-04-25 19:27:36.627174251 +0200
 @@ -8,8 +8,8 @@
  # and license in png.h
  
@@ -8,7 +8,7 @@
 -PNGMAJ = 0
 +LIBNAME = libpng
 +PNGMAJ = 2
- PNGMIN = 1.0.60
+ PNGMIN = 1.0.61
  PNGVER = $(PNGMAJ).$(PNGMIN)
  
 @@ -54,7 +54,7 @@
  
  install: install-static install-shared install-man install-config
  
---- libpng-1.0.60/scripts/makefile.gcmmx.orig  2008-03-15 15:25:16.211287745 +0100
-+++ libpng-1.0.60/scripts/makefile.gcmmx       2008-03-15 15:25:55.143148910 +0100
+--- libpng-1.0.61/scripts/makefile.gcmmx.orig  2008-03-15 15:25:16.211287745 +0100
++++ libpng-1.0.61/scripts/makefile.gcmmx       2008-03-15 15:25:55.143148910 +0100
 @@ -12,8 +12,8 @@
  #        the background!  Context switches between MMX and FPU are expensive.
  
 -PNGMAJ = 0
 +LIBNAME = libpng
 +PNGMAJ = 2
- PNGMIN = 1.0.60
+ PNGMIN = 1.0.61
  PNGVER = $(PNGMAJ).$(PNGMIN)
  
 @@ -70,8 +70,8 @@
index b557f5a81f276873b90d79080f3ce55b82078f04..9b0bc466c6896dcfa95d5b131a117640a1d426a7 100644 (file)
@@ -11,18 +11,20 @@ Summary(pl.UTF-8):  Biblioteka PNG
 Summary(pt_BR.UTF-8):  Biblioteca PNG
 Summary(tr.UTF-8):     PNG kitaplığı
 Name:          libpng1
-Version:       1.0.60
+Version:       1.0.61
 Release:       1
 Epoch:         2
 License:       distributable
 Group:         Libraries
-Source0:       http://downloads.sourceforge.net/libpng/libpng-%{version}.tar.bz2
-# Source0-md5: c5aac9072eaad7ea8faab75b98f2f34b
+Source0:       http://downloads.sourceforge.net/libpng/libpng-%{version}.tar.xz
+# Source0-md5: 5b169ae943409f15de4647cd5a4783c5
 Patch0:                %{name}-opt.patch
 Patch1:                %{name}-pngminus.patch
 Patch2:                %{name}-SONAME.patch
 URL:           http://www.libpng.org/pub/png/libpng.html
 BuildRequires: rpmbuild(macros) >= 1.213
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 BuildRequires: zlib-devel
 Provides:      libpng = %{version}
 %ifarch %{x8664} ia64 ppc64 s390x sparc64
This page took 0.114112 seconds and 4 git commands to generate.