rpms/filezilla/F-9 filezilla.spec, 1.13, 1.14 sources, 1.13, 1.14 FileZilla_3.0.11-rc1-system.patch, 1.1, NONE

Chauvet Nicolas (kwizart) fedora-extras-commits at redhat.com
Tue Jul 29 10:10:17 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/filezilla/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4567

Modified Files:
	filezilla.spec sources 
Removed Files:
	FileZilla_3.0.11-rc1-system.patch 
Log Message:
- Update to 3.1.0.1 - Security update



Index: filezilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/filezilla/F-9/filezilla.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- filezilla.spec	8 Jul 2008 09:53:03 -0000	1.13
+++ filezilla.spec	29 Jul 2008 10:09:47 -0000	1.14
@@ -1,5 +1,5 @@
 Name:           filezilla
-Version:        3.0.11.1
+Version:        3.1.0.1
 Release:        1%{?dist}
 Summary:        FileZilla FTP, FTPS and SFTP client
 
@@ -7,11 +7,10 @@
 License:        GPLv2+
 URL:            http://filezilla-project.org/
 Source0:        http://downloads.sourceforge.net/%{name}/FileZilla_%{version}_src.tar.bz2
-Patch0:         FileZilla_3.0.11-rc1-system.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ## Needed if autogen.sh is invoked
-BuildRequires:  automake, autoconf, libtool
+#BuildRequires:  automake, autoconf, libtool
 ## 
 ## Needed if test program is build
 BuildRequires:  cppunit-devel >= 1.10.2
@@ -40,10 +39,9 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1 -b .system
 
 # Run autotools if needed
-sh autogen.sh
+# sh autogen.sh
 
 
 %build
@@ -51,6 +49,7 @@
   --disable-static \
   --enable-locales \
   --disable-manualupdatecheck \
+  --with-tinyxml=system \
   --disable-autoupdatecheck 
 
 ## Do not use --enable-buildtype=official 
@@ -64,13 +63,9 @@
 
 
 %install
-rm -rf $RPM_BUILD_ROOT __doc
+rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"
 
-mkdir -p __doc
-install -pm 0644 $RPM_BUILD_ROOT%{_datadir}/%{name}/docs/* __doc
-rm -rf $RPM_BUILD_ROOT%{_datadir}/filezilla/docs
-
 for i in 16x16 32x32 48x48 ; do
   mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}/apps
   ln -sf ../../../../%{name}/resources/${i}/%{name}.png \
@@ -110,7 +105,7 @@
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS
-%doc __doc/*
+%doc %{_datadir}/%{name}/docs/*
 %{_bindir}/*
 %{_datadir}/filezilla/
 %{_datadir}/applications/*%{name}.desktop
@@ -120,6 +115,12 @@
 
 
 %changelog
+* Fri Jul 25 2008 kwizart < kwizart at gmail.com > - 3.1.0.1-1
+- Update to 3.1.0.1 - Security update
+
+* Mon Jul 14 2008 kwizart < kwizart at gmail.com > - 3.1.0-0.1.beta2
+- Update to 3.1.0-beta2
+
 * Tue Jul  8 2008 kwizart < kwizart at gmail.com > - 3.0.11.1-1
 - Update to 3.0.11.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/filezilla/F-9/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	8 Jul 2008 09:53:03 -0000	1.13
+++ sources	29 Jul 2008 10:09:47 -0000	1.14
@@ -1 +1 @@
-a0b7af162648ade8f593604913b6eedd  FileZilla_3.0.11.1_src.tar.bz2
+45a28bac466bd8f2eb1a97dfeb3ea8b3  FileZilla_3.1.0.1_src.tar.bz2


--- FileZilla_3.0.11-rc1-system.patch DELETED ---




More information about the scm-commits mailing list