<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>49015</bug_id>
          
          <creation_ts>2024-01-07 09:18:06 +0300</creation_ts>
          <short_desc>Вышла версия 6.0</short_desc>
          <delta_ts>2024-04-28 03:25:04 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>gnuplot</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Denis Smirnov">mithraen</reporter>
          <assigned_to name="Grigory Ustinov">grenka</assigned_to>
          <cc>Sergei.Naumov</cc>
    
    <cc>antohami</cc>
    
    <cc>grenka</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>239945</commentid>
    <comment_count>0</comment_count>
    <who name="Denis Smirnov">mithraen</who>
    <bug_when>2024-01-07 09:18:06 +0300</bug_when>
    <thetext>Вышла версия 6.0.
Просьба обновить.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>240005</commentid>
    <comment_count>1</comment_count>
    <who name="Grigory Ustinov">grenka</who>
    <bug_when>2024-01-09 21:31:31 +0300</bug_when>
    <thetext>*** Bug 49023 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>242600</commentid>
    <comment_count>2</comment_count>
    <who name="Антон Мидюков">antohami</who>
    <bug_when>2024-03-05 19:15:39 +0300</bug_when>
    <thetext>И соберите его с wxGTK3.2, пожалуйста.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>242610</commentid>
    <comment_count>3</comment_count>
    <who name="Grigory Ustinov">grenka</who>
    <bug_when>2024-03-05 23:44:47 +0300</bug_when>
    <thetext>Хорошо.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>244682</commentid>
    <comment_count>4</comment_count>
    <who name="Sergei Naumov">Sergei.Naumov</who>
    <bug_when>2024-04-13 22:12:06 +0300</bug_when>
    <thetext>(Ответ для Grigory Ustinov на комментарий #3)
&gt; Хорошо.

Напоминаю про v6</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>244686</commentid>
    <comment_count>5</comment_count>
    <who name="Grigory Ustinov">grenka</who>
    <bug_when>2024-04-14 04:05:16 +0300</bug_when>
    <thetext>Сборка мрачно падает. Чужие патчи не особо помогают. Надо выделить время и разобраться. К сожалению, всегда находятся более приоритетные задачи. Лучше бы вы сказали, какой именно функционал вам требуется в 6.0, которого нет в 5.4?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>244698</commentid>
    <comment_count>6</comment_count>
    <who name="Sergei Naumov">Sergei.Naumov</who>
    <bug_when>2024-04-14 21:06:18 +0300</bug_when>
    <thetext>(Ответ для Grigory Ustinov на комментарий #5)
&gt; Сборка мрачно падает. Чужие патчи не особо помогают. Надо выделить время и
&gt; разобраться. К сожалению, всегда находятся более приоритетные задачи. Лучше
&gt; бы вы сказали, какой именно функционал вам требуется в 6.0, которого нет в
&gt; 5.4?

Секторные картинки...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>244699</commentid>
    <comment_count>7</comment_count>
    <who name="Sergei Naumov">Sergei.Naumov</who>
    <bug_when>2024-04-14 21:30:05 +0300</bug_when>
    <thetext>(Ответ для Grigory Ustinov на комментарий #5)
&gt; Сборка мрачно падает. Чужие патчи не особо помогают. Надо выделить время и
&gt; разобраться. К сожалению, всегда находятся более приоритетные задачи. Лучше
&gt; бы вы сказали, какой именно функционал вам требуется в 6.0, которого нет в
&gt; 5.4?

Слил сырьё, собралось без проблем. qt6-devel только не поставил, эту часть не собрал. qt5 - собралось, wxWidgets - собралось. Парой предупреждений только плюнулось:

qtterminal/QtGnuplotApplication.cpp: In member function ‘void QtGnuplotApplication::enterPersistMode()’:
qtterminal/QtGnuplotApplication.cpp:94:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   94 |         freopen(&quot;/dev/null&quot;,&quot;w&quot;,stdout);
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
qtterminal/QtGnuplotApplication.cpp:95:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   95 |         freopen(&quot;/dev/null&quot;,&quot;w&quot;,stderr);
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~


Текущий Сизиф...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>245588</commentid>
    <comment_count>8</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2024-04-28 03:25:04 +0300</bug_when>
    <thetext>gnuplot-1:6.0.0-alt1 -&gt; sisyphus:

 Tue Apr 02 2024 Grigory Ustinov &lt;grenka@altlinux&gt; 1:6.0.0-alt1
 - Updated to 6.0.0 (Closes: #49015).
 - Built with libwxGTK3.2.
 - Built with qt6.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>