Hello community,

here is the log from the commit of package ohcount for openSUSE:Factory checked 
in at 2013-06-18 10:20:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ohcount (Old)
 and      /work/SRC/openSUSE:Factory/.ohcount.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ohcount"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ohcount/ohcount.changes  2013-04-02 
12:32:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ohcount.new/ohcount.changes     2013-06-18 
10:20:46.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 18:33:57 UTC 2013 - [email protected]
+
+- Remove unbuildable ohcount-ruby subpackage.
+  Remove swig-ruby19.diff (unused).
+
+-------------------------------------------------------------------

Old:
----
  swig-ruby19.diff

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

Other differences:
------------------
++++++ ohcount.spec ++++++
--- /var/tmp/diff_new_pack.zV2Ole/_old  2013-06-18 10:20:46.000000000 +0200
+++ /var/tmp/diff_new_pack.zV2Ole/_new  2013-06-18 10:20:46.000000000 +0200
@@ -30,8 +30,7 @@
 #Git-Clone:    git://github.com/blackducksw/ohcount
 Source:         %name-%version.tar.xz
 Patch1:         cflags.diff
-Patch2:         swig-ruby19.diff
-Patch3:         shared.diff
+Patch2:         shared.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bash
 BuildRequires:  file-devel
@@ -61,32 +60,20 @@
 The core parsing library for the Ohcount source code analyzer program
 and for its ruby bindings.
 
-%package ruby
-Summary:        Ruby bindings for the Ohcount source code analyzer
-Group:          Development/Languages/Ruby
-
-%description ruby
-Ruby bindings for the Ohcount source code analyzer.
-
 %prep
 %setup -qn %name
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 1 -P 2 -p1
 
 %build
-export CFLAGS="%optflags $(pkg-config ruby-1.9 --cflags)";
+export CFLAGS="%optflags $(pkg-config ruby-2.0 --cflags)";
 export SHARED="-Wl,-soname,libohcount.so";
 ./build ohcount;
-./build ruby;
 
 %install
 b="%buildroot";
 mkdir -p "$b/%_bindir" "$b/%_libdir";
 install -pm0755 bin/ohcount "$b/%_bindir/";
 install -pm0755 src/libohcount*.so "$b/%_libdir/";
-r="$b/%_libdir/ruby/vendor_ruby/$(pkg-config ruby-1.9 --modversion)";
-mkdir -p "$r";
-cp -a ruby "$r/";
-rm -f "$r"/*.{c,i};
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
@@ -100,8 +87,4 @@
 %defattr(-,root,root)
 %_libdir/libohcount.so
 
-%files ruby
-%defattr(-,root,root)
-%_libdir/ruby
-
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to