Hello community,

here is the log from the commit of package rubygem-daemon_controller for 
openSUSE:Factory checked in at 2012-11-06 16:22:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-daemon_controller (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-daemon_controller.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-daemon_controller", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-daemon_controller/rubygem-daemon_controller.changes
      2012-07-16 09:42:47.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-daemon_controller.new/rubygem-daemon_controller.changes
 2012-11-06 16:23:00.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Oct 28 06:03:08 UTC 2012 - [email protected]
+
+- updated to version 1.1.0
+
+-------------------------------------------------------------------

Old:
----
  daemon_controller-1.0.0.gem

New:
----
  daemon_controller-1.1.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-daemon_controller.spec ++++++
--- /var/tmp/diff_new_pack.k9nwie/_old  2012-11-06 16:23:01.000000000 +0100
+++ /var/tmp/diff_new_pack.k9nwie/_new  2012-11-06 16:23:01.000000000 +0100
@@ -15,35 +15,64 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           rubygem-daemon_controller
-Version:        1.0.0
+Version:        1.1.0
 Release:        0
 %define mod_name daemon_controller
-#
-Group:          Development/Languages/Ruby
-License:        MIT
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-#
-Url:            http://github.com/FooBarWidget/daemon_controller/tree/master
-Source:         %{mod_name}-%{version}.gem
-#
+BuildRequires:  ruby-macros >= 1
+Url:            https://github.com/FooBarWidget/daemon_controller
+Source:         %{mod_full_name}.gem
 Summary:        A library for implementing daemon management capabilities
+License:        MIT
+Group:          Development/Languages/Ruby
+
 %description
 A library for robust daemon management.
 
+%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 %{S:0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to