Hello community,

here is the log from the commit of package nemo for openSUSE:Factory checked in 
at 2019-07-29 17:29:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nemo (Old)
 and      /work/SRC/openSUSE:Factory/.nemo.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nemo"

Mon Jul 29 17:29:02 2019 rev:31 rq:719322 version:4.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/nemo/nemo.changes        2019-07-22 
12:21:07.847652711 +0200
+++ /work/SRC/openSUSE:Factory/.nemo.new.4126/nemo.changes      2019-07-29 
17:29:09.490240758 +0200
@@ -1,0 +2,6 @@
+Sun Jul 28 04:49:33 UTC 2019 - Marguerite Su <i...@marguerite.su>
+
+- Update to version 4.2.2:
+  * nemo-desktop-link.c: Don't allow an attempt to rename mounts.
+
+-------------------------------------------------------------------

Old:
----
  nemo-4.2.1.tar.gz

New:
----
  nemo-4.2.2.tar.gz

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

Other differences:
------------------
++++++ nemo.spec ++++++
--- /var/tmp/diff_new_pack.TkQ6uH/_old  2019-07-29 17:29:10.090240536 +0200
+++ /var/tmp/diff_new_pack.TkQ6uH/_new  2019-07-29 17:29:10.090240536 +0200
@@ -20,7 +20,7 @@
 %define sover   1
 %define typelib typelib-1_0-Nemo-3_0
 Name:           nemo
-Version:        4.2.1
+Version:        4.2.2
 Release:        0
 Summary:        File browser for Cinnamon
 License:        GPL-2.0-or-later

++++++ nemo-4.2.1.tar.gz -> nemo-4.2.2.tar.gz ++++++
++++ 2628 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/nemo-4.2.1/data/nemo-actions/action_i18n_strings.py 
new/nemo-4.2.2/data/nemo-actions/action_i18n_strings.py
--- old/nemo-4.2.1/data/nemo-actions/action_i18n_strings.py     2019-07-10 
12:10:46.000000000 +0200
+++ new/nemo-4.2.2/data/nemo-actions/action_i18n_strings.py     2019-07-25 
10:28:39.000000000 +0200
@@ -2,7 +2,7 @@
 '''
                 This is a dummy file for translating Nemo Action files
 
-                It was generated by the extract_action_strings script on 
2019-06-29 16:00:22.705098 UTC.
+                It was generated by the extract_action_strings script on 
2019-07-10 11:09:51.278739 UTC.
 '''
                 
 set-as-background_nemo_action_in_Name = _("Set as Wallpaper...")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/nemo-4.2.1/debian/changelog new/nemo-4.2.2/debian/changelog
--- old/nemo-4.2.1/debian/changelog     2019-07-10 12:10:46.000000000 +0200
+++ new/nemo-4.2.2/debian/changelog     2019-07-25 10:28:39.000000000 +0200
@@ -1,3 +1,13 @@
+nemo (4.2.2) tina; urgency=medium
+
+  [ Clement Lefebvre ]
+  * l10n: Update POT
+
+  [ Michael Webster ]
+  * nemo-desktop-link.c: Don't allow an attempt to rename mounts.
+
+ -- Clement Lefebvre <r...@linuxmint.com>  Thu, 25 Jul 2019 10:28:21 +0200
+
 nemo (4.2.1) tina; urgency=medium
 
   [ Clement Lefebvre ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/nemo-4.2.1/libnemo-private/nemo-desktop-link.c 
new/nemo-4.2.2/libnemo-private/nemo-desktop-link.c
--- old/nemo-4.2.1/libnemo-private/nemo-desktop-link.c  2019-07-10 
12:10:46.000000000 +0200
+++ new/nemo-4.2.2/libnemo-private/nemo-desktop-link.c  2019-07-25 
10:28:39.000000000 +0200
@@ -281,7 +281,8 @@
        return !(link->details->type == NEMO_DESKTOP_LINK_HOME ||
                link->details->type == NEMO_DESKTOP_LINK_TRASH ||
                link->details->type == NEMO_DESKTOP_LINK_NETWORK ||
-               link->details->type == NEMO_DESKTOP_LINK_COMPUTER);
+               link->details->type == NEMO_DESKTOP_LINK_COMPUTER ||
+        link->details->type == NEMO_DESKTOP_LINK_MOUNT);
 }
 
 gboolean
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/nemo-4.2.1/makepot new/nemo-4.2.2/makepot
--- old/nemo-4.2.1/makepot      2019-07-10 12:10:46.000000000 +0200
+++ new/nemo-4.2.2/makepot      2019-07-25 10:28:39.000000000 +0200
@@ -1,6 +1,6 @@
 #!/bin/bash
 data/nemo-actions/extract_action_strings data/nemo-actions
-xgettext --from-code=UTF-8 --keyword=_ --keyword=N_ --output=nemo.pot \
+xgettext -c --from-code=UTF-8 --keyword=_ --keyword=N_ --output=nemo.pot \
     src/*.c libnemo-extension/*.c libnemo-private/*.c eel/*.c         \
     data/nemo-actions/action_i18n_strings.py generate_additional_file
-xgettext --join-existing  -L Glade gresources/*.glade --output=nemo.pot
+xgettext -c --join-existing  -L Glade gresources/*.glade --output=nemo.pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/nemo-4.2.1/meson.build new/nemo-4.2.2/meson.build
--- old/nemo-4.2.1/meson.build  2019-07-10 12:10:46.000000000 +0200
+++ new/nemo-4.2.2/meson.build  2019-07-25 10:28:39.000000000 +0200
@@ -1,7 +1,7 @@
 # Meson build file
 
 # https://github.com/linuxmint/nemo
-project('nemo', 'c', version: '4.2.1',
+project('nemo', 'c', version: '4.2.2',
   meson_version: '>=0.41.0'
 )
 


Reply via email to