[packages/libfilezilla] - updated to 0.10.1 - removed obsolete patches

witekfl witekfl at pld-linux.org
Wed Aug 16 17:49:10 CEST 2017


commit 5479badf25f431cbd0e3a10d938642c8f135b158
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Wed Aug 16 17:48:27 2017 +0200

    - updated to 0.10.1
    - removed obsolete patches

 cppunit-pkgconfig.patch | 27 ---------------------------
 libfilezilla.spec       | 10 +++-------
 random_bytes.patch      | 11 -----------
 3 files changed, 3 insertions(+), 45 deletions(-)
---
diff --git a/libfilezilla.spec b/libfilezilla.spec
index c4d9d30..fae83c1 100644
--- a/libfilezilla.spec
+++ b/libfilezilla.spec
@@ -7,14 +7,12 @@
 Summary:	Library for high-performing platform-independent programs
 Summary(pl.UTF-8):	Biblioteka do wydajnych programów niezależnych od platformy
 Name:		libfilezilla
-Version:	0.9.2
-Release:	2
+Version:	0.10.1
+Release:	1
 License:	GPL v2
 Group:		Libraries
 Source0:	http://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2
-# Source0-md5:	d52a0e7229efb3c9fafc8a2b649d665d
-Patch0:		cppunit-pkgconfig.patch
-Patch1:		random_bytes.patch
+# Source0-md5:	0ab3b56ca55e608d601ada68dd86d673
 URL:		http://lib.filezilla-project.org/
 %{?with_tests:BuildRequires:	cppunit-devel >= 1.10.2}
 %{?with_apidocs:BuildRequires:	doxygen}
@@ -95,8 +93,6 @@ Dokumentacja API biblioteki %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/cppunit-pkgconfig.patch b/cppunit-pkgconfig.patch
deleted file mode 100644
index 7158ee8..0000000
--- a/cppunit-pkgconfig.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- libfilezilla-0.9.2/m4/cppunit.m4.ddd	2015-11-02 14:47:31.000000000 +0100
-+++ libfilezilla-0.9.2/m4/cppunit.m4	2017-06-06 19:08:00.329550653 +0200
-@@ -29,12 +29,14 @@ AC_ARG_WITH(cppunit-exec-prefix,[  --wit
-   no_cppunit=""
-   if test "$CPPUNIT_CONFIG" = "no" ; then
-     AC_MSG_RESULT(no)
--    no_cppunit=yes
-+    CPPUNIT_CFLAGS=`pkg-config --cflags cppunit`
-+    CPPUNIT_LIBS=`pkg-config --libs cppunit`
-+    cppunit_version=`pkg-config --modversion cppunit`
-   else
-     CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
-     CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
-     cppunit_version=`$CPPUNIT_CONFIG --version`
--
-+  fi
-     cppunit_major_version=`echo $cppunit_version | \
-            sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
-     cppunit_minor_version=`echo $cppunit_version | \
-@@ -74,7 +76,6 @@ AC_ARG_WITH(cppunit-exec-prefix,[  --wit
-       AC_MSG_RESULT(no)
-       no_cppunit=yes
-     fi
--  fi
- 
-   if test "x$no_cppunit" = x ; then
-      ifelse([$2], , :, [$2])
diff --git a/random_bytes.patch b/random_bytes.patch
deleted file mode 100644
index 13f24ae..0000000
--- a/random_bytes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libfilezilla-0.9.2/lib/libfilezilla/util.hpp.orig	2017-05-25 20:35:14.000000000 +0200
-+++ libfilezilla-0.9.2/lib/libfilezilla/util.hpp	2017-06-06 20:53:40.457650687 +0200
-@@ -28,7 +28,7 @@ int64_t FZ_PUBLIC_SYMBOL random_number(i
- 
- /** \brief Get random uniformly distributed bytes
-  */
--std::vector<uint8_t> random_bytes(size_t size);
-+std::vector<uint8_t> FZ_PUBLIC_SYMBOL random_bytes(size_t size);
- 
- }
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libfilezilla.git/commitdiff/5479badf25f431cbd0e3a10d938642c8f135b158



More information about the pld-cvs-commit mailing list