commit libgme for openSUSE:Factory

2019-12-11 Thread root
Hello community,

here is the log from the commit of package libgme for openSUSE:Factory checked 
in at 2019-12-11 12:08:27

Comparing /work/SRC/openSUSE:Factory/libgme (Old)
 and  /work/SRC/openSUSE:Factory/.libgme.new.4691 (New)


Package is "libgme"

Wed Dec 11 12:08:27 2019 rev:17 rq:753765 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/libgme/libgme.changes2018-01-22 
15:56:00.365134941 +0100
+++ /work/SRC/openSUSE:Factory/.libgme.new.4691/libgme.changes  2019-12-11 
12:08:48.372647449 +0100
@@ -1,0 +2,6 @@
+Tue Dec  3 16:59:18 UTC 2019 - Martin Liška 
+
+- Add fix-gcc10-compiler-detection.patch in order
+  to fix boo#1158320.
+
+---

New:

  fix-gcc10-compiler-detection.patch



Other differences:
--
++ libgme.spec ++
--- /var/tmp/diff_new_pack.2gVhUy/_old  2019-12-11 12:08:49.136647128 +0100
+++ /var/tmp/diff_new_pack.2gVhUy/_new  2019-12-11 12:08:49.140647127 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgme
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,11 +21,12 @@
 Version:0.6.2
 Release:0
 Summary:Collection of video game music file emulators
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
-Url:https://bitbucket.org/mpyne/game-music-emu/wiki/Home
+URL:https://bitbucket.org/mpyne/game-music-emu/wiki/Home
 Source0:
https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-%{version}.tar.xz
 Source1:baselibs.conf
+Patch0: fix-gcc10-compiler-detection.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -72,6 +73,7 @@
 
 %prep
 %setup -q -n game-music-emu-%{version}
+%patch0 -p1
 sed -i 's/\r$//' changes.txt design.txt gme.txt license.txt readme.txt
 
 %build

++ fix-gcc10-compiler-detection.patch ++
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 392b018..71d215e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,7 +66,7 @@ if (CMAKE_COMPILER_IS_GNUCXX)
if (__LIBGME_TEST_VISIBILITY)
   # get the gcc version
   exec_program(${CMAKE_CXX_COMPILER} ARGS --version OUTPUT_VARIABLE 
_gcc_version_info)
-  string (REGEX MATCH "[3-9]\\.[0-9]\\.[0-9]" _gcc_version 
"${_gcc_version_info}")
+  string (REGEX MATCH "[0-9]+\\.[0-9]\\.[0-9]" _gcc_version 
"${_gcc_version_info}")
 
   # gcc <4.1 had poor support for symbol visibility
   if ((${_gcc_version} VERSION_GREATER "4.1") OR (${_gcc_version} 
VERSION_EQUAL "4.1"))



commit libgme for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package libgme for openSUSE:Factory checked 
in at 2018-01-22 15:55:59

Comparing /work/SRC/openSUSE:Factory/libgme (Old)
 and  /work/SRC/openSUSE:Factory/.libgme.new (New)


Package is "libgme"

Mon Jan 22 15:55:59 2018 rev:16 rq:567925 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/libgme/libgme.changes2017-06-12 
15:27:02.957911004 +0200
+++ /work/SRC/openSUSE:Factory/.libgme.new/libgme.changes   2018-01-22 
15:56:00.365134941 +0100
@@ -1,0 +2,6 @@
+Sat Jan 20 20:58:17 UTC 2018 - tom.m...@googlemail.com
+
+- Update to 0.6.2:
+  * fix crashes in nsfe emulator
+
+---

Old:

  game-music-emu-0.6.1.tar.bz2

New:

  game-music-emu-0.6.2.tar.xz



Other differences:
--
++ libgme.spec ++
--- /var/tmp/diff_new_pack.VUC9MY/_old  2018-01-22 15:56:01.017104425 +0100
+++ /var/tmp/diff_new_pack.VUC9MY/_new  2018-01-22 15:56:01.017104425 +0100
@@ -18,13 +18,13 @@
 
 %define soname 0
 Name:   libgme
-Version:0.6.1
+Version:0.6.2
 Release:0
 Summary:Collection of video game music file emulators
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://bitbucket.org/mpyne/game-music-emu/wiki/Home
-Source0:
https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-%{version}.tar.bz2
+Source0:
https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  gcc-c++




