[nestopia] 01/06: Correct the version for libretro.
Stephen Kitt
skitt at moszumanska.debian.org
Wed Jan 13 07:51:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
skitt pushed a commit to branch master
in repository nestopia.
commit c5bc3eb5ba7d3661a6f01d2c0adc2a01f1972283
Author: Sérgio Benjamim <sergio_br2 at yahoo.com.br>
Date: Tue Jan 12 19:59:18 2016 +0100
Correct the version for libretro.
---
debian/changelog | 6 ++++++
debian/patches/libretro_version.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
3 files changed, 23 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a25da72..db0df15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+nestopia (1.46.2-3) UNRELEASED; urgency=medium
+
+ * Correct the version for libretro.
+
+ -- Sérgio Benjamim <sergio_br2 at yahoo.com.br> Tue, 22 Sep 2015 16:30:00 -0300
+
nestopia (1.46.2-2) unstable; urgency=medium
[ Sérgio Benjamim ]
diff --git a/debian/patches/libretro_version.patch b/debian/patches/libretro_version.patch
new file mode 100644
index 0000000..6f20d3b
--- /dev/null
+++ b/debian/patches/libretro_version.patch
@@ -0,0 +1,16 @@
+Description: fix the libretro version
+Author: Sérgio Benjamim <sergio_br2 at yahoo.com.br>
+
+Index: nestopia-1.46.2/libretro/libretro.cpp
+===================================================================
+--- nestopia-1.46.2.orig/libretro/libretro.cpp 2014-10-13 19:16:25.000000000 -0300
++++ nestopia-1.46.2/libretro/libretro.cpp 2015-09-19 14:49:47.464084030 -0300
+@@ -16,7 +16,7 @@
+ #include <core/api/NstApiUser.hpp>
+ #include <core/api/NstApiFds.hpp>
+
+-#define NST_VERSION "1.47-WIP"
++#define NST_VERSION "1.46.2"
+
+ #ifdef _WIN32
+ #define snprintf _snprintf
diff --git a/debian/patches/series b/debian/patches/series
index bff7f83..b62781c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ install-location.patch
format-security.patch
buildflags.patch
use-system-zlib.patch
+libretro_version.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nestopia.git
More information about the Pkg-games-commits
mailing list