commit rubygem-librarian for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-librarian for 
openSUSE:Factory checked in at 2014-10-14 07:12:28

Comparing /work/SRC/openSUSE:Factory/rubygem-librarian (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-librarian.new (New)


Package is rubygem-librarian

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-librarian/rubygem-librarian.changes  
2014-02-25 07:37:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-librarian.new/rubygem-librarian.changes 
2014-10-14 07:13:22.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 14:20:26 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-librarian.spec ++
--- /var/tmp/diff_new_pack.UOY2IK/_old  2014-10-14 07:13:23.0 +0200
+++ /var/tmp/diff_new_pack.UOY2IK/_new  2014-10-14 07:13:23.0 +0200
@@ -21,11 +21,13 @@
 Release:0
 %define mod_name librarian
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/applicationsonline/librarian
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:A Framework for Bundlers
 License:MIT
 Group:  Development/Languages/Ruby
@@ -33,51 +35,15 @@
 %description
 A Framework for Bundlers.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --doc-files=CHANGELOG.md LICENSE.txt README.md \
+  -f
+
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For 

commit rubygem-librarian for openSUSE:Factory

2014-02-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-librarian for 
openSUSE:Factory checked in at 2014-02-25 07:37:00

Comparing /work/SRC/openSUSE:Factory/rubygem-librarian (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-librarian.new (New)


Package is rubygem-librarian

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-librarian/rubygem-librarian.changes  
2013-09-27 18:07:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-librarian.new/rubygem-librarian.changes 
2014-02-25 07:37:01.0 +0100
@@ -1,0 +2,17 @@
+Sat Feb 22 06:25:44 UTC 2014 - co...@suse.com
+
+- updated to version 0.1.2
+ * \#153. Mark the license in the gemspec.
+ 
+ * \#158, \#160, \#159. Handle cyclic dependencies for adapters which opt in to
+   cyclic dependencies.
+ 
+ * \#154. Cache git repository sources which are identical but for their :path
+   attributes (where to look inside the repository for the manifest). Thanks
+   @bcatlin.
+ 
+ * \#161. Fix JRuby exception in posix run! method. Thanks @justenwalker.
+ 
+ * \#163. Don't fetch git repositories multiple times per run. Thanks @njam.
+
+---

Old:

  librarian-0.1.1.gem

New:

  librarian-0.1.2.gem



Other differences:
--
++ rubygem-librarian.spec ++
--- /var/tmp/diff_new_pack.QB5i1w/_old  2014-02-25 07:37:02.0 +0100
+++ /var/tmp/diff_new_pack.QB5i1w/_new  2014-02-25 07:37:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-librarian
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,13 +17,14 @@
 
 
 Name:   rubygem-librarian
-Version:0.1.1
+Version:0.1.2
 Release:0
 %define mod_name librarian
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 3
+Url:https://github.com/applicationsonline/librarian
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A Framework for Bundlers
 License:MIT
@@ -59,24 +60,24 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
 
 %changelog

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



commit rubygem-librarian for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-librarian for 
openSUSE:Factory checked in at 2013-09-27 18:07:26

Comparing /work/SRC/openSUSE:Factory/rubygem-librarian (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-librarian.new (New)


Package is rubygem-librarian

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-librarian/rubygem-librarian.changes  
2013-08-05 20:53:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-librarian.new/rubygem-librarian.changes 
2013-09-27 18:07:26.0 +0200
@@ -1,0 +2,11 @@
+Mon Aug 26 05:05:51 UTC 2013 - co...@suse.com
+
+- updated to version 0.1.1
+ * \#147. Handle the case where HOME is not in the environment. Thanks 
@bradleyd.
+ * \#140. Properly handle the failure to clone a git repository. Avoid wiping 
out
+   the host project's changes.
+ * \#127. Support Rubinius and JRuby, including when shelling out to system
+   commands.
+ * \#144. Allow running the test suite with a simple `rake`. Thanks 
@nickhammond.
+
+---

Old:

  librarian-0.1.0.gem

New:

  librarian-0.1.1.gem



Other differences:
--
++ rubygem-librarian.spec ++
--- /var/tmp/diff_new_pack.ztjOYf/_old  2013-09-27 18:07:27.0 +0200
+++ /var/tmp/diff_new_pack.ztjOYf/_new  2013-09-27 18:07:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-librarian
-Version:0.1.0
+Version:0.1.1
 Release:0
 %define mod_name librarian
 %define mod_full_name %{mod_name}-%{version}
@@ -25,12 +25,12 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Summary:Librarian
+Summary:A Framework for Bundlers
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-Librarian
+A Framework for Bundlers.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}

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



commit rubygem-librarian for openSUSE:Factory

2013-08-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-librarian for 
openSUSE:Factory checked in at 2013-08-05 20:53:30

Comparing /work/SRC/openSUSE:Factory/rubygem-librarian (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-librarian.new (New)


Package is rubygem-librarian

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-librarian/rubygem-librarian.changes  
2013-06-17 10:19:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-librarian.new/rubygem-librarian.changes 
2013-08-05 20:53:31.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 30 16:11:03 UTC 2013 - co...@suse.com
+
+- updated to version 0.1.0
+ * Extract the chef adapter to its own gem.
+
+---

Old:

  librarian-0.0.26.gem

New:

  librarian-0.1.0.gem



Other differences:
--
++ rubygem-librarian.spec ++
--- /var/tmp/diff_new_pack.6kyjcQ/_old  2013-08-05 20:53:32.0 +0200
+++ /var/tmp/diff_new_pack.6kyjcQ/_new  2013-08-05 20:53:32.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   rubygem-librarian
-Version:0.0.26
+Version:0.1.0
 Release:0
 %define mod_name librarian
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Librarian
 License:MIT
 Group:  Development/Languages/Ruby
@@ -58,11 +58,14 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/librarian-chef
-%{_bindir}/librarian-mock
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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



commit rubygem-librarian for openSUSE:Factory

2013-06-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-librarian for 
openSUSE:Factory checked in at 2013-06-17 10:19:36

Comparing /work/SRC/openSUSE:Factory/rubygem-librarian (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-librarian.new (New)


Package is rubygem-librarian

Changes:

New Changes file:

--- /dev/null   2013-06-16 12:27:10.588034505 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-librarian.new/rubygem-librarian.changes 
2013-06-17 10:19:36.0 +0200
@@ -0,0 +1,5 @@
+---
+Tue Mar 26 15:48:10 UTC 2013 - mvid...@suse.cz
+
+- Initial packaging
+

New:

  librarian-0.0.26.gem
  rubygem-librarian.changes
  rubygem-librarian.spec



Other differences:
--
++ rubygem-librarian.spec ++
#
# spec file for package rubygem-librarian
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#


Name:   rubygem-librarian
Version:0.0.26
Release:0
%define mod_name librarian
%define mod_full_name %{mod_name}-%{version}

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros = 1
Source: %{mod_full_name}.gem
Summary:Librarian
License:MIT
Group:  Development/Languages/Ruby

%description
Librarian

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%package testsuite
Summary:Test suite for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep
#gem_unpack
#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
#gem_build

%build

%install
%gem_install -f

%files
%defattr(-,root,root,-)
%{_bindir}/librarian-chef
%{_bindir}/librarian-mock
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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