Hello community,

here is the log from the commit of package gnome-maps for openSUSE:Factory 
checked in at 2016-10-18 10:30:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-maps (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-maps.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-maps"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-maps/gnome-maps.changes    2016-09-21 
18:33:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-maps.new/gnome-maps.changes       
2016-10-18 10:30:08.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Oct 10 20:51:27 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.1:
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gnome-maps-3.22.0.tar.xz

New:
----
  gnome-maps-3.22.1.tar.xz

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

Other differences:
------------------
++++++ gnome-maps.spec ++++++
--- /var/tmp/diff_new_pack.NlU6sC/_old  2016-10-18 10:30:09.000000000 +0200
+++ /var/tmp/diff_new_pack.NlU6sC/_new  2016-10-18 10:30:09.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-maps
-Version:        3.22.0
+Version:        3.22.1
 Release:        0
 Summary:        MAP Application for GNOME 3 
 License:        GPL-2.0+

++++++ gnome-maps-3.22.0.tar.xz -> gnome-maps-3.22.1.tar.xz ++++++
++++ 4699 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/gnome-maps-3.22.0/NEWS new/gnome-maps-3.22.1/NEWS
--- old/gnome-maps-3.22.0/NEWS  2016-09-18 23:37:50.000000000 +0200
+++ new/gnome-maps-3.22.1/NEWS  2016-10-10 22:29:46.000000000 +0200
@@ -1,3 +1,12 @@
+3.22.1 - Oct 10, 2016
+=========================
+
+Added/updated/fixed translations:
+  - Basque
+
+All contributors to this release:
+Inaki Larranaga Murgoitio <doo...@zundan.com>
+
 3.22.0 - Sep 18, 2016
 =========================
 
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/gnome-maps-3.22.0/configure.ac new/gnome-maps-3.22.1/configure.ac
--- old/gnome-maps-3.22.0/configure.ac  2016-09-18 23:34:53.000000000 +0200
+++ new/gnome-maps-3.22.1/configure.ac  2016-10-10 22:27:53.000000000 +0200
@@ -1,6 +1,6 @@
 # This file is processed by autoconf to create a configure script
 AC_INIT([gnome-maps],
-        [3.22.0],
+        [3.22.1],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-maps],
         [gnome-maps])
 
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/gnome-maps-3.22.0/m4/intltool.m4 new/gnome-maps-3.22.1/m4/intltool.m4
--- old/gnome-maps-3.22.0/m4/intltool.m4        2016-09-18 23:39:12.000000000 
+0200
+++ new/gnome-maps-3.22.1/m4/intltool.m4        2016-10-10 22:30:27.000000000 
+0200
@@ -155,31 +155,6 @@
 # Substitute ALL_LINGUAS so we can use it in po/Makefile
 AC_SUBST(ALL_LINGUAS)
 
-# Set DATADIRNAME correctly if it is not set yet
-# (copied from glib-gettext.m4)
-if test -z "$DATADIRNAME"; then
-  AC_LINK_IFELSE(
-    [AC_LANG_PROGRAM([[]],
-                     [[extern int _nl_msg_cat_cntr;
-                       return _nl_msg_cat_cntr]])],
-    [DATADIRNAME=share],
-    [case $host in
-    *-*-solaris*)
-    dnl On Solaris, if bind_textdomain_codeset is in libc,
-    dnl GNU format message catalog is always supported,
-    dnl since both are added to the libc all together.
-    dnl Hence, we'd like to go with DATADIRNAME=share
-    dnl in this case.
-    AC_CHECK_FUNC(bind_textdomain_codeset,
-      [DATADIRNAME=share], [DATADIRNAME=lib])
-    ;;
-    *)
-    [DATADIRNAME=lib]
-    ;;
-    esac])
-fi
-AC_SUBST(DATADIRNAME)
-
 IT_PO_SUBDIR([po])
 
 ])
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/gnome-maps-3.22.0/po/Makefile.in.in new/gnome-maps-3.22.1/po/Makefile.in.in
--- old/gnome-maps-3.22.0/po/Makefile.in.in     2016-09-18 23:39:12.000000000 
+0200
+++ new/gnome-maps-3.22.1/po/Makefile.in.in     2016-10-10 22:30:27.000000000 
+0200
@@ -33,8 +33,7 @@
 datadir = @datadir@
 datarootdir = @datarootdir@
 libdir = @libdir@
