Spec URL: http://data-strzibny.rhcloud.com/obs/rubygem-websocket-driver.spec SRPM URL: http://data-strzibny.rhcloud.com/obs/rubygem-websocket-driver-0.3.4-1.fc22.src.rpm Description: This module provides a complete implementation of the WebSocket protocols that can be hooked up to any TCP library. It aims to simplify things by decoupling the protocol details from the I/O layer, such that users only need to implement code to stream data in and out of it without needing to know anything about how the protocol actually works. Think of it as a complete WebSocket system with pluggable I/O. Fedora Account System Username: jstribny
# git clone https://github.com/faye/websocket-driver-ruby.git # cd websocket-driver-ruby && git checkout 0.3.4 # tar czvf websocket-driver-ruby-0.3.4-tests.tgz spec/ This does not work for me. No such branch.
It should work, I just tried that: $ git clone https://github.com/faye/websocket-driver-ruby.git Cloning into 'websocket-driver-ruby'... remote: Counting objects: 1797, done. remote: Total 1797 (delta 0), reused 0 (delta 0) Receiving objects: 100% (1797/1797), 318.76 KiB | 210.00 KiB/s, done. Resolving deltas: 100% (881/881), done. Checking connectivity... done. $ cd websocket-driver-ruby $ git tag 0.0.0 0.1.0 0.2.0 0.2.1 0.2.2 0.2.3 0.3.0 0.3.1 0.3.2 0.3.3 0.3.4 $ git checkout 0.3.4 Note: checking out '0.3.4'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at cec958a... Bump version to 0.3.4.
Ah, I was just checking git branch -r did not realized I can checkout tag. Good then.
Build failed for me: + cd /builddir/build/BUILD + gem unpack /builddir/build/SOURCES/websocket-driver-0.3.4.gem /usr/share/rubygems/rubygems/ext/builder.rb:212:in `initialize': Permission denied @ rb_sysopen - /usr/lib64/gems/ruby/websocket-driver-0.3.4/gem_make.out (Errno::EACCES) from /usr/share/rubygems/rubygems/ext/builder.rb:212:in `open' from /usr/share/rubygems/rubygems/ext/builder.rb:212:in `write_gem_make_out' from /usr/share/rubygems/rubygems/ext/builder.rb:132:in `build_error' from /usr/share/rubygems/rubygems/ext/builder.rb:171:in `rescue in build_extension' from /usr/share/rubygems/rubygems/ext/builder.rb:156:in `build_extension' from /usr/share/rubygems/rubygems/ext/builder.rb:198:in `block in build_extensions' from /usr/share/rubygems/rubygems/ext/builder.rb:195:in `each' from /usr/share/rubygems/rubygems/ext/builder.rb:195:in `build_extensions' from /usr/share/rubygems/rubygems/specification.rb:1436:in `block in build_extensions' from /usr/share/rubygems/rubygems/user_interaction.rb:45:in `use_ui' from /usr/share/rubygems/rubygems/specification.rb:1434:in `build_extensions' from /usr/share/rubygems/rubygems/stub_specification.rb:60:in `build_extensions' from /usr/share/rubygems/rubygems/basic_specification.rb:56:in `contains_requirable_file?' from /usr/share/rubygems/rubygems/specification.rb:925:in `block in find_inactive_by_path' from /usr/share/rubygems/rubygems/specification.rb:924:in `each' from /usr/share/rubygems/rubygems/specification.rb:924:in `find' from /usr/share/rubygems/rubygems/specification.rb:924:in `find_inactive_by_path' from /usr/share/rubygems/rubygems.rb:185:in `try_activate' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:132:in `rescue in require' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:144:in `require' from <internal:abrt_prelude>:2:in `<compiled>' RPM build errors:
ping. Any progress here?
For me the package builds in mock just fine... Fresh Koji build: koji.fedoraproject.org/koji/taskinfo?taskID=7923663
rubygem-websocket-driver.x86_64: E: non-standard-executable-perm /usr/lib64/gems/ruby/websocket-driver-0.3.4/lib/websocket_mask.so 0775L But otherwise it is fine. You can fix it when pushing in dist-git. APPROVED
New Package SCM Request ======================= Package Name: rubygem-websocket-driver Short Description: WebSocket protocol handler with pluggable I/O Upstream URL: http://github.com/faye/websocket-driver-ruby Owners: jstribny Branches: f21 InitialCC:
Git done (by process-git-requests).