Mailinglist Archive: opensuse-commit (1023 mails)
| < Previous | Next > |
commit filezilla for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 18 Nov 2010 17:19:45 +0100
- Message-id: <20101118161945.8F4F5201DD@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package filezilla for openSUSE:Factory
checked in at Thu Nov 18 17:19:45 CET 2010.
--------
--- filezilla/filezilla.changes 2010-03-31 13:44:56.000000000 +0200
+++ filezilla/filezilla.changes 2010-11-05 16:33:46.000000000 +0100
@@ -1,0 +2,12 @@
+Fri Nov 5 13:02:46 CET 2010 - pth@xxxxxxx
+
+- Update to 3.3.4.1:
+ * Set a minimum size for column widths in directory lists and
+ transfer queue.
+ * Fix build-time check for system TinyXML.
+ * Update german translation.
+- Fix Provides and Obsoletes.
+- Don't use __DATE__ and __TIME__ in included Putty source
+ in order to reduce package rebuilds.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
FileZilla_3.3.2.1_src.tar.bz2
filezilla-3.3.2.1-de.po
New:
----
FileZilla_3.3.4.1_src.tar.bz2
filezilla-3.3.4.1.de.po
putty-no_DATE_and_TIME_.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ filezilla.spec ++++++
--- /var/tmp/diff_new_pack.L6s4yq/_old 2010-11-18 17:17:47.000000000 +0100
+++ /var/tmp/diff_new_pack.L6s4yq/_new 2010-11-18 17:17:47.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package filezilla (Version 3.3.2.1)
+# spec file for package filezilla (Version 3.3.4.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -21,19 +21,20 @@
Name: filezilla
BuildRequires: fdupes flac-devel gcc-c++ gtk2-devel id3lib-devel
libvorbis-devel
BuildRequires: cppunit gnutls-devel libidn-devel update-desktop-files
wxGTK-devel
-BuildRequires: dbus-1-devel xdg-utils
-Provides: FileZilla < 3.0.3
-Obsoletes: FileZilla < 3.0.3
+BuildRequires: dbus-1-devel tinyxml-devel xdg-utils
PreReq: update-desktop-files
Summary: A GUI FTP and SFTP Client
-Version: 3.3.2.1
-Release: 2
+Version: 3.3.4.1
+Release: 1
+Provides: FileZilla = %{version}
+Obsoletes: FileZilla < %{version}
License: GPLv2+
Url: http://www.filezilla.de
Group: Productivity/Networking/Ftp/Clients
-Source: FileZilla_%{version}_src.tar.bz2
+Source0:
http://prdownloads.sourceforge.net/filezilla/FileZilla_%{version}_src.tar.bz2
Source1: %{name}-rpmlintrc
-Source2: filezilla-3.3.2.1-de.po
+Source2: filezilla-3.3.4.1.de.po
+Patch0: putty-no_DATE_and_TIME_.patch
Recommends: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -73,9 +74,12 @@
Tim Kosse <tim.kosse@xxxxxx>
+
%lang_package
%prep
%setup -q
+%patch0
+
cp %{S:2} locales/de.po
%build
@@ -89,7 +93,7 @@
make check
%install
-make DESTDIR=%buildroot install
+%makeinstall
%suse_update_desktop_file %name
%fdupes %{buildroot}%{_datadir}
%{find_lang} %name
++++++ FileZilla_3.3.2.1_src.tar.bz2 -> FileZilla_3.3.4.1_src.tar.bz2 ++++++
++++ 342826 lines of diff (skipped)
++++++ filezilla-3.3.2.1-de.po -> filezilla-3.3.4.1.de.po ++++++
++++ 9384 lines (skipped)
++++ between filezilla/filezilla-3.3.2.1-de.po
++++ and filezilla/filezilla-3.3.4.1.de.po
++++++ putty-no_DATE_and_TIME_.patch ++++++
Don't use __DATE__ and __TIME__ as it makes binary builds differ
unnecessarily.
Signed-off-by: pth@xxxxxxx
Index: src/putty/version.c
===================================================================
--- src/putty/version.c.orig 2007-11-23 12:34:00.000000000 +0100
+++ src/putty/version.c 2010-11-05 14:05:35.117605368 +0100
@@ -30,8 +30,8 @@ char sshver[] = "PuTTY-Custom-r" STR(SVN
#else
-char ver[] = "Unidentified build, " __DATE__ " " __TIME__;
-char sshver[] = "PuTTY-Local: " __DATE__ " " __TIME__;
+char ver[] = "FileFilla";
+char sshver[] = "PuTTY-FileZilla";
#endif
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |