Dear Erich, > The roll back was done with a simple svn merge -c -11900,-11899 . > So I'd assume it to be correct .. can you please specify which change you > think was rolled back incorrectly? >
I have tried this out on CentOS and the reason I see 5.0.0-1 instead of 5.0.0-12054 is that lines were removed that took care of that. Adding these lines back into CMakeLists.txt: set(CPACK_RPM_PACKAGE_VERSION ${ORX_VERSION}) set(CPACK_RPM_PACKAGE_RELEASE ${CPACK_PACKAGE_RELEASE}) set(CPACK_RPM_PACKAGE_LICENSE "CPL") set(CPACK_RPM_PACKAGE_URL "http://www.oorexx.org/" <http://www.oorexx.org/>) set(CPACK_PACKAGE_CONTACT "sahana...@users.sf.net" <mailto:sahana...@users.sf.net>) set(CPACK_RPM_PACKAGE_GROUP "Development/Languages") set(CPACK_RPM_PACKAGE_VENDOR "Rexx Language Association") set(CPACK_PACKAGING_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") # remove 'csh'-dependency as it doesn't seem to be required # set(CPACK_RPM_PACKAGE_REQUIRES "csh") set(CPACK_RPM_PACKAGE_SUMMARY "Open Object Rexx is an object-oriented scripting language.") instead of these lines set(CPACK_RPM_PACKAGE_LICENSE "CPL") set(CPACK_RPM_PACKAGE_URL "http://www.oorexx.org/ <http://www.oorexx.org/>") set(CPACK_PACKAGE_CONTACT "sahana...@users.sf.net <mailto:sahana...@users.sf.net>") set(CPACK_PACKAGING_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") # remove 'csh'-dependency as it doesn't seem to be required # set(CPACK_RPM_PACKAGE_REQUIRES "csh“) Will solve the problem of a defunct version number reported for the package on CentOs. The thing with not being able to revert to an older version of ooRexx is a murkier business. I do not think it is related to this change, I just had not noticed since I always build a newer version. When building a specific revision (any revision) from a fresh SVN copy and thereafter installing using the resulting rpm everything is fine. BUT if I thereafter uninstall it (dnf remove) and try another previously built version rexx -v still give me the previous version (the one I just deinstalled). So there seems to be some kind of cashing going on that I cannot control. This may be CentOS related.
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel