mirror of
https://github.com/bspeice/libcvautomation
synced 2025-04-21 00:41:29 -04:00
Fix a minor issue with libcvautomation_funcs
Make sure the changelog is fixed
This commit is contained in:
parent
34b9da1832
commit
27a1507b3f
@ -1,3 +1,9 @@
|
|||||||
|
libcvautomation (1.3-2) precise; urgency=low
|
||||||
|
|
||||||
|
* Fix an issue with libcvautomation_funcs not using CENTER correctly
|
||||||
|
|
||||||
|
-- Bradlee Speice <bspeice@uncc.edu> Tue, 24 Jul 2012 11:40:46 -0400
|
||||||
|
|
||||||
libcvautomation (1.3-1) precise; urgency=low
|
libcvautomation (1.3-1) precise; urgency=low
|
||||||
|
|
||||||
* Initial release of libcvautomation version 1.3-1
|
* Initial release of libcvautomation version 1.3-1
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT(libcvautomation, 1.3, bspeice@uncc.edu)
|
AC_INIT(libcvautomation, 1.3, bspeice@uncc.edu)
|
||||||
|
AC_SUBST(PATCHLEVEL, 2)
|
||||||
AC_SUBST(LIBTOOL_VERSION, 1:3)
|
AC_SUBST(LIBTOOL_VERSION, 1:3)
|
||||||
#AC_CONFIG_HEADERS([config.h])
|
#AC_CONFIG_HEADERS([config.h])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
@ -322,7 +322,7 @@ hover_i ()
|
|||||||
|
|
||||||
for x in $@
|
for x in $@
|
||||||
do
|
do
|
||||||
if [ -n "$CENTER" ]; then
|
if [ -n "$USE_CENTER" ]; then
|
||||||
center="c"
|
center="c"
|
||||||
else
|
else
|
||||||
center=""
|
center=""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#Specfile for Libcvautomation
|
#Specfile for Libcvautomation
|
||||||
#This specfile builds the library and headers for Libcvautomation
|
#This specfile builds the library and headers for Libcvautomation
|
||||||
%global VERSION @PACKAGE_VERSION@
|
%global VERSION @PACKAGE_VERSION@
|
||||||
%global PATCHLEVEL 1
|
%global PATCHLEVEL @PATCHLEVEL@
|
||||||
|
|
||||||
Summary: GUI Automation and Testing tool based on OpenCV and XTest
|
Summary: GUI Automation and Testing tool based on OpenCV and XTest
|
||||||
Name: libcvautomation
|
Name: libcvautomation
|
||||||
|
Loading…
Reference in New Issue
Block a user