-DATADIRNAME = @DATADIRNAME@
-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
+localedir = @localedir@
 subdir = po
 install_sh = @install_sh@
 # Automake >= 1.8 provides @mkdir_p@.
@@ -80,7 +79,7 @@
 
 .po.pox:
        $(MAKE) $(GETTEXT_PACKAGE).pot
-       $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
+       $(MSGMERGE) $* $(GETTEXT_PACKAGE).pot -o $*.pox
 
 .po.mo:
        $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $<
@@ -108,7 +107,7 @@
 install-data-yes: all
        linguas="$(USE_LINGUAS)"; \
        for lang in $$linguas; do \
-         dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
+         dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
          $(mkdir_p) $$dir; \
          if test -r $$lang.gmo; then \
            $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
@@ -142,8 +141,8 @@
 uninstall:
        linguas="$(USE_LINGUAS)"; \
        for lang in $$linguas; do \
-         rm -f 
$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
-         rm -f 
$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
+         rm -f 
$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
+         rm -f 
$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
        done
 
 check: all $(GETTEXT_PACKAGE).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/gnome-maps-3.22.0/po/eu.po new/gnome-maps-3.22.1/po/eu.po
--- old/gnome-maps-3.22.0/po/eu.po      2016-03-28 14:11:05.000000000 +0200
+++ new/gnome-maps-3.22.1/po/eu.po      2016-09-20 22:30:52.000000000 +0200
@@ -8,9 +8,10 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: gnome-maps master\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-03-20 14:45+0100\n"
-"PO-Revision-Date: 2016-03-20 17:24+0100\n"
+"Report-Msgid-Bugs-To: 
http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-ma";
+"ps&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2016-08-22 18:54+0000\n"
+"PO-Revision-Date: 2016-09-20 12:47+0100\n"
 "Last-Translator: dooteo <doo...@zundan.com>\n"
 "Language-Team: Basque <librez...@librezale.org>\n"
 "Language: eu\n"
@@ -526,7 +527,7 @@
 msgid "Cancel"
 msgstr "Utzi"
 
-#: ../data/ui/osm-edit-dialog.ui.h:10 ../src/osmEditDialog.js:470
+#: ../data/ui/osm-edit-dialog.ui.h:10 ../src/osmEditDialog.js:471
 msgid "Next"
 msgstr "Hurrengoa"
 
@@ -648,7 +649,7 @@
 msgstr "Idatzi aukerako mezua '%s'(e)n erregistratzeko."
 
 #: ../src/checkInDialog.js:289 ../src/checkIn.js:153
-#: ../src/osmEditDialog.js:507
+#: ../src/osmEditDialog.js:508
 msgid "An error has occurred"
 msgstr "Errore bat gertatu da"
 
@@ -691,8 +692,8 @@
 "Location was added to the map, note that it may take a while before it shows "
 "on the map and in search results."
 msgstr ""
-"Kokalekua mapari gehitu zaio. Jakin ezazu denbora bat igaroko dela "
-"mapetan eta bilaketen emaitzetan erakutsi aurretik."
+"Kokalekua mapari gehitu zaio. Jakin ezazu denbora bat igaroko dela mapetan "
+"eta bilaketen emaitzetan erakutsi aurretik."
 
 #: ../src/exportViewDialog.js:156
 msgid "Filesystem is read only"
@@ -727,6 +728,10 @@
 msgid "unknown geometry"
 msgstr "geometria ezezaguna"
 
