]> git.pld-linux.org Git - packages/Thunar.git/commitdiff
- 1.0.2, XFCE 4.6.2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 14 Nov 2010 12:34:21 +0000 (12:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Thunar-libpng.patch -> 1.2
    Thunar.spec -> 1.32

Thunar-libpng.patch [deleted file]
Thunar.spec

diff --git a/Thunar-libpng.patch b/Thunar-libpng.patch
deleted file mode 100644 (file)
index 64e6a65..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur Thunar-1.0.1.orig/thunar-vfs/thunar-vfs-thumb.c Thunar-1.0.1/thunar-vfs/thunar-vfs-thumb.c
---- Thunar-1.0.1.orig/thunar-vfs/thunar-vfs-thumb.c    2010-01-20 21:31:35.000000000 -0500
-++ Thunar-1.0.1/thunar-vfs/thunar-vfs-thumb.c 2010-01-20 21:34:51.000000000 
-@@ -1169,7 +1169,7 @@
-     goto done0;
-   /* verify the png signature */
--  if (G_LIKELY (png_check_sig ((png_bytep) signature, sizeof (signature))))
-+  if (G_LIKELY (!png_sig_cmp ((png_bytep) signature, 0, sizeof (signature))))
-     rewind (fp);
-   else
-     goto done0;
index 611ca1e8633c6f55a8647e79f177fe6c421b255d..ad9014de906f9856d52ef30dd6e979a7ce45c49d 100644 (file)
@@ -2,18 +2,17 @@
 # Conditional build:
 %bcond_without static_libs     # don't build static library
 #
-%define                xfce_version    4.6.1
+%define                xfce_version    4.6.2
 Summary:       Xfce file manager
 Summary(pl.UTF-8):     Zarządca plików Xfce
 Name:          Thunar
-Version:       1.0.1
-Release:       8
+Version:       1.0.2
+Release:       1
 License:       GPL v2 / LGPL v2
 Group:         X11/Applications
 Source0:       http://www.xfce.org/archive/xfce-%{xfce_version}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: 218373aa45d74b6ba8c69c4d5af3bb19
+# Source0-md5: c91073202d373a1f9951a1240083c36d
 Patch0:                %{name}-desktop.patch
-Patch1:                %{name}-libpng.patch
 URL:           http://thunar.xfce.org/
 BuildRequires: GConf2-devel >= 2.16.0
 BuildRequires: autoconf >= 2.50
@@ -110,7 +109,6 @@ Statyczne biblioteki Thunar.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__gtkdocize}
This page took 0.26525 seconds and 4 git commands to generate.