Skip to content

Commit

Permalink
Prepare v0.2.105
Browse files Browse the repository at this point in the history
  • Loading branch information
mywave82 committed May 12, 2023
1 parent 04a2f5c commit 8ee9dc4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 14 deletions.
6 changes: 6 additions & 0 deletions Changelog
@@ -1,3 +1,9 @@
Version 0.2.105
===============

* Avoid crash if attempting to access graphical viewer moder when running in
curses (text only).

Version 0.2.104
===============

Expand Down
20 changes: 10 additions & 10 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for ocp 0.2.104.
# Generated by GNU Autoconf 2.71 for ocp 0.2.105.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -611,8 +611,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ocp'
PACKAGE_TARNAME='ocp'
PACKAGE_VERSION='0.2.104'
PACKAGE_STRING='ocp 0.2.104'
PACKAGE_VERSION='0.2.105'
PACKAGE_STRING='ocp 0.2.105'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -1477,7 +1477,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures ocp 0.2.104 to adapt to many kinds of systems.
\`configure' configures ocp 0.2.105 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1543,7 +1543,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ocp 0.2.104:";;
short | recursive ) echo "Configuration of ocp 0.2.105:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1770,7 +1770,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ocp configure 0.2.104
ocp configure 0.2.105
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2656,7 +2656,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ocp $as_me 0.2.104, which was
It was created by ocp $as_me 0.2.105, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3628,7 +3628,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu


printf "%s\n" "#define DLLVERSION 0x00000268" >>confdefs.h
printf "%s\n" "#define DLLVERSION 0x00000269" >>confdefs.h



Expand Down Expand Up @@ -18124,7 +18124,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by ocp $as_me 0.2.104, which was
This file was extended by ocp $as_me 0.2.105, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -18188,7 +18188,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
ocp config.status 0.2.104
ocp config.status 0.2.105
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,5 +1,5 @@
AC_INIT([ocp],[0.2.104],[[email protected]])
AC_DEFINE(DLLVERSION, [0x00000268])
AC_INIT([ocp],[0.2.105],[[email protected]])
AC_DEFINE(DLLVERSION, [0x00000269])

AC_CANONICAL_HOST

Expand Down
6 changes: 4 additions & 2 deletions ocp.spec
@@ -1,7 +1,7 @@
# rpm spec file for RedHat / Fedora linux

%define name ocp
%define version 0.2.104
%define version 0.2.105

# Default to _with_libmad if neither _with_libmad or _without_libmad is defined
%{!?_with_libmad: %{!?_without_libmad: %define _with_libmad --with-libmad}}
Expand Down Expand Up @@ -42,7 +42,7 @@ frontend, with some few optional features in graphical. Plays modules, sids,
wave and mp3

%changelog
Changes from version 0.2.103 to 0.2.104:
Changes from version 0.2.103 to 0.2.105:

* Update libsidplayfp
* Update adplug
Expand All @@ -64,6 +64,8 @@ wave and mp3
visible in the header.
* Quick help documentation has been updated, with special focus on the keyboard
shortcuts.
* Avoid crash if attempting to access graphical viewer moder when running in
curses (text only).

%prep
%setup -q -n %{name}-%{version}
Expand Down

0 comments on commit 8ee9dc4

Please sign in to comment.