[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#754061: marked as done (qtdeclarative-opensource-src: Does not work with the RFC2822 datetime format)



Your message dated Tue, 02 Jun 2015 17:04:35 -0300
with message-id <1553253.YTKFlmoQQn@luna>
and subject line Done
has caused the Debian Bug report #754061,
regarding qtdeclarative-opensource-src: Does not work with the RFC2822 datetime format
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
754061: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754061
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: qtdeclarative-opensource-src
Severity: normal
Tags: upstream

Dear Maintainer,

I tested that the https://bugreports.qt-project.org/browse/QTBUG-38011 
still seems to apply to Debian's Qt 5.3.1, despite upstream's thoughts 
that it would have been fixed in 5.3.0.

That is, running qmlscene date.qml with the attached QML file gives 
me Invalid Date both on 5.3.0 (tested in Ubuntu) and Debian's 5.3.1.

There is a two-liner patch related to the upstream bug report that I 
tested fixed the problem on Ubuntu's 5.3.0.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.14-1-686-pae (SMP w/1 CPU core)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
import QtQuick 2.0

Rectangle {

  Component.onCompleted: {
     var dateObj = new Date("Wed, 18 Sep 2013 07:00:51 -0700")

     console.log("dateObj: ", dateObj)
  }
}


--- End Message ---
--- Begin Message ---
Version: 5.4.1-1

According to the upstream bug report this has been fixed in 5.4.1-1 already in 
experimental.

-- 
The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself.  Therefore all
progress depends on the unreasonable man.
  George Bernard Shaw

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply to: