Hello community,

here is the log from the commit of package votca-csg for openSUSE:Factory 
checked in at 2016-08-25 09:56:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/votca-csg (Old)
 and      /work/SRC/openSUSE:Factory/.votca-csg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "votca-csg"

Changes:
--------
--- /work/SRC/openSUSE:Factory/votca-csg/votca-csg.changes      2016-01-22 
01:09:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.votca-csg.new/votca-csg.changes 2016-08-25 
09:56:23.000000000 +0200
@@ -1,0 +2,12 @@
+Sun Aug 21 12:05:33 UTC 2016 - [email protected]
+
+- RPM group update
+
+-------------------------------------------------------------------
+Fri Aug 19 21:35:35 UTC 2016 - [email protected]
+
+- Upgrade to 1.3.1
+  * fixed build with >=cmake-3.4
+  * details: https://github.com/votca/csg/blob/master/CHANGELOG.md
+
+-------------------------------------------------------------------

Old:
----
  votca-csg-1.3.tar.gz
  votca-csg-manual-1.3.pdf
  votca-csg-tutorials-1.3.tar.gz

New:
----
  votca-csg-1.3.1.tar.gz
  votca-csg-manual-1.3.1.pdf
  votca-csg-tutorials-1.3.1.tar.gz

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

Other differences:
------------------
++++++ votca-csg.spec ++++++
--- /var/tmp/diff_new_pack.vK5gvr/_old  2016-08-25 09:56:25.000000000 +0200
+++ /var/tmp/diff_new_pack.vK5gvr/_new  2016-08-25 09:56:25.000000000 +0200
@@ -1,21 +1,29 @@
 #
-# votca-csg.spec
+# spec file for package votca-csg
 #
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013-2016 Christoph Junghans
 #
-# Originally written by Jussi Lehtola <[email protected]>
-# Fixed for multi-distro build by Klaus Kaempf <[email protected]>
-#
-# Licensed under the Apache Software License (ASL 2.0)
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:       votca-csg
-Version:    1.3
+Version:        1.3.1
 Release:    0
 Summary:    VOTCA coarse-graining engine
-Group:      Productivity/Scientific/Chemistry
 License:    Apache-2.0
-URL:        http://www.votca.org
+Group:          Productivity/Scientific/Chemistry
+Url:            http://www.votca.org
 Source0:    
https://github.com/votca/csg/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:    
https://github.com/votca/csg-tutorials/archive/v%{version}.tar.gz#/%{name}-tutorials-%{version}.tar.gz
 Source2:    
https://github.com/votca/csg-manual/releases/download/v%{version}/votca-csg-manual-%{version}.pdf
@@ -28,12 +36,12 @@
 %else
 BuildRequires:  pkg-config
 %endif
-BuildRequires:  fdupes
 BuildRequires:  boost-devel >= 1.39.0
-BuildRequires:  pkgconfig(libvotca_tools) = %{version}
-BuildRequires:  gromacs-devel
 BuildRequires:  cmake >= 2.8.4
+BuildRequires:  fdupes
+BuildRequires:  gromacs-devel
 BuildRequires:  txt2tags
+BuildRequires:  pkgconfig(libvotca_tools) = %{version}
 
 #exact same version is needed
 Requires:       %{name}-common = %{version}
@@ -48,7 +56,7 @@
 
 %package -n libvotca_csg3
 Summary:    Libraries for VOTCA coarse graining engine
-Group:      Productivity/Scientific/Chemistry
+Group:          System/Libraries
 
 %description -n libvotca_csg3
 Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is
@@ -71,8 +79,8 @@
 Summary:    Architecture independent data files for VOTCA CSG
 Group:      Productivity/Scientific/Chemistry
 BuildArch:  noarch
-Requires:   bash
 Requires:   /usr/bin/awk
+Requires:       bash
 Requires:   perl
 
 %description common
@@ -97,7 +105,7 @@
 
 %package bash
 Summary:    Bash completion for votca
-Group:      Productivity/Other
+Group:          System/Shells
 Requires:   %{name} = %{version}
 Requires:   bash-completion
 BuildArch:  noarch

++++++ votca-csg-1.3.tar.gz -> votca-csg-1.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/csg-1.3/CHANGELOG.md new/csg-1.3.1/CHANGELOG.md
--- old/csg-1.3/CHANGELOG.md    2016-01-15 22:49:01.000000000 +0100
+++ new/csg-1.3.1/CHANGELOG.md  2016-08-19 22:03:12.000000000 +0200
@@ -1,5 +1,11 @@
 For more detailed information about the changes see the history of the 