commit libgme for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package libgme for openSUSE:Factory checked 
in at 2017-06-12 15:27:01

Comparing /work/SRC/openSUSE:Factory/libgme (Old)
 and  /work/SRC/openSUSE:Factory/.libgme.new (New)


Package is "libgme"

Mon Jun 12 15:27:01 2017 rev:15 rq:502823 version:0.6.1

Changes:

--- /work/SRC/openSUSE:Factory/libgme/libgme.changes2017-01-24 
10:27:09.995448903 +0100
+++ /work/SRC/openSUSE:Factory/.libgme.new/libgme.changes   2017-06-12 
15:27:02.957911004 +0200
@@ -1,0 +2,10 @@
+Sat Jun 10 18:19:33 UTC 2017 - tom.m...@googlemail.com
+
+- Update to 0.6.1:
+  * "libgme-0.6.0-pkgconfig_path.patch" and "cve-2016-9957.patch"
+got fixed upstream
+  * Following functions added to API:
+- gme_tell_samples();
+- gme_seek_samples();
+
+---

Old:

  cve-2016-9957.patch
  game-music-emu-0.6.0.tar.bz2
  libgme-0.6.0-pkgconfig_path.patch

New:

  game-music-emu-0.6.1.tar.bz2



Other differences:
--
++ libgme.spec ++
--- /var/tmp/diff_new_pack.rpnpNy/_old  2017-06-12 15:27:03.701806031 +0200
+++ /var/tmp/diff_new_pack.rpnpNy/_new  2017-06-12 15:27:03.705805467 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgme
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define soname 0
 Name:   libgme
-Version:0.6.0
+Version:0.6.1
 Release:0
 Summary:Collection of video game music file emulators
 License:LGPL-2.1+
@@ -26,9 +26,6 @@
 Url:https://bitbucket.org/mpyne/game-music-emu/wiki/Home
 Source0:
https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-%{version}.tar.bz2
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM libgme-0.6.0-pkgconfig_path.patch 
http://code.google.com/p/game-music-emu/issues/detail?id=19 
reddw...@opensuse.org -- Fix .pc installation path
-Patch0: libgme-0.6.0-pkgconfig_path.patch
-Patch1: cve-2016-9957.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -75,8 +72,6 @@
 
 %prep
 %setup -q -n game-music-emu-%{version}
-%patch0
-%patch1 -p1
 sed -i 's/\r$//' changes.txt design.txt gme.txt license.txt readme.txt
 
 %build

++ game-music-emu-0.6.0.tar.bz2 -> game-music-emu-0.6.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/game-music-emu-0.6.0/CMakeLists.txt 
new/game-music-emu-0.6.1/CMakeLists.txt
--- old/game-music-emu-0.6.0/CMakeLists.txt 2013-03-17 03:13:46.0 
+0100
+++ new/game-music-emu-0.6.1/CMakeLists.txt 2016-12-15 02:23:52.0 
+0100
@@ -4,7 +4,7 @@
 include (CheckCXXCompilerFlag)
 
 # When version is changed, also change the one in gme/gme.h to match
-set(GME_VERSION 0.6.0 CACHE INTERNAL "libgme Version")
+set(GME_VERSION 0.6.1 CACHE INTERNAL "libgme Version")
 
 # 2.6+ always assumes FATAL_ERROR, but 2.4 and below don't.
 # Of course, 2.4 might work, in which case you're welcome to drop
@@ -57,6 +57,8 @@
 SET(USE_GME_NSF 1 CACHE BOOL "Enable NES NSF music emulation" FORCE)
 endif()
 
+option(BUILD_SHARED_LIBS "Build shared library (set to OFF for static 
library)" ON)
+
 # Check for GCC "visibility" support.
 if (CMAKE_COMPILER_IS_GNUCXX)
check_cxx_compiler_flag (-fvisibility=hidden __LIBGME_TEST_VISIBILITY)
@@ -79,10 +81,10 @@
  endif()
   endif()
endif() # test visibility
-endif (CMAKE_COMPILER_IS_GNUCXX)
 