+#: ../src/layersPopover.js:62
+msgid "All Layer Files"
+msgstr "Geruzen fitxategi guztiak"
+
 #: ../src/mainWindow.js:366
 msgid "Failed to connect to location service"
 msgstr "Huts egin du kokapen-zerbitzuarekin konektatzean"
@@ -739,15 +744,15 @@
 msgid "A map application for GNOME"
 msgstr "GNOMEren mapen aplikazioa"
 
-#: ../src/mapView.js:254
+#: ../src/mapView.js:260
 msgid "File type is not supported"
 msgstr "Fitxategi mota ez dago onartuta"
 
-#: ../src/mapView.js:261
+#: ../src/mapView.js:267
 msgid "Failed to open layer"
 msgstr "Huts egin du geruza irekitzean"
 
-#: ../src/mapView.js:297
+#: ../src/mapView.js:303
 msgid "Failed to open GeoURI"
 msgstr "Huts egin du GeoURIa irekitzean"
 
@@ -781,35 +786,35 @@
 msgid "Way or relation refers to non-existing children"
 msgstr "Bideak edo erlazioak ez dauden umeei egiten diote erreferentzia"
 
-#: ../src/osmEditDialog.js:103
+#: ../src/osmEditDialog.js:104
 msgid "Name"
 msgstr "Izena"
 
-#: ../src/osmEditDialog.js:106
+#: ../src/osmEditDialog.js:107
 msgid "The official name. This is typically what appears on signs."
 msgstr "Izen ofiziala. Saioa hastean agertu ohi izaten da."
 
-#: ../src/osmEditDialog.js:109
+#: ../src/osmEditDialog.js:110
 msgid "Address"
 msgstr "Helbidea"
 
-#: ../src/osmEditDialog.js:117 ../src/placeBubble.js:165
+#: ../src/osmEditDialog.js:118 ../src/placeBubble.js:165
 msgid "Website"
 msgstr "Webgunea"
 
-#: ../src/osmEditDialog.js:120
+#: ../src/osmEditDialog.js:121
 msgid ""
 "The official website. Try to use the most basic form of a URL i.e. http://";
 "example.com instead of http://example.com/index.html.";
 msgstr ""
-"Webgune ofiziala. Saiatu URL baten oinarrizko modua erabiltzen. Adib. "
-"http://example.com erabili http://example.com/index.html URLaren ordez."
+"Webgune ofiziala. Saiatu URL baten oinarrizko modua erabiltzen. Adib. http://";
+"example.com erabili http://example.com/index.html URLaren ordez."
 
-#: ../src/osmEditDialog.js:125
+#: ../src/osmEditDialog.js:126
 msgid "Phone"
 msgstr "Telefonoa"
 
-#: ../src/osmEditDialog.js:129
+#: ../src/osmEditDialog.js:130
 msgid ""
 "Phone number. Use the international format, starting with a + sign. Beware "
 "of local privacy laws, especially for private phone numbers."
@@ -818,91 +823,94 @@
 "Kontutan eduki pribatutasunari buruzko bertako legeak, telefono zenbaki "
 "pribatuei dagokiena bereziki."
 
-#: ../src/osmEditDialog.js:134 ../src/placeBubble.js:171
+#: ../src/osmEditDialog.js:135 ../src/placeBubble.js:171
 msgid "Wikipedia"
 msgstr "Wikipedia"
 
-#: ../src/osmEditDialog.js:138
+#: ../src/osmEditDialog.js:139
+#| msgid ""
+#| "The format used should include the language code and the article title "
+#| "like ”en:Article title”."
 msgid ""
 "The format used should include the language code and the article title like "
-"”en:Article title”."
+"“en:Article title”."
 msgstr ""
-"Erabilitako formatuak hizkuntzaren kodea eta artikuluaren titulua "
-"”eu:Artikuluaren titulua\" gisa eduki beharko lituzke."
+"Erabilitako formatuak hizkuntzaren kodea eta artikuluaren titulua ”eu:"
+"Artikuluaren titulua\" gisa eduki beharko lituzke."
 
