Skip to content

Commit

Permalink
Kyle Davenport - Sat, 19 Apr 2003 17:13:31 -0500
Browse files Browse the repository at this point in the history
 * Added .la files to the development RPM, fixing RPM build on RedHat 8
  • Loading branch information
slouken committed May 3, 2003
1 parent b3a853e commit d2fe293
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,3 +1,7 @@
1.2.6:
Kyle Davenport - Sat, 19 Apr 2003 17:13:31 -0500
* Added .la files to the development RPM, fixing RPM build on RedHat 8

1.2.5:
Darrell Walisser - Tue Mar 4 09:24:01 PST 2003
* Worked around MacOS X deadlock between CoreAudio and QuickTime
Expand Down
2 changes: 1 addition & 1 deletion SDL_mixer.h
Expand Up @@ -41,7 +41,7 @@ extern "C" {
*/
#define MIX_MAJOR_VERSION 1
#define MIX_MINOR_VERSION 2
#define MIX_PATCHLEVEL 5
#define MIX_PATCHLEVEL 6

/* This macro can be used to fill a version structure with the compile-time
* version of the SDL_mixer library.
Expand Down
1 change: 1 addition & 0 deletions SDL_mixer.spec.in
Expand Up @@ -51,6 +51,7 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root)
%{prefix}/lib/lib*.a
%{prefix}/lib/lib*.la
%{prefix}/lib/lib*.so
%{prefix}/include/SDL/

Expand Down
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -13,9 +13,9 @@ dnl Set various version strings - taken gratefully from the GTk sources

MAJOR_VERSION=1
MINOR_VERSION=2
MICRO_VERSION=5
INTERFACE_AGE=3
BINARY_AGE=5
MICRO_VERSION=6
INTERFACE_AGE=4
BINARY_AGE=6
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

AC_SUBST(MAJOR_VERSION)
Expand Down

0 comments on commit d2fe293

Please sign in to comment.