commit yast2-perl-bindings for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package yast2-perl-bindings for 
openSUSE:13.1 checked in at 2013-10-21 15:23:11

Comparing /work/SRC/openSUSE:13.1/yast2-perl-bindings (Old)
 and  /work/SRC/openSUSE:13.1/.yast2-perl-bindings.new (New)


Package is "yast2-perl-bindings"

Changes:

--- /work/SRC/openSUSE:13.1/yast2-perl-bindings/yast2-perl-bindings.changes 
2013-09-23 11:16:23.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.yast2-perl-bindings.new/yast2-perl-bindings.changes
2013-10-21 15:23:12.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct 17 14:13:21 UTC 2013 - mvid...@suse.com
+
+- Fix untranslated texts in yast2-users: call bindtextdomain
+  with YaST locale directory to find mo-files (bnc#845600).
+- 3.0.1
+
+---

Old:

  yast2-perl-bindings-3.0.0.tar.bz2

New:

  yast2-perl-bindings-3.0.1.tar.bz2



Other differences:
--
++ yast2-perl-bindings.spec ++
--- /var/tmp/diff_new_pack.vCoaTZ/_old  2013-10-21 15:23:12.0 +0200
+++ /var/tmp/diff_new_pack.vCoaTZ/_new  2013-10-21 15:23:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-perl-bindings
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-perl-bindings-3.0.0.tar.bz2 -> yast2-perl-bindings-3.0.1.tar.bz2 
++
 6371 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/yast2-perl-bindings-3.0.0/VERSION new/yast2-perl-bindings-3.0.1/VERSION
--- old/yast2-perl-bindings-3.0.0/VERSION   2013-07-30 14:01:37.0 
+0200
+++ new/yast2-perl-bindings-3.0.1/VERSION   2013-10-17 16:52:30.0 
+0200
@@ -1 +1 @@
-3.0.0
+3.0.1
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/yast2-perl-bindings-3.0.0/configure.ac 
new/yast2-perl-bindings-3.0.1/configure.ac
--- old/yast2-perl-bindings-3.0.0/configure.ac  2013-07-31 10:49:58.0 
+0200
+++ new/yast2-perl-bindings-3.0.1/configure.ac  2013-10-17 16:52:30.0 
+0200
@@ -1,9 +1,9 @@
 dnl configure.ac for yast2-perl-bindings
 dnl
-dnl -- This file is generated by y2autoconf 2.24.7 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 3.0.5 - DO NOT EDIT! --
 dnl(edit configure.ac.in or configure.in.in instead)
 
-AC_INIT(yast2-perl-bindings, 3.0.0, http://bugs.opensuse.org/, 
yast2-perl-bindings)
+AC_INIT(yast2-perl-bindings, 3.0.1, http://bugs.opensuse.org/, 
yast2-perl-bindings)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="3.0.0"
+VERSION="3.0.1"
 RPMNAME="yast2-perl-bindings"
 MAINTAINER="Martin Vidner "
 
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/yast2-perl-bindings-3.0.0/doc/YaPI.html 
new/yast2-perl-bindings-3.0.1/doc/YaPI.html
--- old/yast2-perl-bindings-3.0.0/doc/YaPI.html 2013-07-31 10:50:28.0 
+0200
+++ new/yast2-perl-bindings-3.0.1/doc/YaPI.html 2013-10-17 16:52:40.0 
+0200
@@ -26,7 +26,7 @@
   i18n
 
   textdomain
-  __ (double underscore)
+  __ (double underscore)
 
   
 
@@ -109,7 +109,7 @@
 
 Calls Locale::gettext::textdomain and also remembers an association between 
the calling package and the domain. Later calls of __ use this domain as an 
argument to dgettext.
 
-__ (double underscore)
+__ (double underscore)
 
 Calls Locale::gettext::dgettext, supplying the textdomain of the calling 
package (set by calling textdomain).
 
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/yast2-perl-bindings-3.0.0/doc/YaST__YCP.html 
new/yast2-perl-bindings-

commit yast2-perl-bindings for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package yast2-perl-bindings for 
openSUSE:13.1 checked in at 2013-10-21 15:23:44

Comparing /work/SRC/openSUSE:13.1/yast2-perl-bindings (Old)
 and  /work/SRC/openSUSE:13.1/.yast2-perl-bindings.new (New)


Package is "yast2-perl-bindings"

Changes:




Other differences:
--
++ yast2-perl-bindings.spec ++
--- /var/tmp/diff_new_pack.vuWOLj/_old  2013-10-21 15:23:45.0 +0200
+++ /var/tmp/diff_new_pack.vuWOLj/_new  2013-10-21 15:23:45.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   yast2-perl-bindings
 Version:3.0.1
-Release:0
+Release:3
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-perl-bindings-%{version}.tar.bz2

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