Hello community,

here is the log from the commit of package sap-locale for openSUSE:Factory 
checked in at 2018-03-05 13:45:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sap-locale (Old)
 and      /work/SRC/openSUSE:Factory/.sap-locale.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sap-locale"

Mon Mar  5 13:45:29 2018 rev:23 rq:582556 version:1.0+git20180205

Changes:
--------
--- /work/SRC/openSUSE:Factory/sap-locale/sap-locale.changes    2017-09-05 
15:18:20.254945626 +0200
+++ /work/SRC/openSUSE:Factory/.sap-locale.new/sap-locale.changes       
2018-03-05 13:45:55.638422282 +0100
@@ -1,0 +2,5 @@
+Mon Feb  5 16:43:50 UTC 2018 - [email protected]
+
+- Use --no-warnings=ascii to suppress warning from localedef
+
+-------------------------------------------------------------------

Old:
----
  sap-locale-1.0+git20160809.tar.gz

New:
----
  sap-locale-1.0+git20180205.tar.gz

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

Other differences:
------------------
++++++ sap-locale.spec ++++++
--- /var/tmp/diff_new_pack.EUQY1a/_old  2018-03-05 13:45:56.542389571 +0100
+++ /var/tmp/diff_new_pack.EUQY1a/_new  2018-03-05 13:45:56.546389426 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sap-locale
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 Name:           sap-locale
 AutoReq:        on
-Version:        1.0+git20160809
+Version:        1.0+git20180205
 Release:        0
 Summary:        SAP-specific Locales
-License:        GPL-2.0+ and LGPL-2.0+
+License:        GPL-2.0+ AND LGPL-2.0+
 Group:          System/Libraries
 Url:            http://www.novell.com/partners/sap/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ sap-locale-1.0+git20160809.tar.gz -> sap-locale-1.0+git20180205.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sap-locale-1.0+git20160809/Makefile 
new/sap-locale-1.0+git20180205/Makefile
--- old/sap-locale-1.0+git20160809/Makefile     2016-08-09 16:04:06.000000000 
+0200
+++ new/sap-locale-1.0+git20180205/Makefile     2018-02-05 17:28:49.000000000 
+0100
@@ -6,11 +6,8 @@
 locales := ./locales
 charmaps := ./charmaps
 
-# The UTF-8 symbol value for the "/" (slash) character.
-# Needed, while the "copy" statement in the locale source files read by 
"localedef" removes "/"
-# characters in the path name, but accepts and uses the UTF-8 symbol value 
currectly!
-SLASH := <U002F>
-
+# Disable localedef warning about ASCII incompatible locale
+NO_ASCII_WARNING = --no-warnings=ascii
 
 # 
-------------------------------------------------------------------------------------------------
 # Listing of all the SAP specific locales this Makefile handles
@@ -110,9 +107,9 @@
 
 $(SAP_GERMAN_HP_SRC): $(I18Nlocales)/$(SAP_GERMAN_HP) $(SAP_GERMAN_HP_I18N)
        sed -e \
-           's;copy "iso14651_t1";copy "$(subst 
/,$(SLASH),$(SAP_GERMAN_HP_COLLATE))";' \
+           's;copy "iso14651_t1";copy "$(subst 
/,//,$(SAP_GERMAN_HP_COLLATE))";' \
            -e \
-               's;copy "i18n";copy "$(subst 
/,$(SLASH),$(SAP_GERMAN_HP_I18N))";' \
+               's;copy "i18n";copy "$(subst /,//,$(SAP_GERMAN_HP_I18N))";' \
            $(I18Nlocales)/$(SAP_GERMAN_HP) >$@
 
 $(SAP_ESTOIAN_LOCALE):
@@ -132,9 +129,9 @@
 
 $(SAP_SLOVAK_SRC): $(I18Nlocales)/$(SAP_SLOVAK_HP)
        sed -e \
-           's;copy "cs_CZ";copy "$(subst /,$(SLASH),$(SAP_SLOVAK_COLLATE))";' \
+           's;copy "cs_CZ";copy "$(subst /,//,$(SAP_SLOVAK_COLLATE))";' \
                -e \
-               's;copy "i18n";copy "$(subst 
/,$(SLASH),$(SAP_GERMAN_HP_I18N))";' \
+               's;copy "i18n";copy "$(subst /,//,$(SAP_GERMAN_HP_I18N))";' \
            $(I18Nlocales)/$(SAP_SLOVAK) >$@
 
 $(SAP_SLOVAK_LOCALE): $(SAP_SLOVAK_SRC)
@@ -144,4 +141,4 @@
        localedef -ci $(SAP_TURKISH_SRC) -f $(SAP_TURKISH_CHARMAP) 
$(SAP_TURKISH_LOCALE)
 
 $(SAP_JAPANESE_LOCALE): $(SAP_JAPANESE_CHARMAP)
-       localedef -ci $(SAP_JAPANESE_SRC) -f $(SAP_JAPANESE_CHARMAP) 
$(SAP_JAPANESE_LOCALE)
+       localedef $(NO_ASCII_WARNING) -ci $(SAP_JAPANESE_SRC) -f 
$(SAP_JAPANESE_CHARMAP) $(SAP_JAPANESE_LOCALE)


Reply via email to