Hello community,

here is the log from the commit of package libstorage for openSUSE:13.1 checked 
in at 2013-11-05 10:19:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/libstorage (Old)
 and      /work/SRC/openSUSE:13.1/.libstorage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libstorage"

Changes:
--------
--- /work/SRC/openSUSE:13.1/libstorage/libstorage.changes       2013-10-29 
10:17:30.000000000 +0100
+++ /work/SRC/openSUSE:13.1/.libstorage.new/libstorage.changes  2013-11-05 
10:19:33.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Nov 04 16:49:15 CET 2013 - aschn...@suse.de
+
+- removed storage_utf8.rb (bnc#848812)
+- version 2.24.8
+
+-------------------------------------------------------------------

Old:
----
  libstorage-2.24.7.tar.bz2

New:
----
  libstorage-2.24.8.tar.bz2

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

Other differences:
------------------
++++++ libstorage.spec ++++++
--- /var/tmp/diff_new_pack.xVrrs2/_old  2013-11-05 10:19:33.000000000 +0100
+++ /var/tmp/diff_new_pack.xVrrs2/_new  2013-11-05 10:19:33.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libstorage
-Version:        2.24.7
+Version:        2.24.8
 Release:        0
 License:        GPL-2.0
 Group:          System/Libraries
@@ -215,7 +215,6 @@
 %else
 %{rb_vendorarch}/storage.so
 %endif
-%{rb_vendordir}/storage_utf8.rb
 %endif
 %if 0%{?mandriva_version}
 %{ruby_sitearchdir}/storage.so

++++++ libstorage-2.24.7.tar.bz2 -> libstorage-2.24.8.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.7/VERSION 
new/libstorage-2.24.8/VERSION
--- old/libstorage-2.24.7/VERSION       2013-10-23 14:15:36.000000000 +0200
+++ new/libstorage-2.24.8/VERSION       2013-11-04 17:07:21.000000000 +0100
@@ -1 +1 @@
-2.24.7
+2.24.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.7/bindings/ruby/Makefile.am 
new/libstorage-2.24.8/bindings/ruby/Makefile.am
--- old/libstorage-2.24.7/bindings/ruby/Makefile.am     2013-09-30 
17:10:18.000000000 +0200
+++ new/libstorage-2.24.8/bindings/ruby/Makefile.am     2013-11-04 
17:05:17.000000000 +0100
@@ -4,7 +4,7 @@
 
 SUBDIRS = examples
 
-EXTRA_DIST = storage.i enum_ref.i storage_utf8.rb
+EXTRA_DIST = storage.i enum_ref.i
 
 MAINTAINERCLEANFILES = storage_wrap.cxx
 
@@ -35,7 +35,4 @@
 storage_wrap.cxx: storage.i $(DEPENDENCIES)
        swig -o storage_wrap.cxx -c++ -ruby ${INCLUDES} storage.i
 
-install-data-hook:
-       $(INSTALL) storage_utf8.rb $(DESTDIR)/$(RUBY_VENDOR_DIR)
-
 CLEANFILES = storage.so storage_wrap.cxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.7/bindings/ruby/Makefile.in 
new/libstorage-2.24.8/bindings/ruby/Makefile.in
--- old/libstorage-2.24.7/bindings/ruby/Makefile.in     2013-10-25 
12:52:25.000000000 +0200
+++ new/libstorage-2.24.8/bindings/ruby/Makefile.in     2013-11-04 
17:08:08.000000000 +0100
@@ -321,7 +321,7 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 SUBDIRS = examples
-EXTRA_DIST = storage.i enum_ref.i storage_utf8.rb
+EXTRA_DIST = storage.i enum_ref.i
 MAINTAINERCLEANFILES = storage_wrap.cxx
 BUILT_SOURCES = storage_wrap.cxx
 rubyextensiondirdir = $(RUBY_EXTENSION_DIR)
@@ -726,8 +726,7 @@
 info-am:
 
 install-data-am: install-rubyextensiondirLTLIBRARIES
-       @$(NORMAL_INSTALL)
-       $(MAKE) $(AM_MAKEFLAGS) install-data-hook
+
 install-dvi: install-dvi-recursive
 
 install-dvi-am:
@@ -776,7 +775,7 @@
 
 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
        cscopelist-recursive ctags-recursive install install-am \
-       install-data-am install-strip tags-recursive
+       install-strip tags-recursive
 
 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
        all all-am check check-am clean clean-generic clean-libtool \
@@ -784,24 +783,21 @@
        cscopelist-recursive ctags ctags-recursive distclean \
        distclean-compile distclean-generic distclean-libtool \
        distclean-tags distdir dvi dvi-am html html-am info info-am \
-       install install-am install-data install-data-am \
-       install-data-hook install-dvi install-dvi-am install-exec \
-       install-exec-am install-html install-html-am install-info \
-       install-info-am install-man install-pdf install-pdf-am \
-       install-ps install-ps-am install-rubyextensiondirLTLIBRARIES \
-       install-strip installcheck installcheck-am installdirs \
-       installdirs-am maintainer-clean maintainer-clean-generic \
-       mostlyclean mostlyclean-compile mostlyclean-generic \
-       mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
-       uninstall uninstall-am uninstall-rubyextensiondirLTLIBRARIES
+       install install-am install-data install-data-am install-dvi \
+       install-dvi-am install-exec install-exec-am install-html \
+       install-html-am install-info install-info-am install-man \
+       install-pdf install-pdf-am install-ps install-ps-am \
+       install-rubyextensiondirLTLIBRARIES install-strip installcheck \
+       installcheck-am installdirs installdirs-am maintainer-clean \
+       maintainer-clean-generic mostlyclean mostlyclean-compile \
+       mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+       tags tags-recursive uninstall uninstall-am \
+       uninstall-rubyextensiondirLTLIBRARIES
 
 
 storage_wrap.cxx: storage.i $(DEPENDENCIES)
        swig -o storage_wrap.cxx -c++ -ruby ${INCLUDES} storage.i
 
-install-data-hook:
-       $(INSTALL) storage_utf8.rb $(DESTDIR)/$(RUBY_VENDOR_DIR)
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.7/bindings/ruby/storage_utf8.rb 
new/libstorage-2.24.8/bindings/ruby/storage_utf8.rb
--- old/libstorage-2.24.7/bindings/ruby/storage_utf8.rb 2013-09-30 
17:10:18.000000000 +0200
+++ new/libstorage-2.24.8/bindings/ruby/storage_utf8.rb 1970-01-01 
01:00:00.000000000 +0100
@@ -1,33 +0,0 @@
-require "storage"
-
-module Storage
-  class << self
-    def convert_encoding value
-      case value
-      when String
-        value.force_encoding("UTF-8")
-      when Hash
-        value.keys.each do |key|
-          old_val = value.delete[key]
-          value[convert_encoding(key)] = convert_encoding(old_val)
-        end
-        value
-      when Array
-        value.map { |e| convert_encoding(e) }
-      else
-        value
-      end
-    end
-
-    public_instance_methods.each do |method|
-      # skip convert method
-      next if method == :convert_encoding
-      # skip common ruby object methods
-      next if Object.methods.include? method
-      alias_method (method.to_s + "_unconverted").to_sym, method
-      define_method(method) do |*args|
-        convert_encoding send((method.to_s + "_unconverted").to_sym, *args)
-      end
-    end
-  end
-end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.7/libstorage.spec.in 
new/libstorage-2.24.8/libstorage.spec.in
--- old/libstorage-2.24.7/libstorage.spec.in    2013-10-07 10:01:12.000000000 
+0200
+++ new/libstorage-2.24.8/libstorage.spec.in    2013-11-04 17:05:17.000000000 
+0100
@@ -215,7 +215,6 @@
 %else
 %{rb_vendorarch}/storage.so
 %endif
-%{rb_vendordir}/storage_utf8.rb
 %endif
 %if 0%{?mandriva_version}
 %{ruby_sitearchdir}/storage.so

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

Reply via email to