-#: ../src/osmEditDialog.js:142
+#: ../src/osmEditDialog.js:143
 msgid "Opening hours"
 msgstr "Irekiera orduak"
 
-#: ../src/osmEditDialog.js:147
+#: ../src/osmEditDialog.js:148
 msgid "See the link in the label for help on format."
 msgstr "Ikusi esteka etiketan formatua ematean laguntzeko."
 
-#: ../src/osmEditDialog.js:150
+#: ../src/osmEditDialog.js:151
 msgid "Population"
 msgstr "Populazioa"
 
-#: ../src/osmEditDialog.js:155
+#: ../src/osmEditDialog.js:156
 msgid "Altitude"
 msgstr "Altitudea"
 
-#: ../src/osmEditDialog.js:158
+#: ../src/osmEditDialog.js:159
 msgid "Elevation (height above sea level) of a point in metres."
 msgstr "Puntu baten elebazioa (itsas-mailaren gaineko altuera) metrotan."
 
-#: ../src/osmEditDialog.js:161
+#: ../src/osmEditDialog.js:162
 msgid "Wheelchair access"
 msgstr "Gurpil-aulkien irisgarritasuna"
 
-#: ../src/osmEditDialog.js:164 ../src/osmEditDialog.js:173
+#: ../src/osmEditDialog.js:165 ../src/osmEditDialog.js:174
 msgid "Yes"
 msgstr "Bai"
 
-#: ../src/osmEditDialog.js:165 ../src/osmEditDialog.js:174
+#: ../src/osmEditDialog.js:166 ../src/osmEditDialog.js:175
 msgid "No"
 msgstr "Ez"
 
-#: ../src/osmEditDialog.js:166
+#: ../src/osmEditDialog.js:167
 msgid "Limited"
 msgstr "Mugatua"
 
-#: ../src/osmEditDialog.js:167
+#: ../src/osmEditDialog.js:168
 msgid "Designated"
 msgstr "Izendatuta"
 
-#: ../src/osmEditDialog.js:170
+#: ../src/osmEditDialog.js:171
 msgid "Internet access"
 msgstr "Interneterako sarbidea"
 
 #. Translators:
 #. * This means a WLAN Hotspot, also know as wireless, wifi or Wi-Fi.
 #.
-#: ../src/osmEditDialog.js:175 ../src/translations.js:341
+#: ../src/osmEditDialog.js:176 ../src/translations.js:341
 msgid "Wi-Fi"
 msgstr "Wi-Fi"
 
-#: ../src/osmEditDialog.js:176
+#: ../src/osmEditDialog.js:177
 msgid "Wired"
 msgstr "Hariduna"
 
-#: ../src/osmEditDialog.js:177
+#: ../src/osmEditDialog.js:178
 msgid "Terminal"
 msgstr "Terminala"
 
-#: ../src/osmEditDialog.js:178
+#: ../src/osmEditDialog.js:179
 msgid "Service"
 msgstr "Zerbitzua"
 
-#: ../src/osmEditDialog.js:287
+#: ../src/osmEditDialog.js:288
 msgctxt "dialog title"
 msgid "Add to OpenStreetMap"
 msgstr "Gehitu OpenStreetMap-ari"
 
-#: ../src/osmEditDialog.js:338
+#: ../src/osmEditDialog.js:339
 msgid "Select Type"
 msgstr "Hautatu mota"
 
-#: ../src/osmEditDialog.js:456
+#: ../src/osmEditDialog.js:457
 msgid "Done"
 msgstr "Eginda"
 
@@ -974,7 +982,7 @@
 msgid "designated"
 msgstr "zehaztutakoa"
 
-#: ../src/printLayout.js:243
+#: ../src/printLayout.js:244
 #, javascript-format
 msgid "From %s to %s"
 msgstr "\"%s\"(e)ndik \"%s\"(e)ra"


Reply via email to