mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
Begin release 1.4 of Libcvautomation
This commit is contained in:
parent
34b9da1832
commit
d626b383a3
@ -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
|
||||
|
||||
* Initial release of libcvautomation version 1.3-1
|
||||
|
@ -2,8 +2,9 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT(libcvautomation, 1.3, bspeice@uncc.edu)
|
||||
AC_SUBST(LIBTOOL_VERSION, 1:3)
|
||||
AC_INIT(libcvautomation, 1.4, bspeice@uncc.edu)
|
||||
AC_SUBST(PATCHLEVEL, 2)
|
||||
AC_SUBST(LIBTOOL_VERSION, 1:4)
|
||||
#AC_CONFIG_HEADERS([config.h])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
|
@ -322,7 +322,7 @@ hover_i ()
|
||||
|
||||
for x in $@
|
||||
do
|
||||
if [ -n "$CENTER" ]; then
|
||||
if [ -n "$USE_CENTER" ]; then
|
||||
center="c"
|
||||
else
|
||||
center=""
|
||||
|
@ -1,7 +1,7 @@
|
||||
#Specfile for Libcvautomation
|
||||
#This specfile builds the library and headers for Libcvautomation
|
||||
%global VERSION @PACKAGE_VERSION@
|
||||
%global PATCHLEVEL 1
|
||||
%global PATCHLEVEL @PATCHLEVEL@
|
||||
|
||||
Summary: GUI Automation and Testing tool based on OpenCV and XTest
|
||||
Name: libcvautomation
|
||||
|
Loading…
Reference in New Issue
Block a user