Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
lalsuite
Commits
d2c40344
Commit
d2c40344
authored
Jun 26, 2019
by
Adam Mercer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'merge-release-branch' into 'master'
Merge release branch See merge request
!852
parents
58160213
d0b3d8df
Pipeline
#68412
passed with stages
in 183 minutes and 41 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
configure.ac
configure.ac
+1
-1
lal/configure.ac
lal/configure.ac
+2
-2
lal/debian/changelog
lal/debian/changelog
+6
-0
lal/lal.spec.in
lal/lal.spec.in
+3
-0
No files found.
configure.ac
View file @
d2c40344
AC_PREREQ([2.63])
AC_INIT([LALSuite],[6.5
8
.1],[lal-discuss@ligo.org])
AC_INIT([LALSuite],[6.5
9
.1],[lal-discuss@ligo.org])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR([gnuscripts])
AC_CONFIG_MACRO_DIR([gnuscripts])
...
...
lal/configure.ac
View file @
d2c40344
AC_PREREQ([2.63])
AC_INIT([LAL],[6.20.
1
.1],[lal-discuss@ligo.org])
AC_INIT([LAL],[6.20.
2
.1],[lal-discuss@ligo.org])
AC_CONFIG_HEADERS([src/config.h src/LALConfig.h])
AC_CONFIG_SRCDIR([src/std/LALStdio.h])
AC_CONFIG_AUX_DIR([gnuscripts])
...
...
@@ -89,7 +89,7 @@ LALSUITE_DISTCHECK_CONFIGURE_FLAGS
# 6. if any interfaces have been removed since the last public release,
# then set age to 0.
AC_SUBST([LIBCURRENT],[17])
AC_SUBST([LIBREVISION],[
0
])
AC_SUBST([LIBREVISION],[
1
])
AC_SUBST([LIBAGE],[0])
AC_SUBST([LIBVERSION],[${LIBCURRENT}:${LIBREVISION}:${LIBAGE}])
...
...
lal/debian/changelog
View file @
d2c40344
lal (6.20.2-1) unstable; urgency=low
* MKL FFT fixes
-- Adam Mercer <adam.mercer@ligo.org> Wed, 26 Jun 2019 09:59:16 -0700
lal (6.20.1-1) unstable; urgency=low
* O3 point release
...
...
lal/lal.spec.in
View file @
d2c40344
...
...
@@ -136,6 +136,9 @@ rm -Rf ${RPM_BUILD_DIR}/%{name}-%{version}%{?nightly:-%{nightly}}
# dates should be formatted using: 'date +"%a %b %d %Y"'
%changelog
* Wed Jun 26 2019 Adam Mercer <adam.mercer@ligo.org> 6.20.2-1
- MKL FFT fixes
* Fri May 24 2019 Adam Mercer <adam.mercer@ligo.org> 6.20.1-1
- O3 point release
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment