- Update to version 3.0.6: * Fix cppunit tests that were broken. * In CPPUNIT tests, allow for either cppunit-config or the newer pkg-config cppunit to query for build configuration. * Provide default, null gpTCLApplication if the application doesn't -- this prevents users from needing void* gpTCLApplication(0) lines if they user libtcl++ but don't have a tcl application. * For CENTOS search lib64 for tclConfig and tkConfig as well. * Version3.0-001 * daqdev/libtclplus#2 * * Fix include guards to be C++ compliant. daqdev/libtclplus#1 : * Update Exception.h - Drop configure-cppunit.patch: upstreamed - Drop define-__exception_h.patch: upstreamed OBS-URL: https://build.opensuse.org/request/show/972403 OBS-URL: https://build.opensuse.org/package/show/science/libtclplus?expand=0&rev=2
18 lines
612 B
Plaintext
18 lines
612 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">git://git.code.sf.net/p/nscldaq/libtclplus</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">libtclplus-v3.0-006</param>
|
|
<param name="versionformat">3.0.6</param>
|
|
<param name="filename">libtclPlus</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">libtclPlus-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">libtclPlus</param>
|
|
</service>
|
|
</services>
|