Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10956867
D13187.id32287.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D13187.id32287.diff
View Options
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -652,6 +652,7 @@
libc.so.6:pthread_mutex_unlock
libc.so.6:pthread_mutexattr_init
libc.so.6:pthread_mutexattr_settype
+libc.so.6:pthread_once
libc.so.6:pthread_setname_np
libc.so.6:pthread_setschedparam
libc.so.6:pthread_setspecific
@@ -1220,6 +1221,7 @@
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE9_M_assignERKS4_
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE9_M_createERmm
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE9_M_mutateEmmPKwm
+libstdc++.so.6:_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEE17_M_stringbuf_initESt13_Ios_Openmode
libstdc++.so.6:_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEE7_M_syncEPcmm
libstdc++.so.6:_ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1Ev
libstdc++.so.6:_ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEED1Ev
@@ -1288,6 +1290,7 @@
libstdc++.so.6:_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc
libstdc++.so.6:_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_PKc
libstdc++.so.6:_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_RS3_
+libstdc++.so.6:_ZTIDn
libstdc++.so.6:_ZTIN10__cxxabiv115__forced_unwindE
libstdc++.so.6:_ZTINSt13__future_base12_Result_baseE
libstdc++.so.6:_ZTINSt3_V214error_categoryE
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,9 @@
name : mame
-version : '0.242'
-release : 45
+version : '0.243'
+release : 46
source :
- - https://github.com/mamedev/mame/archive/refs/tags/mame0242.tar.gz : 36d35cf0a1d11e3b8bdabed44222e9910be2fb8954ea3579c2ba02576ed385c1
-homepage : https://www.mamedev.org/
+ - https://github.com/mamedev/mame/archive/refs/tags/mame0243.tar.gz : 8cddb7d6cee5d736d1ce7ef2022e2d09b5c61bea02b5df7e369010a47a5d2133
+homepage : https://www.mamedev.org
license :
- BSD-3-Clause
- CC0-1.0 # Localization files and other things
@@ -63,7 +63,7 @@
USE_SYSTEM_LIB_SQLITE3=1 \
USE_SYSTEM_LIB_UTF8PROC=1 \
USE_SYSTEM_LIB_ZLIB=1 \
- -j6 # The amount of RAM it requires is ridiculous.
+ -j7 # The amount of RAM it requires is ridiculous.
install : |
# Install executable files with proper filenames
install -Dm00755 ./mame -t $installdir/usr/share/mame
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,10 +1,10 @@
<PISI>
<Source>
<Name>mame</Name>
- <Homepage>https://www.mamedev.org/</Homepage>
+ <Homepage>https://www.mamedev.org</Homepage>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Packager>
<License>BSD-3-Clause</License>
<License>CC0-1.0</License>
@@ -799,6 +799,7 @@
<Path fileType="data">/usr/share/mame/hash/fm77av.xml</Path>
<Path fileType="data">/usr/share/mame/hash/fm7_cass.xml</Path>
<Path fileType="data">/usr/share/mame/hash/fm7_disk.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/fm8_cass.xml</Path>
<Path fileType="data">/usr/share/mame/hash/fmtowns_cd.xml</Path>
<Path fileType="data">/usr/share/mame/hash/fmtowns_flop_cracked.xml</Path>
<Path fileType="data">/usr/share/mame/hash/fmtowns_flop_misc.xml</Path>
@@ -1029,6 +1030,7 @@
<Path fileType="data">/usr/share/mame/hash/pc8001mk2sr_flop.xml</Path>
<Path fileType="data">/usr/share/mame/hash/pc8201.xml</Path>
<Path fileType="data">/usr/share/mame/hash/pc8801_cass.xml</Path>
+ <Path fileType="data">/usr/share/mame/hash/pc8801_cdrom.xml</Path>
<Path fileType="data">/usr/share/mame/hash/pc8801_flop.xml</Path>
<Path fileType="data">/usr/share/mame/hash/pc88va.xml</Path>
<Path fileType="data">/usr/share/mame/hash/pc98.xml</Path>
@@ -1426,12 +1428,12 @@
</Files>
</Package>
<History>
- <Update release="45">
- <Date>2022-04-21</Date>
- <Version>0.242</Version>
+ <Update release="46">
+ <Date>2022-05-07</Date>
+ <Version>0.243</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 18, 4:48 PM (3 w, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806001
Default Alt Text
D13187.id32287.diff (4 KB)
Attached To
Mode
D13187: Update mame to 0.243
Attached
Detach File
Event Timeline
Log In to Comment