Hello community,

here is the log from the commit of package imageburner for openSUSE:Factory 
checked in at 2018-10-31 13:15:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/imageburner (Old)
 and      /work/SRC/openSUSE:Factory/.imageburner.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "imageburner"

Wed Oct 31 13:15:04 2018 rev:8 rq:645350 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/imageburner/imageburner.changes  2018-10-02 
19:49:33.849697431 +0200
+++ /work/SRC/openSUSE:Factory/.imageburner.new/imageburner.changes     
2018-10-31 13:17:21.703287245 +0100
@@ -1,0 +2,7 @@
+Mon Oct 22 15:49:39 UTC 2018 - Alexei Podvalsky <[email protected]>
+
+- Update to 1.0.1:
+  * Update .desktop comment entry
+  * fixed warning for appdata.xml
+
+-------------------------------------------------------------------

Old:
----
  imageburner-1.0.0.tar.gz

New:
----
  imageburner-1.0.1.tar.gz

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

Other differences:
------------------
++++++ imageburner.spec ++++++
--- /var/tmp/diff_new_pack.02D3Qb/_old  2018-10-31 13:17:24.871284251 +0100
+++ /var/tmp/diff_new_pack.02D3Qb/_new  2018-10-31 13:17:24.871284251 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           imageburner
-Version:        1.0.0
+Version:        1.0.1
 Release:        0
 Summary:        Image burner
 License:        GPL-3.0-or-later

++++++ imageburner-1.0.0.tar.gz -> imageburner-1.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imageburner-1.0.0/.gitignore 
new/imageburner-1.0.1/.gitignore
--- old/imageburner-1.0.0/.gitignore    1970-01-01 01:00:00.000000000 +0100
+++ new/imageburner-1.0.1/.gitignore    2018-10-20 21:29:24.000000000 +0200
@@ -0,0 +1 @@
+build/
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/imageburner-1.0.0/data/com.github.artemanufrij.imageburner.appdata.xml 
new/imageburner-1.0.1/data/com.github.artemanufrij.imageburner.appdata.xml
--- old/imageburner-1.0.0/data/com.github.artemanufrij.imageburner.appdata.xml  
2018-09-23 11:58:57.000000000 +0200
+++ new/imageburner-1.0.1/data/com.github.artemanufrij.imageburner.appdata.xml  
2018-10-20 21:29:24.000000000 +0200
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2017 Artem Anufrij <[email protected]> -->
 <component type="desktop">
-    <id>com.github.artemanufrij.imageburner.desktop</id>
+    <id>com.github.artemanufrij.imageburner</id>
     <metadata_license>CC0-1.0</metadata_license>
     <project_license>GPL-3.0+</project_license>
     <name>Image Burner</name>
     <summary>Inspired by Etcher's UI</summary>
     <description>
-        <p>Burn images (.iso, .img) to removable devices like usb disk or sd 
card</p>
+        <p>Burn images (as example: .iso or .img) to removable devices like 
usb disk or sd card</p>
     </description>
     <categories>
         <category>System</category>
@@ -28,7 +28,15 @@
         </screenshot>
     </screenshots>
     <releases>
-        <release version="1.0.0" date="2018-07-24">
+        <release version="1.0.1" date="2018-10-24">
+            <description>
+                <p>Translation:</p>
+                <ul>
+                    <li>Portuguese Brazilian (by leavitals)</li>
+                </ul>
+            </description>
+        </release>
+        <release version="1.0.0" date="2018-09-24">
             <description>
                 <p>New:</p>
                 <ul>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/imageburner-1.0.0/data/com.github.artemanufrij.imageburner.desktop 
new/imageburner-1.0.1/data/com.github.artemanufrij.imageburner.desktop
--- old/imageburner-1.0.0/data/com.github.artemanufrij.imageburner.desktop      
2018-09-23 11:58:57.000000000 +0200
+++ new/imageburner-1.0.1/data/com.github.artemanufrij.imageburner.desktop      
2018-10-20 21:29:24.000000000 +0200
@@ -4,7 +4,7 @@
 Name[ca]=Enregistrador d’imatges
 Name[es]=Grabador de imágenes
 Name[lt]=Atvaizdžių įrašymo programa
-Comment=A simple image burner
+Comment=Burn images to devices
 Comment[ca]=Un enregistrador d’imatges senzill
 Comment[es]=Un grabador de imágenes sencillo
 Comment[lt]=Paprasta atvaizdžių įrašymo programa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imageburner-1.0.0/po/LINGUAS 
new/imageburner-1.0.1/po/LINGUAS
--- old/imageburner-1.0.0/po/LINGUAS    2018-09-23 11:58:57.000000000 +0200
+++ new/imageburner-1.0.1/po/LINGUAS    2018-10-20 21:29:24.000000000 +0200
@@ -7,4 +7,5 @@
 nl
 pl
 ru
