<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.games.pioneers.devel">
    <title>gmane.comp.games.pioneers.devel</title>
    <link>http://blog.gmane.org/gmane.comp.games.pioneers.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.pioneers.devel/1110"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.pioneers.devel/1109"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.pioneers.devel/1108"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.games.pioneers.devel/1107"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.pioneers.devel/1110">
    <title>Re: New "translation update" for pioneers (0.12.3.1 Debian related)</title>
    <link>http://permalink.gmane.org/gmane.comp.games.pioneers.devel/1110</link>
    <description>&lt;pre&gt;Hello list and Bas,

No CC to Debian, first Pioneers can solve this issue.

Let me try to see what is blocking 0.12.3.1 to be included in Debian.
Is it only the change in gtkbugs.c, where the check is not correct?
Or are other issues also raised?

The code

#if (GTK_MAJOR_VERSION &amp;lt;= 2 &amp;amp;&amp;amp; GTK_MINOR_VERSION &amp;lt;= 18 &amp;amp;&amp;amp;
GTK_MICRO_VERSION &amp;lt; 2)
        GtkWidget *button;
#endif

is indead not working as intended, it should be replaced by a runtime
check (gtk_check_version), I can write that.

Bas wrote:
pioneers
need
 
It really makes sense if Debian is upgraded to also upgrade Gtk+, so a
manual requirement for the version that is shipping could solve the
problem.

What additional scenarios should be tested if we keep 2.12 as minimum?
An application built on unstable, and the executable copied to stable
and then running it? Or build a deb on unstable and install that on
stable? It will take a lot of time to set up such tests, and I don't
expect many distributions where the runtime and build time versions will
be incompatible. For me, I would rather spend that time on fixing other
bugs.

A version 0.12.3.2 can be released which fixes all issues raised/found
by Debian QA, which will eliminate the need to patch the code in the
Debian repository. (I strongly recommend that upstream has the right
code and that no distribution needs to make changes).

With kind regards,
Roland Clobus
------------------------------------------------------------------------------
Nokia and AT&amp;amp;T present the 2010 Calling All Innovators-North America contest
Create new apps &amp;amp; games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev_______________________________________________
Pio-develop mailing list
Pio-develop&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pio-develop
&lt;/pre&gt;</description>
    <dc:creator>Roland Clobus</dc:creator>
    <dc:date>2010-10-27T09:26:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.pioneers.devel/1109">
    <title>Re: New "translation update" for pioneers</title>
    <link>http://permalink.gmane.org/gmane.comp.games.pioneers.devel/1109</link>
    <description>&lt;pre&gt;Op 26-10-10 23:29, Roland Clobus schreef:

...


Indeed, 2.20 is in testing now. However, users may only upgrade pioneers
if they want to, and not libgtk+. According to the package, this is
allowed; it requires 2.12.0. So if we don't do a run-time check, I need
to manually demand 2.18.2 or larger.

I can do this; the question remains if these changes are small enough to
be allowed a freeze exception (which is why debian-release is still in
the loop; sorry for the noise).


Yes, I will push those things in anyway. The question is if I should do
this as a Debian-specific patch to 0.12.3, or by packaging 0.12.3.1. I'd
like an answer from the release team to that.


Indeed. The translation and theme fixes should go into squeeze
(currently testing); 0.12.4 will go into wheezy (testing after the
release of squeeze).

Thanks,
Bas Wijnen

------------------------------------------------------------------------------
Nokia and AT&amp;amp;T present the 2010 Calling All Innovators-North America contest
Create new apps &amp;amp; games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev_______________________________________________
Pio-develop mailing list
Pio-develop&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pio-develop
&lt;/pre&gt;</description>
    <dc:creator>Bas Wijnen</dc:creator>
    <dc:date>2010-10-27T06:39:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.pioneers.devel/1108">
    <title>Re: New "translation update" for pioneers</title>
    <link>http://permalink.gmane.org/gmane.comp.games.pioneers.devel/1108</link>
    <description>&lt;pre&gt;
The patch for gtkbugs.c was included because Debian Testing (at some
time Debian Stable) includes a version that is new enough that this code
doesn't need to be present. The #if part can be removed from the patch,
it should work anyway.
The part in gtkbugs.c was also aimed at systems that have the same
runtime version or newer than the version that was used at build time
(even though that's not explicitly tested).

I still think 0.12.3.1 could be included in the new Debian Stable
release. The translations are better, and a bug that renders half the
themes unusable is fixed.

A few hours ago I announced a string freeze for 0.12.4, so the next
release of Debian can include that updated version, I hope the new
Debian Stable can include 0.12.3.1.

With kind regards,
Roland Clobus

------------------------------------------------------------------------------
Nokia and AT&amp;amp;T present the 2010 Calling All Innovators-North America contest
Create new apps &amp;amp; games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev_______________________________________________
Pio-develop mailing list
Pio-develop&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pio-develop
&lt;/pre&gt;</description>
    <dc:creator>Roland Clobus</dc:creator>
    <dc:date>2010-10-26T21:29:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.games.pioneers.devel/1107">
    <title>Re: New "translation update" for pioneers</title>
    <link>http://permalink.gmane.org/gmane.comp.games.pioneers.devel/1107</link>
    <description>&lt;pre&gt;Op 26-10-10 20:14, Julien Cristau schreef:

Good catch! These sort of things are the reason I might better include
only the translations. :-)


Hmm, I suppose it is possible to run the executable with a lower version
of the library than was used to compile it. It's not using any symbols
which are new in 2.18.2, so dpkg-shlibdeps will generate a dependency on
a lower version, right? In that case we do indeed need a runtime check.

Roland, I think it's best if I make any required changes for this Debian
package, and we include them in the next release (which will not go into
squeeze) separately. What do you think?

Thanks,
Bas

------------------------------------------------------------------------------
Nokia and AT&amp;amp;T present the 2010 Calling All Innovators-North America contest
Create new apps &amp;amp; games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev_______________________________________________
Pio-develop mailing list
Pio-develop&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pio-develop
&lt;/pre&gt;</description>
    <dc:creator>Bas Wijnen</dc:creator>
    <dc:date>2010-10-26T18:41:21</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.games.pioneers.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.games.pioneers.devel</link>
  </textinput>
</rdf:RDF>
