Mailinglist Archive: opensuse-commit (869 mails)

< Previous Next >
commit openbabel for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 08 Oct 2010 00:22:38 +0200
  • Message-id: <20101007222238.B313820238@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package openbabel for openSUSE:Factory
checked in at Fri Oct 8 00:22:38 CEST 2010.



--------
--- KDE/openbabel/openbabel.changes 2010-09-11 19:19:34.000000000 +0200
+++ /mounts/work_src_done/STABLE/openbabel/openbabel.changes 2010-09-13
02:57:23.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep 13 00:54:59 UTC 2010 - cristian.rodriguez@xxxxxxxxxxxx
+
+- Do not include build dates in binaries.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
openbabel-2.2.3-no-build-date.patch

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

Other differences:
------------------
++++++ openbabel.spec ++++++
--- /var/tmp/diff_new_pack.u9Rr16/_old 2010-10-08 00:22:29.000000000 +0200
+++ /var/tmp/diff_new_pack.u9Rr16/_new 2010-10-08 00:22:29.000000000 +0200
@@ -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 @@
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 @@
%prep
%setup
%patch0
+%patch1

%build
%configure

++++++ build-checks.diff ++++++
--- /var/tmp/diff_new_pack.u9Rr16/_old 2010-10-08 00:22:29.000000000 +0200
+++ /var/tmp/diff_new_pack.u9Rr16/_new 2010-10-08 00:22:29.000000000 +0200
@@ -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
{

++++++ openbabel-2.2.3-no-build-date.patch ++++++
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;

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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages