Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11033340
D10332.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
7 KB
Referenced Files
None
Subscribers
None
D10332.diff
View Options
diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -102,13 +102,13 @@
libyaml-cpp.so.0.6:_ZN4YAML15ParserExceptionD2Ev
libyaml-cpp.so.0.6:_ZN4YAML15ScanVerbatimTagB5cxx11ERNS_6StreamE
libyaml-cpp.so.0.6:_ZN4YAML15SingleDocParser10HandleNodeERNS_12EventHandlerE
-libyaml-cpp.so.0.6:_ZN4YAML15SingleDocParser11ParseAnchorERm
+libyaml-cpp.so.0.6:_ZN4YAML15SingleDocParser11ParseAnchorERmRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
libyaml-cpp.so.0.6:_ZN4YAML15SingleDocParser13HandleFlowMapERNS_12EventHandlerE
libyaml-cpp.so.0.6:_ZN4YAML15SingleDocParser14HandleBlockMapERNS_12EventHandlerE
libyaml-cpp.so.0.6:_ZN4YAML15SingleDocParser14HandleDocumentERNS_12EventHandlerE
libyaml-cpp.so.0.6:_ZN4YAML15SingleDocParser14HandleSequenceERNS_12EventHandlerE
libyaml-cpp.so.0.6:_ZN4YAML15SingleDocParser14RegisterAnchorERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
-libyaml-cpp.so.0.6:_ZN4YAML15SingleDocParser15ParsePropertiesERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERm
+libyaml-cpp.so.0.6:_ZN4YAML15SingleDocParser15ParsePropertiesERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS7_
libyaml-cpp.so.0.6:_ZN4YAML15SingleDocParser16HandleCompactMapERNS_12EventHandlerE
libyaml-cpp.so.0.6:_ZN4YAML15SingleDocParser18HandleFlowSequenceERNS_12EventHandlerE
libyaml-cpp.so.0.6:_ZN4YAML15SingleDocParser19HandleBlockSequenceERNS_12EventHandlerE
@@ -202,6 +202,7 @@
libyaml-cpp.so.0.6:_ZN4YAML6detail6memory11create_nodeEv
libyaml-cpp.so.0.6:_ZN4YAML6detail6memory5mergeERKS1_
libyaml-cpp.so.0.6:_ZN4YAML6detail9node_data10set_scalarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
+libyaml-cpp.so.0.6:_ZN4YAML6detail9node_data12empty_scalarB5cxx11Ev
libyaml-cpp.so.0.6:_ZN4YAML6detail9node_data12mark_definedEv
libyaml-cpp.so.0.6:_ZN4YAML6detail9node_data14convert_to_mapESt10shared_ptrINS0_13memory_holderEE
libyaml-cpp.so.0.6:_ZN4YAML6detail9node_data14reset_sequenceEv
@@ -328,11 +329,11 @@
libyaml-cpp.so.0.6:_ZN4YAML9ExceptionD0Ev
libyaml-cpp.so.0.6:_ZN4YAML9ExceptionD1Ev
libyaml-cpp.so.0.6:_ZN4YAML9ExceptionD2Ev
-libyaml-cpp.so.0.6:_ZN4YAMLaaERKNS_5RegExES2_
+libyaml-cpp.so.0.6:_ZN4YAMLanERKNS_5RegExES2_
libyaml-cpp.so.0.6:_ZN4YAMLlsERNS_7EmitterERKNS_4NodeE
libyaml-cpp.so.0.6:_ZN4YAMLlsERSoRKNS_4NodeE
libyaml-cpp.so.0.6:_ZN4YAMLntERKNS_5RegExE
-libyaml-cpp.so.0.6:_ZN4YAMLooERKNS_5RegExES2_
+libyaml-cpp.so.0.6:_ZN4YAMLorERKNS_5RegExES2_
libyaml-cpp.so.0.6:_ZN4YAMLplERKNS_5RegExES2_
libyaml-cpp.so.0.6:_ZNK4YAML10Directives18TranslateTagHandleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
libyaml-cpp.so.0.6:_ZNK4YAML10NodeEvents12AliasManager12LookupAnchorERKNS_6detail4nodeE
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,26 +1,22 @@
name : yaml-cpp
-version : 0.6.2
-release : 3
+version : 0.6.3
+release : 4
source :
- - https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.2.tar.gz : e4d8560e163c3d875fd5d9e5542b5fd5bec810febdcba61481fe5fc4e6b1fd05
+ - https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.3.tar.gz : 77ea1b90b3718aa0c324207cb29418f5bced2354c2e483a9523d98c3460af1ed
license : MIT
component : programming.library
summary : yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec
description: |
yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.
-builddeps :
- - gtest-devel
setup : |
%patch -p1 < $pkgfiles/CVE-2017-5950.patch
- %cmake . \
- -DBUILD_SHARED_LIBS=ON \
- -DBUILD_GMOCK=OFF \
- -DBUILD_GTEST=OFF
+ # Too borked for Ninja
+ %cmake -DENABLE_SHARED_LIBS=ON -DYAML_BUILD_SHARED_LIBS=ON -DLIB_SUFFIX=64 . -B solusBuildDir
build : |
- %make
+ %make -C solusBuildDir
install : |
- %make_install
+ %make_install -C solusBuildDir
check : |
- cd test
+ cd solusBuildDir/test
./run-tests
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
<Source>
<Name>yaml-cpp</Name>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec</Summary>
<Description xml:lang="en">yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>yaml-cpp</Name>
@@ -19,8 +19,8 @@
</Description>
<PartOf>programming.library</PartOf>
<Files>
- <Path fileType="library">/usr/lib/libyaml-cpp.so.0.6</Path>
- <Path fileType="library">/usr/lib/libyaml-cpp.so.0.6.2</Path>
+ <Path fileType="library">/usr/lib64/libyaml-cpp.so.0.6</Path>
+ <Path fileType="library">/usr/lib64/libyaml-cpp.so.0.6.3</Path>
</Files>
</Package>
<Package>
@@ -30,7 +30,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="3">yaml-cpp</Dependency>
+ <Dependency release="4">yaml-cpp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/yaml-cpp/anchor.h</Path>
@@ -64,28 +64,27 @@
<Path fileType="header">/usr/include/yaml-cpp/node/parse.h</Path>
<Path fileType="header">/usr/include/yaml-cpp/node/ptr.h</Path>
<Path fileType="header">/usr/include/yaml-cpp/node/type.h</Path>
- <Path fileType="header">/usr/include/yaml-cpp/noncopyable.h</Path>
<Path fileType="header">/usr/include/yaml-cpp/null.h</Path>
<Path fileType="header">/usr/include/yaml-cpp/ostream_wrapper.h</Path>
<Path fileType="header">/usr/include/yaml-cpp/parser.h</Path>
<Path fileType="header">/usr/include/yaml-cpp/stlemitter.h</Path>
<Path fileType="header">/usr/include/yaml-cpp/traits.h</Path>
<Path fileType="header">/usr/include/yaml-cpp/yaml.h</Path>
- <Path fileType="library">/usr/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake</Path>
- <Path fileType="library">/usr/lib/cmake/yaml-cpp/yaml-cpp-config.cmake</Path>
- <Path fileType="library">/usr/lib/cmake/yaml-cpp/yaml-cpp-targets-relwithdebinfo.cmake</Path>
- <Path fileType="library">/usr/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake</Path>
- <Path fileType="library">/usr/lib/libyaml-cpp.so</Path>
- <Path fileType="data">/usr/lib/pkgconfig/yaml-cpp.pc</Path>
+ <Path fileType="library">/usr/lib64/cmake/yaml-cpp/yaml-cpp-config-version.cmake</Path>
+ <Path fileType="library">/usr/lib64/cmake/yaml-cpp/yaml-cpp-config.cmake</Path>
+ <Path fileType="library">/usr/lib64/cmake/yaml-cpp/yaml-cpp-targets-relwithdebinfo.cmake</Path>
+ <Path fileType="library">/usr/lib64/cmake/yaml-cpp/yaml-cpp-targets.cmake</Path>
+ <Path fileType="library">/usr/lib64/libyaml-cpp.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/yaml-cpp.pc</Path>
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2018-09-17</Date>
- <Version>0.6.2</Version>
+ <Update release="4">
+ <Date>2020-12-07</Date>
+ <Version>0.6.3</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 3:34 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5807434
Default Alt Text
D10332.diff (7 KB)
Attached To
Mode
D10332: Update yaml-cpp to 0.6.3
Attached
Detach File
Event Timeline
Log In to Comment