Hello community,
here is the log from the commit of package kross-interpreters for
openSUSE:Factory checked in at 2014-05-22 06:50:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kross-interpreters (Old)
and /work/SRC/openSUSE:Factory/.kross-interpreters.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kross-interpreters"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kross-interpreters/kross-interpreters.changes
2014-04-18 12:35:29.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.kross-interpreters.new/kross-interpreters.changes
2014-05-22 06:51:11.000000000 +0200
@@ -1,0 +2,7 @@
+Fri May 9 16:49:29 UTC 2014 - [email protected]
+
+- Update to 4.13.1
+ * KDE 4.13.1 bug fix release
+ * See http://www.kde.org/announcements/announce-4.13.1.php
+
+-------------------------------------------------------------------
Old:
----
kross-interpreters-4.13.0.tar.xz
New:
----
kross-interpreters-4.13.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kross-interpreters.spec ++++++
--- /var/tmp/diff_new_pack.1yI72O/_old 2014-05-22 06:51:12.000000000 +0200
+++ /var/tmp/diff_new_pack.1yI72O/_new 2014-05-22 06:51:12.000000000 +0200
@@ -26,7 +26,7 @@
Summary: Diverse bindings for KROSS
License: LGPL-2.1+
Group: Development/Libraries/KDE
-Version: 4.13.0
+Version: 4.13.1
Release: 0
Source0: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -72,9 +72,7 @@
%files -n kross-ruby
%defattr(-,root,root)
-%if 0%{?suse_version} <= 1230
%{_kde4_modulesdir}/krossruby.so
-%endif
%files -n kross-java
%defattr(-,root,root)
++++++ kross-interpreters-4.13.0.tar.xz -> kross-interpreters-4.13.1.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kross-interpreters-4.13.0/ruby/CMakeLists.txt
new/kross-interpreters-4.13.1/ruby/CMakeLists.txt
--- old/kross-interpreters-4.13.0/ruby/CMakeLists.txt 2014-01-12
14:04:04.000000000 +0100
+++ new/kross-interpreters-4.13.1/ruby/CMakeLists.txt 2014-04-12
12:21:47.000000000 +0200
@@ -1,9 +1,6 @@
find_package(Ruby 1.9 QUIET)
-if( RUBY_VERSION VERSION_GREATER "1.10" )
- message(STATUS "Found Ruby: ${RUBY_EXECUTABLE} (found version
\"${RUBY_VERSION}\") but only 1.9.x supported")
- set(RUBY_FOUND False)
-else()
+if(RUBY_FOUND)
message(STATUS "Found Ruby: ${RUBY_EXECUTABLE} (found version
\"${RUBY_VERSION}\")")
endif()
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]