]> git.pld-linux.org Git - packages/libfilezilla.git/commitdiff
- updated to 0.10.1 auto/th/libfilezilla-0.10.1-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Wed, 16 Aug 2017 15:48:27 +0000 (17:48 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Wed, 16 Aug 2017 15:48:27 +0000 (17:48 +0200)
- removed obsolete patches

cppunit-pkgconfig.patch [deleted file]
libfilezilla.spec
random_bytes.patch [deleted file]

diff --git a/cppunit-pkgconfig.patch b/cppunit-pkgconfig.patch
deleted file mode 100644 (file)
index 7158ee8..0000000
+++ /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])
index c4d9d3062c7f0255459350ea9fb308b7ed62943e..fae83c1c5cec587ddde78e342f459e130ee0677f 100644 (file)
@@ -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/random_bytes.patch b/random_bytes.patch
deleted file mode 100644 (file)
index 13f24ae..0000000
+++ /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);
- }
This page took 0.15639 seconds and 4 git commands to generate.