[mdk] Bump to a new upstream version

Stjepan Gros sgros at fedoraproject.org
Sat Aug 23 07:49:22 UTC 2014


commit 2bb208e035b5ef4b6bb02cdd2ff086b8dc7eb725
Author: Stjepan Groš <stjepan.gros at gmail.com>
Date:   Sat Aug 23 09:49:19 2014 +0200

    Bump to a new upstream version
    
    - Removed format specifier patch as it is applied upstream
    - Typo fix in the description

 .gitignore                |    1 +
 glib-deprecated.patch     |    8 +++---
 mdk-format-security.patch |   46 ---------------------------------------------
 mdk.spec                  |   13 +++++++----
 sources                   |    2 +-
 5 files changed, 14 insertions(+), 56 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 412b180..489aa2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 mdk-1.2.5.tar.gz
 /mdk-1.2.7.tar.gz
+/mdk-1.2.8.tar.gz
diff --git a/glib-deprecated.patch b/glib-deprecated.patch
index 46cc5e7..b36e276 100644
--- a/glib-deprecated.patch
+++ b/glib-deprecated.patch
@@ -1,8 +1,8 @@
-diff -urN mdk-1.2.7.orig/configure.ac mdk-1.2.7/configure.ac
---- mdk-1.2.7.orig/configure.ac	2013-02-18 05:34:58.000000000 +0100
-+++ mdk-1.2.7/configure.ac	2013-02-26 09:22:55.832638350 +0100
+diff -urN mdk-1.2.8.orig/configure.ac mdk-1.2.8/configure.ac
+--- mdk-1.2.8.orig/configure.ac	2014-01-06 05:33:50.000000000 +0100
++++ mdk-1.2.8/configure.ac	2014-08-23 09:31:15.756156959 +0200
 @@ -105,7 +105,7 @@
- PKG_CHECK_MODULES(GLIB,glib-2.0 >= 2.0)
+ AM_CONDITIONAL(MAKE_GUILE, test x$wguile = xtrue)
  
  LIBS="$LIBS $GLIB_LIBS"
 -AM_CFLAGS="$AM_CFLAGS $GLIB_CFLAGS -DG_DISABLE_DEPRECATED"
diff --git a/mdk.spec b/mdk.spec
index 0557fbe..4e6a14e 100644
--- a/mdk.spec
+++ b/mdk.spec
@@ -1,6 +1,6 @@
 Name:		mdk
-Version:	1.2.7
-Release:	5%{?dist}
+Version:	1.2.8
+Release:	1%{?dist}
 Summary:	GNU MIX Development Kit
 
 Group:		Applications/Emulators
@@ -9,7 +9,6 @@ URL:		http://www.gnu.org/software/mdk/
 Source0:	http://ftp.gnu.org/gnu/mdk/v%{version}/%{name}-%{version}.tar.gz
 Source1:	mdk.desktop
 Patch0:		glib-deprecated.patch
-Patch1:		mdk-format-security.patch
 Requires(post):	/sbin/install-info
 Requires(preun): /sbin/install-info
 BuildRequires:	guile-devel
@@ -40,7 +39,7 @@ GUD buffer.
 
 Using these interfaces, you can debug your MIXAL programs at source
 code level, and read/modify the contents of all the components of the
-MIX computer (including block devices, which are simultated using the
+MIX computer (including block devices, which are simulated using the
 file system).
 
 %description doc
@@ -49,7 +48,6 @@ Samples and documentation for the MDK package.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p0
 autoconf
 
 %build
@@ -87,6 +85,11 @@ fi
 %doc samples doc
 
 %changelog
+* Sat Aug 23 2014 Stjepan Gros <stjepan.gros at gmail.com> - 1.2.8-1
+- Bump to a new upstream version
+- Removed format specifier patch as it is applied upstream
+- Typo fix in the description
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.7-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 33dc2b0..54d354e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab5ceb4363958261fd5e0614c9c11701  mdk-1.2.7.tar.gz
+86057f1b05c7673ee000d7b15231f5a6  mdk-1.2.8.tar.gz


More information about the scm-commits mailing list