[repository](https://github.com/votca/csg/commits/master).
 
+## Version 1.3.1 (released 19.08.16)
+* histogram: use floor() on bin value
+* calculator: fixed namespace
+* VOTCARC: added shebang
+* fixed gromacs detection with >=cmake-3.4
+
 ## Version 1.3 _SuperUzma_ (released 15.01.16)
 * re-implemented csg_boltzmann --excl
 * added support for upcoming gromacs 2016
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/csg-1.3/CMakeLists.txt new/csg-1.3.1/CMakeLists.txt
--- old/csg-1.3/CMakeLists.txt  2016-01-15 22:49:01.000000000 +0100
+++ new/csg-1.3.1/CMakeLists.txt        2016-08-19 22:03:12.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(votca-csg)
 
-set(PROJECT_VERSION "1.3")
+set(PROJECT_VERSION "1.3.1")
 set(PROJECT_CONTACT "[email protected]")
 string(REGEX REPLACE "^[1-9]+\\.([1-9]+).*$" "\\1" SOVERSION 
"${PROJECT_VERSION}")
 if (NOT ${SOVERSION} MATCHES "[1-9]+")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/csg-1.3/CMakeModules/CheckCXXLibraryExists.cmake 
new/csg-1.3.1/CMakeModules/CheckCXXLibraryExists.cmake
--- old/csg-1.3/CMakeModules/CheckCXXLibraryExists.cmake        2016-01-15 
22:49:01.000000000 +0100
+++ new/csg-1.3.1/CMakeModules/CheckCXXLibraryExists.cmake      2016-08-19 
22:03:12.000000000 +0200
@@ -54,13 +54,9 @@
       set(CHECK_LIBRARY_EXISTS_LIBRARIES
         ${CHECK_LIBRARY_EXISTS_LIBRARIES} ${CMAKE_REQUIRED_LIBRARIES})
     endif()
-    if(NOT EXISTS 
${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CheckFunctionExists.cpp)
-      file(COPY ${CMAKE_ROOT}/Modules/CheckFunctionExists.c DESTINATION 
${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY})
-      file(RENAME 
${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CheckFunctionExists.c 
${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CheckFunctionExists.cpp)
-    endif()
     try_compile(${VARIABLE}
       ${CMAKE_BINARY_DIR}
-      ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CheckFunctionExists.cpp
+      ${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules/CheckFunctionExists.cpp
       COMPILE_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS}
       LINK_LIBRARIES ${CHECK_LIBRARY_EXISTS_LIBRARIES}
       CMAKE_FLAGS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/csg-1.3/CMakeModules/CheckFunctionExists.cpp 
new/csg-1.3.1/CMakeModules/CheckFunctionExists.cpp
--- old/csg-1.3/CMakeModules/CheckFunctionExists.cpp    1970-01-01 
01:00:00.000000000 +0100
+++ new/csg-1.3.1/CMakeModules/CheckFunctionExists.cpp  2016-08-19 
22:03:12.000000000 +0200
@@ -0,0 +1,23 @@
+#ifdef CHECK_FUNCTION_EXISTS
+
+char CHECK_FUNCTION_EXISTS();
+#ifdef __CLASSIC_C__
+int main(){
+  int ac;
+  char*av[];
+#else
+int main(int ac, char*av[]){
+#endif
+  CHECK_FUNCTION_EXISTS();
+  if(ac > 1000)
+    {
+    return *av[0];
+    }
+  return 0;
+}
+
+#else  /* CHECK_FUNCTION_EXISTS */
+
+#  error "CHECK_FUNCTION_EXISTS has to specify the function"
+
+#endif /* CHECK_FUNCTION_EXISTS */

++++++ votca-csg-manual-1.3.pdf -> votca-csg-manual-1.3.1.pdf ++++++
(binary differes)

++++++ votca-csg-tutorials-1.3.tar.gz -> votca-csg-tutorials-1.3.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/votca-csg/votca-csg-tutorials-1.3.tar.gz 
/work/SRC/openSUSE:Factory/.votca-csg.new/votca-csg-tutorials-1.3.1.tar.gz 
differ: char 12, line 1


Reply via email to