Accepting request 50002 from KDE:Distro:Factory
Copy from KDE:Distro:Factory/openbabel based on submit request 50002 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/50002 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openbabel?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
3d9df342d6
commit
5ca7952c46
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 00:54:59 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
- Do not include build dates in binaries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 11 17:16:44 UTC 2010 - alinm.elena@gmail.com
|
||||
|
||||
|
||||
+3
-1
@@ -19,7 +19,7 @@
|
||||
|
||||
Name: openbabel
|
||||
Version: 2.2.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPLv2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc-c++ libxml2-devel pkg-config swig zlib-devel
|
||||
@@ -29,6 +29,7 @@ Url: http://openbabel.sourceforge.net/
|
||||
Source: %name-%version-crippled.tar.bz2
|
||||
Source99: cripple_source.sh
|
||||
Patch0: build-checks.diff
|
||||
Patch1: openbabel-2.2.3-no-build-date.patch
|
||||
|
||||
%description
|
||||
Open Babel is a chemical toolbox designed to speak the many languages
|
||||
@@ -87,6 +88,7 @@ Authors:
|
||||
%prep
|
||||
%setup
|
||||
%patch0
|
||||
%patch1
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
||||
+11
-7
@@ -1,6 +1,8 @@
|
||||
--- src/formats/smilesformat.cpp 2009/07/26 07:13:52 1.1
|
||||
+++ src/formats/smilesformat.cpp 2009/07/26 07:15:19
|
||||
@@ -347,6 +347,7 @@
|
||||
Index: src/formats/smilesformat.cpp
|
||||
===================================================================
|
||||
--- src/formats/smilesformat.cpp.orig
|
||||
+++ src/formats/smilesformat.cpp
|
||||
@@ -347,6 +347,7 @@ namespace OpenBabel {
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -8,7 +10,7 @@
|
||||
}
|
||||
|
||||
std::vector<unsigned long> OBTetraPlanarStereo::ToShape(const std::vector<unsigned long> &refs,
|
||||
@@ -372,6 +373,7 @@
|
||||
@@ -372,6 +373,7 @@ namespace OpenBabel {
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -16,9 +18,11 @@
|
||||
}
|
||||
|
||||
|
||||
--- src/fingerprints/finger3.cpp 2009/07/26 07:23:57 1.1
|
||||
+++ src/fingerprints/finger3.cpp 2009/07/26 07:24:39
|
||||
@@ -217,7 +217,8 @@
|
||||
Index: src/fingerprints/finger3.cpp
|
||||
===================================================================
|
||||
--- src/fingerprints/finger3.cpp.orig
|
||||
+++ src/fingerprints/finger3.cpp
|
||||
@@ -217,7 +217,8 @@ public:
|
||||
int num = ppat->numbits, div = ppat->numoccurrences+1, ngrp;
|
||||
while(num) //for each group of bits
|
||||
{
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
Index: tools/babel.cpp
|
||||
===================================================================
|
||||
--- tools/babel.cpp.orig
|
||||
+++ tools/babel.cpp
|
||||
@@ -98,8 +98,7 @@ int main(int argc,char *argv[])
|
||||
|
||||
case 'V':
|
||||
{
|
||||
- cout << "Open Babel " << BABEL_VERSION << " -- "
|
||||
- << __DATE__ << " -- " << __TIME__ << endl;
|
||||
+ cout << "Open Babel " << BABEL_VERSION << endl;
|
||||
exit(0);
|
||||
}
|
||||
|
||||
@@ -395,8 +394,7 @@ void DoOption(const char* p, OBConversio
|
||||
|
||||
void usage()
|
||||
{
|
||||
- cout << "Open Babel " << BABEL_VERSION << " -- " << __DATE__ << " -- "
|
||||
- << __TIME__ << endl;
|
||||
+ cout << "Open Babel " << BABEL_VERSION << endl;
|
||||
cout << "Usage: " << program_name
|
||||
<< " [-i<input-type>] <name> [-o<output-type>] <name>" << endl;
|
||||
cout << "Try -H option for more information." << endl;
|
||||
Reference in New Issue
Block a user