[mikmod] update to 3.2.2 release

Jindrich Novy jnovy at fedoraproject.org
Sun Jun 24 08:57:35 UTC 2012


commit 4f298e8d6f942b935d374909ac9b53cf0ada7c1f
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Sun Jun 24 11:00:28 2012 +0200

    update to 3.2.2 release

 .gitignore                              |    2 +-
 mikmod-3.2.2-beta1-missing-protos.patch |   22 ----------------------
 mikmod.spec                             |    9 ++++++---
 sources                                 |    2 +-
 4 files changed, 8 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6ad0f1..89775e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-mikmod-3.2.2-beta1.tar.bz2
+/mikmod-3.2.2.tar.gz
diff --git a/mikmod-3.2.2-beta1-missing-protos.patch b/mikmod-3.2.2-beta1-missing-protos.patch
index 76ae929..9778623 100644
--- a/mikmod-3.2.2-beta1-missing-protos.patch
+++ b/mikmod-3.2.2-beta1-missing-protos.patch
@@ -1,25 +1,3 @@
-diff -up mikmod-3.2.2-beta1/configure~ mikmod-3.2.2-beta1/configure
---- mikmod-3.2.2-beta1/configure~	2008-04-03 15:41:20.000000000 +0200
-+++ mikmod-3.2.2-beta1/configure	2008-04-03 15:41:20.000000000 +0200
-@@ -3338,6 +3338,7 @@ cat >>conftest.$ac_ext <<_ACEOF
- #include <mikmod.h>
- #include <stdio.h>
- #include <stdlib.h>
-+#include <string.h>
- 
- char* my_strdup (char *str)
- {
-@@ -4116,8 +4116,8 @@ main ()
-   for (i = 0; i < 256; i++)
-     if (XOR (islower (i), ISLOWER (i))
- 	|| toupper (i) != TOUPPER (i))
--      exit(2);
--  exit (0);
-+      return (2);
-+  return (0);
- }
- _ACEOF
- rm -f conftest$ac_exeext
 diff -up mikmod-3.2.2-beta1/src/mutilities.c~ mikmod-3.2.2-beta1/src/mutilities.c
 --- mikmod-3.2.2-beta1/src/mutilities.c~	2008-04-03 15:47:52.000000000 +0200
 +++ mikmod-3.2.2-beta1/src/mutilities.c	2008-04-03 15:47:52.000000000 +0200
diff --git a/mikmod.spec b/mikmod.spec
index 439981c..c7ed43b 100644
--- a/mikmod.spec
+++ b/mikmod.spec
@@ -1,13 +1,13 @@
 Summary: Music module player
 Name: mikmod
 Version: 3.2.2
-Release: 18.beta1%{?dist}
+Release: 19%{?dist}
 License: GPLv2 and LGPLv2+
 Group: Applications/Multimedia
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: ncurses-devel libmikmod-devel
 URL: http://mikmod.raphnet.net/
-Source0: http://mikmod.raphnet.net/files/mikmod-%{version}-beta1.tar.bz2
+Source0: http://mikmod.raphnet.net/files/mikmod-%{version}.tar.gz
 Patch0: mikmod-3.2.2-beta1-missing-protos.patch
 Patch1: mikmod-3.2.2-beta1-various-fixes.patch
 
@@ -25,7 +25,7 @@ Install the mikmod package if you need a MOD music file player.
 
 
 %prep
-%setup -q -n %{name}-%{version}-beta1
+%setup -q
 %patch0 -p1
 %patch1 -p1 -b .various-fixes
 
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jun 24 2012 Jindrich Novy <jnovy at redhat.com> 3.2.2-19
+- update to 3.2.2 release
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.2-18.beta1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 819d5dd..9211a96 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-006378681d520fa8ee1dacca965bbd3c  mikmod-3.2.2-beta1.tar.bz2
+b6b35d01b6d72c0a7cb94961efe01218  mikmod-3.2.2.tar.gz


More information about the scm-commits mailing list