-zh_CN
\ No newline at end of file
+zh_CN
+pt_BR
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imageburner-1.0.0/po/pt_BR.po 
new/imageburner-1.0.1/po/pt_BR.po
--- old/imageburner-1.0.0/po/pt_BR.po   1970-01-01 01:00:00.000000000 +0100
+++ new/imageburner-1.0.1/po/pt_BR.po   2018-10-20 21:29:24.000000000 +0200
@@ -0,0 +1,105 @@
+#
+# Leandro Vital <[email protected]>, 2018.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-10-10 19:18+0200\n"
+"PO-Revision-Date: 2018-10-14 17:49-0300\n"
+"Last-Translator: Leandro Vital <[email protected]>\n"
+"Language-Team: Portugese\n"
+"Language: pt_BR\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.0.6\n"
+
+#: src/MainWindow.vala:67 src/MainWindow.vala:89
+msgid "Change"
+msgstr "Alterar"
+
+#: src/MainWindow.vala:70 src/MainWindow.vala:335
+msgid "Open"
+msgstr "Abrir"
+
+#: src/MainWindow.vala:97 src/MainWindow.vala:256
+msgid "Device"
+msgstr "Dispositivo"
+
+#: src/MainWindow.vala:124
+msgid "Calculating checksum…"
+msgstr "Calculando o checksum…"
+
+#: src/MainWindow.vala:144
+msgid "please wait…"
+msgstr "por favor, espere…"
+
+#: src/MainWindow.vala:156 src/MainWindow.vala:422
+msgid "Ready!"
+msgstr "Pronto!"
+
+#: src/MainWindow.vala:158
+#, c-format
+msgid "%s was written onto %s"
+msgstr "%s foi escrito em %s"
+
+#: src/MainWindow.vala:185
+msgid "Image Burner"
+msgstr "Gravador de imagem"
+
+#: src/MainWindow.vala:194
+msgid "Choose an algorithm"
+msgstr "Escolha um algoritmo"
+
+#: src/MainWindow.vala:211
+msgid "Finished"
+msgstr "Finalizado"
+
+#: src/MainWindow.vala:228
+msgid "Image"
+msgstr "Imagem"
+
+#: src/MainWindow.vala:236
+msgid "Select Image"
+msgstr "Selecione uma imagem"
+
+#: src/MainWindow.vala:270
+msgid "Select Drive"
+msgstr "Selecione uma unidade"
+
+#: src/MainWindow.vala:279 src/MainWindow.vala:412
+msgid "No removable devices found…"
+msgstr "Nenhum dispositivo removível foi encontrado…"
+
+#: src/MainWindow.vala:308
+msgid "Flash"
+msgstr "Instalar imagem"
+
+#: src/MainWindow.vala:318
+msgid "Write Image"
+msgstr "Escrever imagem"
+
+#: src/MainWindow.vala:337
+msgid "_Cancel"
+msgstr "_Cancelar"
+
+#: src/MainWindow.vala:338
+msgid "_Open"
+msgstr "_Abrir"
+
+#: src/MainWindow.vala:341
+msgid "Image files"
+msgstr "Arquivos de imagem"
+
+#: src/MainWindow.vala:404
+msgid "Choose an image file…"
+msgstr "Escolha um arquivo de imagem…"
+
+#: src/MainWindow.vala:418
+msgid "No image file chosen…"
+msgstr "Nenhuma imagem foi selecionada…"
+
+#: src/MainWindow.vala:420
+msgid "No device chosen…"
+msgstr "Nenhum dispositivo selecionado…"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imageburner-1.0.0/src/MainWindow.vala 
new/imageburner-1.0.1/src/MainWindow.vala
--- old/imageburner-1.0.0/src/MainWindow.vala   2018-09-23 11:58:57.000000000 
+0200
+++ new/imageburner-1.0.1/src/MainWindow.vala   2018-10-20 21:29:24.000000000 
+0200
@@ -183,7 +183,6 @@
             headerbar = new Gtk.HeaderBar ();
             headerbar.show_close_button = true;
             headerbar.title = _ ("Image Burner");
-            headerbar.get_style_context ().add_class ("default-decoration");
             this.set_titlebar (headerbar);
 
             hash_chooser = new Gtk.ComboBoxText ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imageburner-1.0.0/src/Widgets/Device.vala 
new/imageburner-1.0.1/src/Widgets/Device.vala
--- old/imageburner-1.0.0/src/Widgets/Device.vala       2018-09-23 
11:58:57.000000000 +0200
+++ new/imageburner-1.0.1/src/Widgets/Device.vala       2018-10-20 
21:29:24.000000000 +0200
@@ -49,7 +49,7 @@
             icon = get_medium_icon ();
             icon.margin = 6;
             title = new Gtk.Label (d.get_name ());
-            title.margin_right = 6;
+            title.margin_end = 6;
             content.attach (icon, 0, 0, 1, 1);
             content.attach (title, 1, 0, 1, 1);
         }


Reply via email to