]> git.pld-linux.org Git - packages/libfilezilla.git/commitdiff
- updated to 0.21.0 (new soname) auto/th/libfilezilla-0.21.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 May 2020 20:12:27 +0000 (22:12 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 May 2020 20:12:27 +0000 (22:12 +0200)
libfilezilla.spec

index ac8c22a8afaa611ad56b0feadd6e4795555506ab..a4859ee462cf631db720009d4950223ac796d3f8 100644 (file)
@@ -7,28 +7,30 @@
 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.18.2
+Version:       0.21.0
 Release:       1
 License:       GPL v2+
 Group:         Libraries
 Source0:       https://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2
-# Source0-md5: b72d406002aff5128651ab8d7a6666c4
+# Source0-md5: 40b8f122e43b640cb9e6597fb1b1081a
 URL:           https://lib.filezilla-project.org/
 %{?with_tests:BuildRequires:   cppunit-devel >= 1.13.0}
 %{?with_apidocs:BuildRequires: doxygen}
-%if %{with tests} && %(locale -a | grep -q '^C\.utf8$'; echo $?)
-BuildRequires: glibc-localedb-all
-%endif
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: gettext-tools >= 0.11.0
-BuildRequires: gnutls-devel >= 3.5.7
+%if %{with tests} && %(locale -a | grep -q '^C\.utf8$'; echo $?)
+BuildRequires: glibc-localedb-all
+%endif
+BuildRequires: gnutls-devel >= 3.5.8
 BuildRequires: libtool >= 2:2
-BuildRequires: nettle-devel >= 3.1
+BuildRequires: nettle-devel >= 3.3
 BuildRequires: pkgconfig >= 1:0.7
 # -std=c++17
 BuildRequires: libstdc++-devel >= 6:7
 BuildRequires: rpmbuild(macros) >= 1.583
+Requires:      gnutls-libs >= 3.5.8
+Requires:      nettle >= 3.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -64,8 +66,8 @@ Summary(pl.UTF-8):    Pliki nagłówkowe biblioteki libfilezilla
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      libstdc++-devel >= 6:7
-Requires:      gnutls-devel >= 3.5.7
-Requires:      nettle-devel >= 3.1
+Requires:      gnutls-devel >= 3.5.8
+Requires:      nettle-devel >= 3.3
 
 %description devel
 Header files for libfilezilla library.
@@ -169,7 +171,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/libfilezilla.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libfilezilla.so.0
+%attr(755,root,root) %ghost %{_libdir}/libfilezilla.so.6
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.219351 seconds and 4 git commands to generate.