Hello community, here is the log from the commit of package rubygem-polkit1 for openSUSE:Factory checked in at 2012-06-11 07:31:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-polkit1 (Old) and /work/SRC/openSUSE:Factory/.rubygem-polkit1.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-polkit1", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-polkit1/rubygem-polkit1.changes 2012-01-26 14:08:14.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-polkit1.new/rubygem-polkit1.changes 2012-06-11 07:31:01.000000000 +0200 @@ -2 +2,11 @@ -Wed Dec 7 10:27:17 UTC 2011 - [email protected] +Fri Jun 8 12:35:41 UTC 2012 - [email protected] + +- use Etc.getpwnam (ruby stdlib) for user_name -> UID conversion + (instead of invoking "id" in a shell) +- add also ResultActive = "yes" and ResultInactive = "yes" to + the .pkla file when granting a permission (ResultAny = "yes" + is sometimes not sufficient (huh?)) +- version 0.0.3 + +------------------------------------------------------------------- +Thu Mar 22 08:06:47 UTC 2012 - [email protected] @@ -5,2 +15,8 @@ - SPDX format. Note that incorrect license strings will be REJECTED in the - future + SPDX format (spdx.org/licenses) + +------------------------------------------------------------------- +Wed Nov 23 11:22:19 UTC 2011 - [email protected] + +- remove hoe and add Gemfile in order to push + it to rubygems +- version 0.0.2 Old: ---- polkit1-0.0.1.gem New: ---- polkit1-0.0.3.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-polkit1.spec ++++++ --- /var/tmp/diff_new_pack.RdUh30/_old 2012-06-11 07:31:02.000000000 +0200 +++ /var/tmp/diff_new_pack.RdUh30/_new 2012-06-11 07:31:02.000000000 +0200 @@ -17,19 +17,19 @@ # norootforbuild Name: rubygem-polkit1 -Version: 0.0.1 +Version: 0.0.3 Release: 0 %define mod_name polkit1 # Group: Development/Languages/Ruby -License: GPL-2.0+ or Ruby +License: GPL-2.0+ Requires: rubygem-inifile polkit # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: rubygems_with_buildroot_patch BuildRequires: gcc ruby-devel polkit-devel dbus-1-devel %rubygems_requires -BuildRequires: rubygem-hoe +BuildRequires: rubygem-inifile BuildRequires: rubygem-rake-compiler BuildRequires: rubygem-yard >= 0 # @@ -43,26 +43,19 @@ %package doc Summary: RDoc documentation for %{mod_name} Group: Development/Languages/Ruby +License: GPL-2.0+ or 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 %build %install %gem_install %{S:0} %gem_cleanup -rm %{buildroot}/%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ext/polkit1/polkit1.c +rm -f %{buildroot}/%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ext/polkit1/polkit1.c %check cd %{buildroot}/%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version} @@ -75,15 +68,11 @@ %defattr(-,root,root,-) %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ -%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test +#%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec %files doc %defattr(-,root,root,-) %doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/ -%files testsuite -%defattr(-,root,root,-) -%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test - %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
