Revisions of orientdb

Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 5)
- Update to 2.2.10
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 4)
Grr, local build succeeds, OBS fails. WTF
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 3)
- Upgrade to 2.1.4
  OrientDB 2.0 is much faster than 1.7 (many users notice a 40%
  performance improvement) and performs much better when distributed on
  multiple servers. The new Binary Protocol compresses the database size
  resulting in less space used on the File System and higher I/O
  throughput. Furthermore, OrientDB 2.0 is less sensitive to index
  corruption between restarts.
  
  * See http://orientdb.com/orientdb-2-0-production-ready/ about
    major changed in 2.x
  * See https://github.com/orientechnologies/orientdb/releases
    for detailed release information
--This line, and those below, will be ignored--

D    fix-server-log-path.patch
D    orientdb-1.5.1.tar.gz
A    orientdb-2.1.4.tar.gz
M    orientdb.changes
M    orientdb.spec

Diff for working copy: .
Index: orientdb.changes
===================================================================

--- orientdb.changes	(revision 2)
+++ orientdb.changes	(working copy)
@@ -1,3 +1,19 @@
+-------------------------------------------------------------------
+Fri Oct 16 10:25:41 UTC 2015 - kkaempf@suse.com
+
+- Upgrade to 2.1.4
+  OrientDB 2.0 is much faster than 1.7 (many users notice a 40%
+  performance improvement) and performs much better when distributed on
+  multiple servers. The new Binary Protocol compresses the database size
+  resulting in less space used on the File System and higher I/O
+  throughput. Furthermore, OrientDB 2.0 is less sensitive to index
+  corruption between restarts.
+  
+  * See http://orientdb.com/orientdb-2-0-production-ready/ about
+    major changed in 2.x
+  * See https://github.com/orientechnologies/orientdb/releases
+    for detailed release information
+
 -------------------------------------------------------------------
 Mon Sep  9 08:56:06 UTC 2013 - kkaempf@suse.com
 

Index: orientdb.spec
===================================================================

--- orientdb.spec	(revision 2)
+++ orientdb.spec	(working copy)
@@ -23,7 +23,7 @@
 %endif
 
 Name:           orientdb
-Version:        1.5.1
+Version:        2.1.4
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
@@ -86,13 +86,13 @@
 
 %prep
 %setup -q
-%patch1
+# %patch1
 
 %build
 ant clean installg
 
 %install
-cd ../releases/%{name}-%{version}
+cd ../releases/%{name}-community-%{version}
 mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
 install -D -d benchmarks $RPM_BUILD_ROOT%{_docdir}/%{name}
 install *.txt -m 644  $RPM_BUILD_ROOT%{_docdir}/%{name}
@@ -101,14 +101,16 @@
 cp bin/*.sh $RPM_BUILD_ROOT%{_datadir}/%{name}/bin
 chmod 0755 $RPM_BUILD_ROOT%{_datadir}/%{name}/bin/*
 cp -a config $RPM_BUILD_ROOT%{_datadir}/%{name}
-cp -a databases $RPM_BUILD_ROOT%{_datadir}/%{name}
 cp -a lib $RPM_BUILD_ROOT%{_datadir}/%{name}
 cp -a log $RPM_BUILD_ROOT%{_datadir}/%{name}
+cp -a plugins $RPM_BUILD_ROOT%{_datadir}/%{name}
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 ln -s %{_datadir}/%{name}/bin/console.sh $RPM_BUILD_ROOT%{_bindir}/%{name}
 
 %if 0%{?has_systemd}
 install -D -m 644 %{S:1} $RPM_BUILD_ROOT%{_unitdir}/%{name}.service
+mkdir -p $RPM_BUILD_ROOT%{_sbindir}
+ln -sf %{_sbindir}/service $RPM_BUILD_ROOT%{_sbindir}/rc%{name}
 %endif
 
 # studio
@@ -175,6 +177,7 @@
 %{_datadir}/%{name}
 %if 0%{?has_systemd}
 %{_unitdir}/%{name}.service
+%{_sbindir}/rc%{name}
 %endif
 
 %files studio

Index: orientdb-2.1.4.tar.gz
===================================================================
Binary file 'orientdb-2.1.4.tar.gz' added.

Index: fix-server-log-path.patch
===================================================================
--- fix-server-log-path.patch	(revision 2)
+++ fix-server-log-path.patch	(working copy)
@@ -1,12 +0,0 @@
-diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-orientdb-1.5/server/config/orientdb-server-log.properties ./server/config/orientdb-server-log.properties
---- ../orig-orientdb-1.5/server/config/orientdb-server-log.properties	2013-07-30 19:03:26.000000000 +0200
-+++ ./server/config/orientdb-server-log.properties	2013-09-03 10:31:37.584437073 +0200
-@@ -20,7 +20,7 @@
- # Set the default logging level for new FileHandler instances
- java.util.logging.FileHandler.level = FINE
- # Naming style for the output file
--java.util.logging.FileHandler.pattern=../log/orient-server.log
-+java.util.logging.FileHandler.pattern=/usr/share/orientdb/log/orient-server.log
- # Set the default formatter for new FileHandler instances
- java.util.logging.FileHandler.formatter = com.orientechnologies.common.log.OLogFormatter
- # Limiting size of output file in bytes:

Index: orientdb-1.5.1.tar.gz
===================================================================
Binary file 'orientdb-1.5.1.tar.gz' deleted.
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 2)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 199181 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 1)
specfile cleanup
Displaying all 5 revisions
openSUSE Build Service is sponsored by