-# Cache this result
-set( LIBGME_HAVE_GCC_VISIBILITY ${ENABLE_VISIBILITY} CACHE BOOL "GCC support 
for hidden visibility")
+# Cache this result
+set( LIBGME_HAVE_GCC_VISIBILITY ${ENABLE_VISIBILITY} CACHE BOOL "GCC 
support for hidden visibility")
+endif (CMAKE_COMPILER_IS_GNUCXX)
 
 # Shared library defined here
 add_subdirectory(gme)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/game-music-emu-0.6.0/changes.txt 
new/game-music-emu-0.6.1/changes.txt
--- old/game-music-emu-0.6.0/changes.txt2013-03-17 03:02:38.0 
+0100
+++ new/game-music-emu-0.6.1/changes.txt2016-12-15 02:23:52.0 
+0100
@@ -1,6 +1,18 @@
 Game_Music_Emu Change Log
 -
 
+Game_Music_Emu 0.6.1
+
+
+- Moved repository to Bitbucket since Google Code announced they would
+  shutdown this year.
+
+- Packaging improvements:
+- Honor $LIB_SUFFIX for installed pkg-config metadata.
+- Support setting BUILD_SHARED_LIBS to OFF to build libgm

commit libgme for openSUSE:Factory

2017-01-24 Thread root
Hello community,

here is the log from the commit of package libgme for openSUSE:Factory checked 
in at 2017-01-24 10:27:08

Comparing /work/SRC/openSUSE:Factory/libgme (Old)
 and  /work/SRC/openSUSE:Factory/.libgme.new (New)


Package is "libgme"

Changes:

--- /work/SRC/openSUSE:Factory/libgme/libgme.changes2015-12-27 
01:59:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgme.new/libgme.changes   2017-01-24 
10:27:09.995448903 +0100
@@ -1,0 +2,8 @@
+Fri Dec 16 11:16:04 UTC 2016 - psim...@suse.com
+
+- Apply "cve-2016-9957.patch" to fix an arbitrary code execution
+  vulnerability that could have been exploited using specially
+  crafted SPC music files. [CVE-2016-9957, CVE-2016-9958,
+  CVE-2016-9959, CVE-2016-9960, CVE-2016-9961, bsc#1015941]
+
+---

New:

  cve-2016-9957.patch



Other differences:
--
++ libgme.spec ++
--- /var/tmp/diff_new_pack.osndDw/_old  2017-01-24 10:27:10.443385365 +0100
+++ /var/tmp/diff_new_pack.osndDw/_new  2017-01-24 10:27:10.447384797 +0100
@@ -28,6 +28,7 @@
 Source1:baselibs.conf
 # PATCH-FIX-UPSTREAM libgme-0.6.0-pkgconfig_path.patch 
http://code.google.com/p/game-music-emu/issues/detail?id=19 
reddw...@opensuse.org -- Fix .pc installation path
 Patch0: libgme-0.6.0-pkgconfig_path.patch
+Patch1: cve-2016-9957.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -75,6 +76,7 @@
 %prep
 %setup -q -n game-music-emu-%{version}
 %patch0
+%patch1 -p1
 sed -i 's/\r$//' changes.txt design.txt gme.txt license.txt readme.txt
 
 %build

++ cve-2016-9957.patch ++
 diff -rubB gme-old/Spc_Cpu.h gme/Spc_Cpu.h
Index: game-music-emu-0.6.0/gme/Spc_Cpu.h
===
--- game-music-emu-0.6.0.orig/gme/Spc_Cpu.h 2016-12-16 12:06:53.981779435 
+0100
+++ game-music-emu-0.6.0/gme/Spc_Cpu.h  2016-12-16 12:09:35.995506135 +0100
@@ -76,8 +76,8 @@ Inc., 51 Franklin Street, Fifth Floor, B
 // TODO: remove non-wrapping versions?
 #define SPC_NO_SP_WRAPAROUND 0
 
-#define SET_SP( v ) (sp = ram + 0x101 + (v))
-#define GET_SP()(sp - 0x101 - ram)
+#define SET_SP( v ) (sp = ram + 0x101 + ((uint8_t) v))
+#define GET_SP()(uint8_t) (sp - 0x101 - ram)
 
 #if SPC_NO_SP_WRAPAROUND
 #define PUSH16( v ) (sp -= 2, SET_LE16( sp, v ))
@@ -485,7 +485,7 @@ loop:

case 0xAF: // MOV (X)+,A
WRITE_DP( 0, x, a + no_read_before_write  );
-   x++;
+   x = (uint8_t) (x + 1);
goto loop;

 // 5. 8-BIT LOGIC OPERATION COMMANDS
@@ -808,7 +808,7 @@ loop:
unsigned temp = y * a;
a = (uint8_t) temp;
nz = ((temp >> 1) | temp) & 0x7F;
-   y = temp >> 8;
+   y = (uint8_t) (temp >> 8);
nz |= y;
goto loop;
}
@@ -838,6 +838,7 @@ loop:

nz = (uint8_t) a;
a = (uint8_t) a;
+   y = (uint8_t) y;

goto loop;
}
@@ -1004,7 +1005,7 @@ loop:
case 0x7F: // RET1
temp = *sp;
SET_PC( GET_LE16( sp + 1 ) );
-   sp += 3;
+   SET_SP(GET_SP() + 3);
goto set_psw;
case 0x8E: // POP PSW
POP( temp );



commit libgme for openSUSE:Factory

2015-12-26 Thread h_root
Hello community,

here is the log from the commit of package libgme for openSUSE:Factory checked 
in at 2015-12-27 01:59:18

Comparing /work/SRC/openSUSE:Factory/libgme (Old)
 and  /work/SRC/openSUSE:Factory/.libgme.new (New)


Package is "libgme"

Changes:

--- /work/SRC/openSUSE:Factory/libgme/libgme.changes2013-03-20 
11:39:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgme.new/libgme.changes   2015-12-27 
01:59:19.0 +0100
@@ -1,0 +2,13 @@
+Wed Dec 23 13:09:47 UTC 2015 - mplus...@suse.com
+
+- Mention baselibs.conf as source
+- Use cmake macros
+- Cleanup spec file with spec-cleaner
+- Update project url and download location
+
+---
+Wed Dec 16 08:52:37 UTC 2015 - o...@aepfle.de
+
+- Add BuildRoot: for SLE_11
+
+---



Other differences:
--
++ libgme.spec ++
--- /var/tmp/diff_new_pack.Y18TRq/_old  2015-12-27 01:59:20.0 +0100
+++ /var/tmp/diff_new_pack.Y18TRq/_new  2015-12-27 01:59:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgme
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,21 @@
 
 
 %define soname 0
-
 Name:   libgme
 Version:0.6.0
 Release:0
 Summary:Collection of video game music file emulators
 License:LGPL-2.1+
 Group:  System/Libraries
-Url:http://code.google.com/p/game-music-emu/
-Source0:
http://game-music-emu.googlecode.com/files/game-music-emu-%{version}.tar.bz2
+Url:https://bitbucket.org/mpyne/game-music-emu/wiki/Home
+Source0:
https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-%{version}.tar.bz2
+Source1:baselibs.conf
 # PATCH-FIX-UPSTREAM libgme-0.6.0-pkgconfig_path.patch 
http://code.google.com/p/game-music-emu/issues/detail?id=19 
reddw...@opensuse.org -- Fix .pc installation path
 Patch0: libgme-0.6.0-pkgconfig_path.patch
-# See http://code.google.com/p/game-music-emu/issues/detail?id=19 for the 
overflow/underflow warnings
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Game_Music_Emu is a collection of video game music file emulators that support
@@ -47,7 +47,6 @@
 - VGM/VGZ: Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro
 
 %package -n libgme%{soname}
-
 Summary:Collection of video game music file emulators
 Group:  System/Libraries
 
@@ -79,19 +78,11 @@
 sed -i 's/\r$//' changes.txt design.txt gme.txt license.txt readme.txt
 
 %build
-export CFLAGS='%{optflags}'
-export CXXFLAGS='%{optflags}'
-mkdir build
-cd build
-cmake -DCMAKE_SKIP_RPATH=1 \
-  -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-  -DLIB_SUFFIX=$(echo %{_lib} | cut -b4-) \
-  -DCMAKE_BUILD_TYPE=Release ..
-make %{?_smp_mflags} VERBOSE=1
+%cmake
+make %{?_smp_mflags}
 
 %install
-cd build
-%make_install
+%cmake_install
 
 %post -n libgme%{soname} -p /sbin/ldconfig
 




commit libgme for openSUSE:Factory

2013-03-20 Thread h_root
Hello community,

here is the log from the commit of package libgme for openSUSE:Factory checked 
in at 2013-03-20 11:39:55

Comparing /work/SRC/openSUSE:Factory/libgme (Old)
 and  /work/SRC/openSUSE:Factory/.libgme.new (New)


Package is "libgme", Maintainer is "sts...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgme/libgme.changes2011-09-23 
02:08:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgme.new/libgme.changes   2013-03-20 
11:39:57.0 +0100
@@ -1,0 +2,34 @@
+Sun Mar 17 09:26:23 UTC 2013 - reddw...@opensuse.org
+
+- Update to 0.6.0
+  * SPC improvements:
+- Switched to newer snes_spc 0.9.0 for SPC emulation. Uses fast DSP.
+- Fixed Spc_Emu::gain().
+- Fixed support for files <0x10200 bytes.
+  * Other bugfixes:
+- Fixed a couple of GBS bugs, one involving access of memory after
+  realloc.
+- Blip_Buffer works on systems where 'double' is a single-precision
+  floating-point type.
+- Fix uninitialized buffer size in dual_resampler.
+- Compilation warnings squashed out as of clang 3.3-pre and gcc 4.7.2.
+  * API changes/additions:
+- Removed documentation of C++ interface, as the C interface in gme.h is
+  the only supported one.
+- Added gme_enable_accuracy() for enabling more accurate sound emulation
+  options (currently affects SPC only).
+  * Build system improvements:
+- Add pkg_config support.
+- Fix build on case-insensitive systems.
+- Allow for install on Cygwin.
+- Fix install on multilib systems, such as many 64-bit distros (CMake must
+  be able to figure out your system's libsuffix, if any).
+- C++ implementation symbols are not leaked into the resultant library
+  file (requires symbol visibility support).
+  * Sample player improvements:
+- Can toggle fast/accurate emulation (with the 'A' key).
+- Remove all the previous patches (libgme-0.5.5-LIB_SUFFIX.patch,
+  libgme-0.5.5-pkg_config.patch and libgme-0.5.5-symbol_visibility.patch)
+- Add libgme-0.6.0-pkgconfig_path.patch
+
+---

Old:

  _service
  _service:download_url:game-music-emu-0.5.5.tbz2
  _service:set_version:libgme.spec
  libgme-0.5.5-LIB_SUFFIX.patch
  libgme-0.5.5-pkg_config.patch
  libgme-0.5.5-symbol_visibility.patch

New:

  game-music-emu-0.6.0.tar.bz2
  libgme-0.6.0-pkgconfig_path.patch



Other differences:
--
++ libgme.spec ++
--- /var/tmp/diff_new_pack.TzbWgN/_old  2013-03-20 11:39:58.0 +0100
+++ /var/tmp/diff_new_pack.TzbWgN/_new  2013-03-20 11:39:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgme
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,19 +19,16 @@
 %define soname 0
 
 Name:   libgme
-Version:to_be_filled_by_service
-Release:2
-License:LGPL-2.1+
+Version:0.6.0
+Release:0
 Summary:Collection of video game music file emulators
-Url:http://code.google.com/p/game-music-emu/
+License:LGPL-2.1+
 Group:  System/Libraries
-Source0:game-music-emu-%{version}.tbz2
-# PATCH-FIX-UPSTREAM %%{name}-0.5.5-LIB_SUFFIX.patch 
http://code.google.com/p/game-music-emu/issues/detail?id=8 
reddw...@opensuse.org -- Add LIB_SUFFIX support
-Patch0: %{name}-0.5.5-LIB_SUFFIX.patch
-# PATCH-FIX-UPSTREAM %%{name}-0.5.5-pkg_config.patch reddw...@opensuse.org -- 
Add pkg-config file. From upstream SVN.
-Patch1: %{name}-0.5.5-pkg_config.patch
-# PATCH-FIX-UPSTREAM %%{name}-0.5.5-symbol_visibility.patch 
reddw...@opensuse.org -- Don't export internal symbols. From upstream SVN.
-Patch2: %{name}-0.5.5-symbol_visibility.patch
+Url:http://code.google.com/p/game-music-emu/
+Source0:
http://game-music-emu.googlecode.com/files/game-music-emu-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM libgme-0.6.0-pkgconfig_path.patch 
http://code.google.com/p/game-music-emu/issues/detail?id=19 
reddw...@opensuse.org -- Fix .pc installation path
+Patch0: libgme-0.6.0-pkgconfig_path.patch
+# See http://code.google.com/p/game-music-emu/issues/detail?id=19 for the 
overflow/underflow warnings
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -49,12 +46,12 @@
 - SPC: Super Nintendo/Super Famicom
 - VGM/VGZ: Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro
 
-%package -n %{name}%{soname}
+%package -n libgme%{soname}
 
 Summary:Collection of video game music file emulators

commit libgme for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libgme for openSUSE:Factory checked 
in at 2011-12-06 18:23:41

Comparing /work/SRC/openSUSE:Factory/libgme (Old)
 and  /work/SRC/openSUSE:Factory/.libgme.new (New)


Package is "libgme", Maintainer is "sts...@suse.com"

Changes:




Other differences:
--
++ _service:set_version:libgme.spec ++
--- /var/tmp/diff_new_pack.nAyQb8/_old  2011-12-06 18:41:32.0 +0100
+++ /var/tmp/diff_new_pack.nAyQb8/_new  2011-12-06 18:41:32.0 +0100
@@ -21,7 +21,7 @@
 Name:   libgme
 Version: 0.5.5
 Release: 0
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Collection of video game music file emulators
 Url:http://code.google.com/p/game-music-emu/
 Group:  System/Libraries
@@ -50,6 +50,7 @@
 - VGM/VGZ: Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro
 
 %package -n %{name}%{soname}
+
 Summary:Collection of video game music file emulators
 Group:  System/Libraries
 
@@ -67,6 +68,7 @@
 - VGM/VGZ: Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro
 
 %package devel
+License:LGPL-2.1+
 Summary:Development libraries and headers for %{name}
 Group:  Development/Libraries/C and C++
 Requires:   %{name}%{soname} = %{version}

++ libgme.spec ++
--- /var/tmp/diff_new_pack.nAyQb8/_old  2011-12-06 18:41:32.0 +0100
+++ /var/tmp/diff_new_pack.nAyQb8/_new  2011-12-06 18:41:32.0 +0100
@@ -21,7 +21,7 @@
 Name:   libgme
 Version:to_be_filled_by_service
 Release:2
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Collection of video game music file emulators
 Url:http://code.google.com/p/game-music-emu/
 Group:  System/Libraries
@@ -68,7 +68,7 @@
 - VGM/VGZ: Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Development libraries and headers for %{name}
 Group:  Development/Libraries/C and C++
 Requires:   %{name}%{soname} = %{version}



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgme for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package libgme for openSUSE:Factory
checked in at Wed May 4 14:30:14 CEST 2011.




--- libgme/libgme.changes   2010-12-14 09:00:35.0 +0100
+++ /mounts/work_src_done/STABLE/libgme/libgme.changes  2011-05-03 
22:24:43.0 +0200
@@ -1,0 +2,12 @@
+Tue May  3 20:22:22 UTC 2011 - reddw...@opensuse.org
+
+- Update libgme-0.5.5-symbol_visibility.patch to not install
+  headers for functions that are not exported.
+
+---
+Sun May  1 17:35:27 UTC 2011 - toddrme2...@gmail.com
+ 
+- Added 32bit compatibility libraries
+- Escaped macros in comments (fix for RPMLINT warning)
+ 
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ _service:set_version:libgme.spec ++
--- /var/tmp/diff_new_pack.uzUEJo/_old  2011-05-04 14:25:11.0 +0200
+++ /var/tmp/diff_new_pack.uzUEJo/_new  2011-05-04 14:25:11.0 +0200
@@ -20,17 +20,17 @@
 
 Name:   libgme
 Version:0.5.5
-Release:1
+Release: 0
 License:LGPLv2.1+
 Summary:Collection of video game music file emulators
 Url:http://code.google.com/p/game-music-emu/
 Group:  System/Libraries
 Source0:game-music-emu-%{version}.tbz2
-# PATCH-FIX-UPSTREAM %{name}-0.5.5-LIB_SUFFIX.patch 
http://code.google.com/p/game-music-emu/issues/detail?id=8 
reddw...@opensuse.org -- Add LIB_SUFFIX support
+# PATCH-FIX-UPSTREAM %%{name}-0.5.5-LIB_SUFFIX.patch 
http://code.google.com/p/game-music-emu/issues/detail?id=8 
reddw...@opensuse.org -- Add LIB_SUFFIX support
 Patch0: %{name}-0.5.5-LIB_SUFFIX.patch
-# PATCH-FIX-UPSTREAM %{name}-0.5.5-pkg_config.patch reddw...@opensuse.org -- 
Add pkg-config file. From upstream SVN.
+# PATCH-FIX-UPSTREAM %%{name}-0.5.5-pkg_config.patch reddw...@opensuse.org -- 
Add pkg-config file. From upstream SVN.
 Patch1: %{name}-0.5.5-pkg_config.patch
-# PATCH-FIX-UPSTREAM %{name}-0.5.5-symbol_visibility.patch 
reddw...@opensuse.org -- Don't export internal symbols. From upstream SVN.
+# PATCH-FIX-UPSTREAM %%{name}-0.5.5-symbol_visibility.patch 
reddw...@opensuse.org -- Don't export internal symbols. From upstream SVN.
 Patch2: %{name}-0.5.5-symbol_visibility.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -50,8 +50,6 @@
 - VGM/VGZ: Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro
 
 %package -n %{name}%{soname}
-
-
 Summary:Collection of video game music file emulators
 Group:  System/Libraries
 
@@ -69,7 +67,6 @@
 - VGM/VGZ: Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro
 
 %package devel
-License:LGPLv2.1+
 Summary:Development libraries and headers for %{name}
 Group:  Development/Libraries/C and C++
 Requires:   %{name}%{soname} = %{version}

++ libgme.spec ++
--- /var/tmp/diff_new_pack.uzUEJo/_old  2011-05-04 14:25:11.0 +0200
+++ /var/tmp/diff_new_pack.uzUEJo/_new  2011-05-04 14:25:11.0 +0200
@@ -20,17 +20,17 @@
 
 Name:   libgme
 Version:to_be_filled_by_service
-Release:1
+Release:2
 License:LGPLv2.1+
 Summary:Collection of video game music file emulators
 Url:http://code.google.com/p/game-music-emu/
 Group:  System/Libraries
 Source0:game-music-emu-%{version}.tbz2
-# PATCH-FIX-UPSTREAM %{name}-0.5.5-LIB_SUFFIX.patch 
http://code.google.com/p/game-music-emu/issues/detail?id=8 
reddw...@opensuse.org -- Add LIB_SUFFIX support
+# PATCH-FIX-UPSTREAM %%{name}-0.5.5-LIB_SUFFIX.patch 
http://code.google.com/p/game-music-emu/issues/detail?id=8 
reddw...@opensuse.org -- Add LIB_SUFFIX support
 Patch0: %{name}-0.5.5-LIB_SUFFIX.patch
-# PATCH-FIX-UPSTREAM %{name}-0.5.5-pkg_config.patch reddw...@opensuse.org -- 
Add pkg-config file. From upstream SVN.
+# PATCH-FIX-UPSTREAM %%{name}-0.5.5-pkg_config.patch reddw...@opensuse.org -- 
Add pkg-config file. From upstream SVN.
 Patch1: %{name}-0.5.5-pkg_config.patch
-# PATCH-FIX-UPSTREAM %{name}-0.5.5-symbol_visibility.patch 
reddw...@opensuse.org -- Don't export internal symbols. From upstream SVN.
+# PATCH-FIX-UPSTREAM %%{name}-0.5.5-symbol_visibility.patch 
reddw...@opensuse.org -- Don't export internal symbols. From upstream SVN.
 Patch2: %{name}-0.5.5-symbol_visibility.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -51,7 +51,6 @@
 
 %package -n %{name}%{soname}
 
-
 Summary:Collection of video game music file emulators
 Group:  System/Libraries
 



++ baselibs.conf ++
libgme0
++ libgme-0.5.5-symbol_visibility.patch ++
--- /var/tmp/diff_new_pack.uzUEJo/_old  2011-05-04 14:25:11.0 +0200
+++ /var/tmp/diff_new_pack.uzUEJo/_new  2011-05-04 14:25: