Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nemo for openSUSE:Factory checked in 
at 2022-01-31 22:57:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nemo (Old)
 and      /work/SRC/openSUSE:Factory/.nemo.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nemo"

Mon Jan 31 22:57:21 2022 rev:46 rq:950147 version:5.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/nemo/nemo.changes        2021-11-27 
00:52:14.858610799 +0100
+++ /work/SRC/openSUSE:Factory/.nemo.new.1898/nemo.changes      2022-01-31 
22:58:11.273231735 +0100
@@ -1,0 +2,8 @@
+Tue Dec 28 12:23:18 UTC 2021 - Andreas Stieger <[email protected]>
+
+- nemo 5.2.2:
+  * Fix mistake in shortcuts window
+- includes changes from 5.2.1:
+  * search: use the python xlrd module to read .xls files
+
+-------------------------------------------------------------------

Old:
----
  nemo-5.2.0.tar.gz

New:
----
  nemo-5.2.2.tar.gz

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

Other differences:
------------------
++++++ nemo.spec ++++++
--- /var/tmp/diff_new_pack.IiU5Gp/_old  2022-01-31 22:58:11.757228476 +0100
+++ /var/tmp/diff_new_pack.IiU5Gp/_new  2022-01-31 22:58:11.757228476 +0100
@@ -20,7 +20,7 @@
 %define sover   1
 %define typelib typelib-1_0-Nemo-3_0
 Name:           nemo
-Version:        5.2.0
+Version:        5.2.2
 Release:        0
 Summary:        File browser for Cinnamon
 License:        GPL-2.0-or-later
@@ -65,6 +65,7 @@
 Recommends:     %{name}-lang
 Recommends:     gdk-pixbuf-loader-rsvg
 Recommends:     gvfs-backends
+Recommends:     python3dist(xlrd)
 Suggests:       xdg-user-dirs
 Suggests:       xplayer
 Suggests:       xreader
@@ -156,7 +157,6 @@
 %endif
 
 %post -n %{soname}%{sover} -p /sbin/ldconfig
-
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files

++++++ nemo-5.2.0.tar.gz -> nemo-5.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-5.2.0/data/nemo-actions/action_i18n_strings.py 
new/nemo-5.2.2/data/nemo-actions/action_i18n_strings.py
--- old/nemo-5.2.0/data/nemo-actions/action_i18n_strings.py     2021-11-15 
15:26:39.000000000 +0100
+++ new/nemo-5.2.2/data/nemo-actions/action_i18n_strings.py     2021-12-16 
11:14:25.000000000 +0100
@@ -2,7 +2,7 @@
 '''
                 This is a dummy file for translating Nemo Action files
 
-                It was generated by the extract_action_strings script on 
2021-11-15 14:24:25.653985 UTC.
+                It was generated by the extract_action_strings script on 
2021-12-16 10:13:15.624420 UTC.
 '''
                 
 set-as-background_nemo_action_in_Name = _("Set as Wallpaper...")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-5.2.0/data/nemo.desktop.in 
new/nemo-5.2.2/data/nemo.desktop.in
--- old/nemo-5.2.0/data/nemo.desktop.in 2021-11-15 15:26:39.000000000 +0100
+++ new/nemo-5.2.2/data/nemo.desktop.in 2021-12-16 11:14:25.000000000 +0100
@@ -57,7 +57,7 @@
 Comment[ca]=Organitzeu i accediu als fitxers
 Comment[ca@valencia]=Organitzeu i accediu als fitxers
 Comment[cs]=P????stup k soubor??m a jejich spr??va
-Comment[cy]=Mynediad i drefnu ffeiliau
+Comment[cy]=Mynediad a threfnu ffeiliau
 Comment[da]=Tilg?? og organis??r filer
 Comment[de]=Dateien aufrufen und organisieren
 Comment[el]=???????????????? ?????? ???????????????? ??????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-5.2.0/debian/changelog 
new/nemo-5.2.2/debian/changelog
--- old/nemo-5.2.0/debian/changelog     2021-11-15 15:26:39.000000000 +0100
+++ new/nemo-5.2.2/debian/changelog     2021-12-16 11:14:25.000000000 +0100
@@ -1,3 +1,21 @@
+nemo (5.2.2) una; urgency=medium
+
+  [ Michael Webster ]
+  * Fix mistake in shortcuts window.
+
+  [ Clement Lefebvre ]
+  * l10n: Generate files
+  * l10n: Update POT
+
+ -- Clement Lefebvre <[email protected]>  Thu, 16 Dec 2021 10:14:04 +0000
+
+nemo (5.2.1) una; urgency=medium
+
+  [ Michael Webster ]
+  * search: Use the python xlrd module to read .xls files.
+
+ -- Clement Lefebvre <[email protected]>  Thu, 09 Dec 2021 11:23:52 +0000
+
 nemo (5.2.0) una; urgency=medium
 
   [ Michael Webster ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-5.2.0/debian/control 
new/nemo-5.2.2/debian/control
--- old/nemo-5.2.0/debian/control       2021-11-15 15:26:39.000000000 +0100
+++ new/nemo-5.2.2/debian/control       2021-12-16 11:14:25.000000000 +0100
@@ -98,6 +98,7 @@
  odt2txt,
  catdoc,
  untex,
+ python3-xlrd,
  ${misc:Depends},
  ${shlibs:Depends},
 Recommends:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nemo-5.2.0/files/usr/share/nemo/actions/add-desklets.nemo_action 
new/nemo-5.2.2/files/usr/share/nemo/actions/add-desklets.nemo_action
--- old/nemo-5.2.0/files/usr/share/nemo/actions/add-desklets.nemo_action        
2021-11-15 15:26:39.000000000 +0100
+++ new/nemo-5.2.2/files/usr/share/nemo/actions/add-desklets.nemo_action        
2021-12-16 11:14:25.000000000 +0100
@@ -26,7 +26,7 @@
 Name[pt]=Adicionar Mini-Aplica????es
 Name[is]=B??ta vi?? skj??bor??sgr??jum (desklets)
 Name[vi]=Th??m Ti???u tr??nh m??n h??nh
-Name[he]=???????????? ??????????????????
+Name[he]=?????????? ??????????????????
 Name[ru]=???????????????? ????????????????
 Name[be]=???????????? ????????????????
 Name[hr]=Dodaj desklete
@@ -48,13 +48,13 @@
 Name[ko]=???????????? ??????
 Name[af]=Voeg Desklets By
 Name[tg]=?????????? ?????????????? ???????????????????? ???????? ????????
-Name[et]=Lisa Desklet
+Name[et]=Lisa t????lauavidinaid
 Name[uk]=???????????? ????????????????
 Name[eo]=Aldoni labortabla??ojn
 Name[gd]=Cuir desktlets ris
 Name[bg]=???????????????? ???? ????????????????
 Name[zh_TW]=?????????????????????
-Name[cy]=Ychwanegu Desgynau
+Name[cy]=Ychwanegu Desgledi
 Name[th]=??????????????????????????????????????????
 Name[kab]=Rnu isnasen n tnarit
 Name[nn]=Legg til miniprogram
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nemo-5.2.0/files/usr/share/nemo/actions/new-launcher.nemo_action 
new/nemo-5.2.2/files/usr/share/nemo/actions/new-launcher.nemo_action
--- old/nemo-5.2.0/files/usr/share/nemo/actions/new-launcher.nemo_action        
2021-11-15 15:26:39.000000000 +0100
+++ new/nemo-5.2.2/files/usr/share/nemo/actions/new-launcher.nemo_action        
2021-12-16 11:14:25.000000000 +0100
@@ -51,7 +51,7 @@
 Name[gd]=Cruthaich l??insear ??r an-seo...
 Name[bg]=?????????????????? ???? ?????? ??_???????????? ??????...
 Name[zh_TW]=????????????????????????(_A)...
-Name[cy]=Creu C_ychwynnydd yma...
+Name[cy]=Creu C_ychwynnwr yma...
 Name[ie]=Crear un nov l_ansator ci...
 
Name[th]=_?????????????????????????????????????????????????????????????????????...
 Name[kab]=Snulfu-d am_sekker amaynut dagi...
@@ -107,7 +107,7 @@
 Comment[gd]=Cruthaich l??insear ??r anns a' phasgan seo
 Comment[bg]=?????????????????? ???? ?????? ?????????????? ?? ???????? 
??????????
 Comment[zh_TW]=?????????????????????????????????
-Comment[cy]=Creu cychwynydd newydd yn y ffolder
+Comment[cy]=Creu cychwynnwr newydd yn y ffolder
 Comment[ie]=Crear un nov lansator in ti-ci f??lder
 
Comment[th]=??????????????????????????????????????????????????????????????????????????????????????????
 Comment[kab]=Snulfu-d amsekker amaynut deg ukaram
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-5.2.0/gresources/nemo-shortcuts.ui 
new/nemo-5.2.2/gresources/nemo-shortcuts.ui
--- old/nemo-5.2.0/gresources/nemo-shortcuts.ui 2021-11-15 15:26:39.000000000 
+0100
+++ new/nemo-5.2.2/gresources/nemo-shortcuts.ui 2021-12-16 11:14:25.000000000 
+0100
@@ -305,17 +305,17 @@
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut 
window">List view</property>
+                <property name="title" translatable="yes">Icon view</property>
                 <property name="accelerator">&lt;Primary&gt;1</property>
               </object>
-            </child>
-            <child>
+            </child>            <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut 
window">Grid view</property>
+                <property name="title" translatable="yes" context="shortcut 
window">List view</property>
                 <property name="accelerator">&lt;Primary&gt;2</property>
               </object>
             </child>
+
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-5.2.0/meson.build new/nemo-5.2.2/meson.build
--- old/nemo-5.2.0/meson.build  2021-11-15 15:26:39.000000000 +0100
+++ new/nemo-5.2.2/meson.build  2021-12-16 11:14:25.000000000 +0100
@@ -1,7 +1,7 @@
 # Meson build file
 
 # https://github.com/linuxmint/nemo
-project('nemo', 'c', version: '5.2.0',
+project('nemo', 'c', version: '5.2.2',
   meson_version: '>=0.41.0'
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-5.2.0/nemo.pot new/nemo-5.2.2/nemo.pot
--- old/nemo-5.2.0/nemo.pot     2021-11-15 15:26:39.000000000 +0100
+++ new/nemo-5.2.2/nemo.pot     2021-12-16 11:14:25.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-11-15 14:24+0000\n"
+"POT-Creation-Date: 2021-12-16 10:13+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
@@ -6288,6 +6288,7 @@
 msgstr ""
 
 #: gresources/nemo-file-management-properties.glade:3172
+#: gresources/nemo-shortcuts.ui:308
 msgid "Icon view"
 msgstr ""
 
@@ -6558,16 +6559,11 @@
 msgid "Show/hide action menu"
 msgstr ""
 
-#: gresources/nemo-shortcuts.ui:308
+#: gresources/nemo-shortcuts.ui:314
 msgctxt "shortcut window"
 msgid "List view"
 msgstr ""
 
-#: gresources/nemo-shortcuts.ui:315
-msgctxt "shortcut window"
-msgid "Grid view"
-msgstr ""
-
 #: gresources/nemo-shortcuts.ui:322
 msgctxt "shortcut window"
 msgid "Compact view"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-5.2.0/search-helpers/meson.build 
new/nemo-5.2.2/search-helpers/meson.build
--- old/nemo-5.2.0/search-helpers/meson.build   2021-11-15 15:26:39.000000000 
+0100
+++ new/nemo-5.2.2/search-helpers/meson.build   2021-12-16 11:14:25.000000000 
+0100
@@ -21,8 +21,15 @@
 )
 
 install_data(
+    'nemo-xls-to-txt',
+    install_dir: join_paths(get_option('prefix'), get_option('bindir')),
+    install_mode: 'rwxr-xr-x'
+)
+
+install_data(
     'mso.nemo_search_helper',
     'mso-ppt.nemo_search_helper',
+    'mso-xls.nemo_search_helper',
     install_dir: join_paths(nemoDataPath, 'search-helpers')
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-5.2.0/search-helpers/mso-xls.nemo_search_helper 
new/nemo-5.2.2/search-helpers/mso-xls.nemo_search_helper
--- old/nemo-5.2.0/search-helpers/mso-xls.nemo_search_helper    1970-01-01 
01:00:00.000000000 +0100
+++ new/nemo-5.2.2/search-helpers/mso-xls.nemo_search_helper    2021-12-16 
11:14:25.000000000 +0100
@@ -0,0 +1,5 @@
+[Nemo Search Helper]
+TryExec=nemo-xls-to-txt;
+Exec=nemo-xls-to-txt %s
+MimeType=application/vnd.ms-excel;
+Priority=100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-5.2.0/search-helpers/nemo-xls-to-txt 
new/nemo-5.2.2/search-helpers/nemo-xls-to-txt
--- old/nemo-5.2.0/search-helpers/nemo-xls-to-txt       1970-01-01 
01:00:00.000000000 +0100
+++ new/nemo-5.2.2/search-helpers/nemo-xls-to-txt       2021-12-16 
11:14:25.000000000 +0100
@@ -0,0 +1,31 @@
+#!/usr/bin/python3
+import sys
+import xlrd
+import locale
+
+path = sys.argv[1]
+
+try:
+    book = xlrd.open_workbook(path)
+except Exception as e:
+    print("Can't read '%s': %s" % (path, e))
+    exit(1)
+
+date_format = locale.nl_langinfo(locale.D_FMT)
+
+for sheet in book.sheets():
+    for row in sheet.get_rows():
+        had_content = False
+        for cell in row:
+            if cell.ctype == xlrd.XL_CELL_TEXT:
+                print(cell.value, end=" ")
+                had_content = True
+            elif cell.ctype == xlrd.XL_CELL_DATE:
+                dt = xlrd.xldate_as_datetime(cell.value, 0)
+                print(dt.strftime(date_format), end=" ")
+                had_content = True
+
+        if had_content:
+            # end of row newline (but only if the row wasn't blank)
+            print("")
+exit(0)
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-5.2.0/search-helpers/third-party/meson.build 
new/nemo-5.2.2/search-helpers/third-party/meson.build
--- old/nemo-5.2.0/search-helpers/third-party/meson.build       2021-11-15 
15:26:39.000000000 +0100
+++ new/nemo-5.2.2/search-helpers/third-party/meson.build       2021-12-16 
11:14:25.000000000 +0100
@@ -4,7 +4,6 @@
   'id3.nemo_search_helper',
   'libreoffice.nemo_search_helper',
   'mso-doc.nemo_search_helper',
-  'mso-xls.nemo_search_helper',
   'pdf2txt.nemo_search_helper',
   'pdftotext.nemo_search_helper',
   'ps2ascii.nemo_search_helper'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nemo-5.2.0/search-helpers/third-party/mso-xls.nemo_search_helper 
new/nemo-5.2.2/search-helpers/third-party/mso-xls.nemo_search_helper
--- old/nemo-5.2.0/search-helpers/third-party/mso-xls.nemo_search_helper        
2021-11-15 15:26:39.000000000 +0100
+++ new/nemo-5.2.2/search-helpers/third-party/mso-xls.nemo_search_helper        
1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-[Nemo Search Helper]
-TryExec=xls2csv;
-Exec=xls2csv %s
-MimeType=application/vnd.ms-excel;
-Priority=100

Reply via email to