Hello community,

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2012-04-12 09:23:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/filezilla (Old)
 and      /work/SRC/openSUSE:Factory/.filezilla.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "filezilla", Maintainer is "p...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes      2012-01-20 
20:23:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.filezilla.new/filezilla.changes 2012-04-12 
09:23:15.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr  5 20:13:29 UTC 2012 - andreas.stie...@gmx.de
+
+- add filezilla-3.5.3-buildinfo-no-date.patch
+  fixing W: file-contains-date-and-time
+
+-------------------------------------------------------------------

New:
----
  filezilla-3.5.3-buildinfo-no-date.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ filezilla.spec ++++++
--- /var/tmp/diff_new_pack.Sh8ppo/_old  2012-04-12 09:23:16.000000000 +0200
+++ /var/tmp/diff_new_pack.Sh8ppo/_new  2012-04-12 09:23:16.000000000 +0200
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:           filezilla
 Version:        3.5.3
 Release:        0
-License:        GPL-2.0+
 Summary:        A GUI FTP and SFTP Client
-Url:            http://filezilla-project.org/
+License:        GPL-2.0+
 Group:          Productivity/Networking/Ftp/Clients
+Url:            http://filezilla-project.org/
 Source0:        
http://prdownloads.sourceforge.net/filezilla/FileZilla_%{version}_src.tar.bz2
 BuildRequires:  cppunit
 BuildRequires:  fdupes
@@ -42,6 +41,7 @@
 BuildRequires:  pkgconfig(sqlite3)
 Requires(pre):  update-desktop-files
 Patch0:         putty-no_DATE_and_TIME_.patch
+Patch1:         filezilla-3.5.3-buildinfo-no-date.patch
 Recommends:     %{name}-lang = %{version}
 Provides:       FileZilla = %{version}
 Obsoletes:      FileZilla < %{version}
@@ -72,6 +72,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 # Fix invalid translation locales:
 cd locales

++++++ filezilla-3.5.3-buildinfo-no-date.patch ++++++
Index: src/interface/buildinfo.cpp
===================================================================
--- src/interface/buildinfo.cpp.orig    2010-02-07 15:40:21.000000000 +0000
+++ src/interface/buildinfo.cpp 2012-04-04 23:53:47.000000000 +0100
@@ -10,7 +10,7 @@ wxString CBuildInfo::GetBuildDateString(
 {
        // Get build date. Unfortunately it is in the ugly Mmm dd yyyy format.
        // Make a good yyyy-mm-dd out of it
-       wxString date(__DATE__, wxConvLocal);
+       wxString date(_T(""), wxConvLocal);
        while (date.Replace(_T("  "), _T(" ")));
 
        const wxChar months[][4] = { _T("Jan"), _T("Feb"), _T("Mar"),
@@ -50,7 +50,7 @@ wxString CBuildInfo::GetBuildDateString(
 
 wxString CBuildInfo::GetBuildTimeString()
 {
-       return wxString(__TIME__, wxConvLocal);
+       return wxString(_T(""), wxConvLocal);
 }
 
 wxDateTime CBuildInfo::GetBuildDate()
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to