Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2014-03-27 06:17:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-devtools (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-devtools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-devtools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes    
2014-02-17 09:40:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes       
2014-03-27 06:17:10.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Mar 25 14:15:03 UTC 2014 - lsle...@suse.cz
+
+- y2makepot: added support for extracting translatable strings from
+  ERB files (*.erb)
+- 3.1.17
+
+-------------------------------------------------------------------

Old:
----
  yast2-devtools-3.1.16.tar.bz2

New:
----
  yast2-devtools-3.1.17.tar.bz2

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

Other differences:
------------------
++++++ yast2-devtools.spec ++++++
--- /var/tmp/diff_new_pack.eCwiIq/_old  2014-03-27 06:17:10.000000000 +0100
+++ /var/tmp/diff_new_pack.eCwiIq/_new  2014-03-27 06:17:10.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-devtools
-Version:        3.1.16
+Version:        3.1.17
 Release:        0
 Url:            http://github.com/yast/yast-devtools
 

++++++ yast2-devtools-3.1.16.tar.bz2 -> yast2-devtools-3.1.17.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-3.1.16/build-tools/scripts/gettextdomains 
new/yast2-devtools-3.1.17/build-tools/scripts/gettextdomains
--- old/yast2-devtools-3.1.16/build-tools/scripts/gettextdomains        
2014-02-14 10:09:06.000000000 +0100
+++ new/yast2-devtools-3.1.17/build-tools/scripts/gettextdomains        
2014-03-25 15:44:10.000000000 +0100
@@ -22,6 +22,7 @@
                                 -o -name "*.c"   \
                                 -o -name "*.cc"  \
                                 -o -name "*.cpp" \
+                                -o -name "*.erb" \
                                 -o -name "*.rb"  `
 
     if test "$?" != "0"; then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.16/build-tools/scripts/y2makepot 
new/yast2-devtools-3.1.17/build-tools/scripts/y2makepot
--- old/yast2-devtools-3.1.16/build-tools/scripts/y2makepot     2014-02-14 
10:09:06.000000000 +0100
+++ new/yast2-devtools-3.1.17/build-tools/scripts/y2makepot     2014-03-25 
15:44:10.000000000 +0100
@@ -144,7 +144,7 @@
        fi
 
         # is it a Ruby file?
-        if [[ "$F" =~ \.rb$ ]]; then
+        if [[ "$F" =~ \.(erb|rb)$ ]]; then
             RUBY_FILES="$RUBY_FILES $F";
         else
             FILES="$FILES $F" ;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.16/package/yast2-devtools.changes 
new/yast2-devtools-3.1.17/package/yast2-devtools.changes
--- old/yast2-devtools-3.1.16/package/yast2-devtools.changes    2014-02-14 
10:09:06.000000000 +0100
+++ new/yast2-devtools-3.1.17/package/yast2-devtools.changes    2014-03-25 
15:44:11.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Mar 25 14:15:03 UTC 2014 - lsle...@suse.cz
+
+- y2makepot: added support for extracting translatable strings from
+  ERB files (*.erb)
+- 3.1.17
+
+-------------------------------------------------------------------
 Fri Feb 14 08:59:05 UTC 2014 - jreidin...@suse.com
 
 - return back gettextdomains to allow generating translations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.16/package/yast2-devtools.spec 
new/yast2-devtools-3.1.17/package/yast2-devtools.spec
--- old/yast2-devtools-3.1.16/package/yast2-devtools.spec       2014-02-14 
10:09:06.000000000 +0100
+++ new/yast2-devtools-3.1.17/package/yast2-devtools.spec       2014-03-25 
15:44:11.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-devtools
-Version:        3.1.16
+Version:        3.1.17
 Release:        0
 Url:            http://github.com/yast/yast-devtools
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to