commit rubygem-ruby-shadow for openSUSE:Factory

2015-10-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby-shadow for 
openSUSE:Factory checked in at 2015-10-08 08:26:13

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


Package is "rubygem-ruby-shadow"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby-shadow/rubygem-ruby-shadow.changes  
2015-02-11 16:45:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-shadow.new/rubygem-ruby-shadow.changes 
2015-10-08 08:26:15.0 +0200
@@ -1,0 +2,12 @@
+Wed Oct  7 04:31:54 UTC 2015 - co...@suse.com
+
+- updated to version 2.5.0
+ see installed HISTORY
+
+  [2015/10/06]
+  * Version 2.5.0
+- fixes for compiling for rubinius, at long last
+- TESTS
+- add a few method aliases
+
+---

Old:

  ruby-shadow-2.4.1.gem

New:

  ruby-shadow-2.5.0.gem



Other differences:
--
++ rubygem-ruby-shadow.spec ++
--- /var/tmp/diff_new_pack.YDTScG/_old  2015-10-08 08:26:16.0 +0200
+++ /var/tmp/diff_new_pack.YDTScG/_new  2015-10-08 08:26:16.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-ruby-shadow
-Version:2.4.1
+Version:2.5.0
 Release:0
 %define mod_name ruby-shadow
 %define mod_full_name %{mod_name}-%{version}

++ ruby-shadow-2.4.1.gem -> ruby-shadow-2.5.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HISTORY new/HISTORY
--- old/HISTORY 2014-12-02 19:12:32.0 +0100
+++ new/HISTORY 2015-10-06 23:04:05.0 +0200
@@ -1,3 +1,9 @@
+[2015/10/06]
+* Version 2.5.0
+  - fixes for compiling for rubinius, at long last
+  - TESTS
+  - add a few method aliases
+
 [2014/12/02]
 * Version 2.4.1
   - sp_loginclass support should NOT have been added to password implementation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README new/README
--- old/README  2014-12-02 19:12:32.0 +0100
+++ new/README  2015-10-06 23:04:05.0 +0200
@@ -26,20 +26,23 @@
  still present, but no promises about earlier versions of Ruby.
 
 3. Shadow::Passwd module's methods
-_
- Method | Linux | Solaris | OS X  | *BSD
-_
- getspent   |   *   |*|   *   |   *
- getspnam(name) |   *   |*|   *   |   *
- setspent   |   *   |*|   *   |   *
- endspent   |   *   |*|   *   |   *
- fgetspent(file)|   *   |*|   N   |   N
- sgetspent(str) |   *   |N|   N   |   N
- putspent(entry,file)   |   *   |*|   N   |   N
- lckpwdf,lock   |   *   |*|   N   |   N
- ulckpwdf,unlock|   *   |*|   N   |   N
- lock?  |   *   |*|   N   |   N
+
+ Method| Linux | Solaris | OS X  | *BSD
+
+ getspent  |   *   |*|   *   |   *
+ getspnam(name)|   *   |*|   *   |   *
+ from_user_name(name) (alias of above) |   *   |*|   *   |   *
+ setspent  |   *   |*|   *   |   *
+ endspent  |   *   |*|   *   |   *
+ fgetspent(file)   |   *   |*|   N   |   N
+ sgetspent(str)|   *   |N|   N   |   N
+ putspent(entry,file)  |   *   |*|   N   |   N
+ add_password_entry (alias of above )  |   *   |*|   N   |   N
+ lckpwdf,lock  |   *   |*|   N   |   N
+ ulckpwdf,unlock   |   *   |*|   N   |   N
+ lock? |   *   |*|   N   |   N
 
+Check the implementation in use via Shadow::IMPLEMENTATION.
 
 4. Structure
 
@@ -83,7 +86,7 @@
 
 * man shadow
 * /usr/include/shadow.h
-* Code at https://github.com/shadow-maint/shadow
+* Code at https://github.com/apalmblad/ruby-shadow
 
 
 Original Author:
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2014-12-02 19:12:32.0 +0100
+++ new/metadata2015-10-06 23:04:05.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: ruby-shadow
 version: !ruby/object:Gem::Version
-  version: 2.4.

commit rubygem-ruby-shadow for openSUSE:Factory

2015-02-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby-shadow for 
openSUSE:Factory checked in at 2015-02-11 16:45:52

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


Package is "rubygem-ruby-shadow"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby-shadow/rubygem-ruby-shadow.changes  
2014-11-04 17:30:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-shadow.new/rubygem-ruby-shadow.changes 
2015-02-11 16:45:53.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 10 18:28:34 UTC 2015 - co...@suse.com
+
+- updated to version 2.4.1
+
+---

Old:

  ruby-shadow-2.3.4.gem

New:

  ruby-shadow-2.4.1.gem



Other differences:
--
++ rubygem-ruby-shadow.spec ++
--- /var/tmp/diff_new_pack.5Xf3jV/_old  2015-02-11 16:45:54.0 +0100
+++ /var/tmp/diff_new_pack.5Xf3jV/_new  2015-02-11 16:45:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-ruby-shadow
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-ruby-shadow
-Version:2.3.4
+Version:2.4.1
 Release:0
 %define mod_name ruby-shadow
 %define mod_full_name %{mod_name}-%{version}

++ ruby-shadow-2.3.4.gem -> ruby-shadow-2.4.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HISTORY new/HISTORY
--- old/HISTORY 2014-04-28 23:15:10.0 +0200
+++ new/HISTORY 2014-12-02 19:12:32.0 +0100
@@ -1,6 +1,13 @@
+[2014/12/02]
+* Version 2.4.1
+  - sp_loginclass support should NOT have been added to password implementation
+[2014/12/01]
+* Version 2.4.0
+  - Add support for sp_loginclass via pwd.h
 [2014/04/28]
-  * Added support for more BSDs, thanks to https://github.com/bsiegert.
-  * Simplified compatibility check, removing check for function not actually 
used in pwd.h implementations.
+* Version 2.3.3
+  - Added support for more BSDs, thanks to https://github.com/bsiegert.
+  - Simplified compatibility check, removing check for function not actually 
used in pwd.h implementations.
 [2014/02/25]
 [2013/12/18]
 * Version 2.3.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README new/README
--- old/README  2014-04-28 23:15:10.0 +0200
+++ new/README  2014-12-02 19:12:32.0 +0100
@@ -56,6 +56,7 @@
 considered inactive and disabled.
sp_expire - days since Jan 1, 1970 when  account  will  be
disabled
+   sp_loginclass - pointer to null-terminated user login class.
 
 
 5. Description
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2014-04-28 23:15:10.0 +0200
+++ new/metadata2014-12-02 19:12:32.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: ruby-shadow
 version: !ruby/object:Gem::Version
-  version: 2.3.4
+  version: 2.4.1
 platform: ruby
 authors:
 - Adam Palmblad
@@ -13,7 +13,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2014-04-28 00:00:00.0 Z
+date: 2014-12-02 00:00:00.0 Z
 dependencies: []
 description: This module provides access to shadow passwords on Linux, OSX, 
FreeBSD,
   OpenBSD, and Solaris
@@ -55,7 +55,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.2.1
+rubygems_version: 2.4.2
 signing_key: 
 specification_version: 4
 summary: "*nix Shadow Password Module"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pwd/shadow.c new/pwd/shadow.c
--- old/pwd/shadow.c2014-04-28 23:15:10.0 +0200
+++ new/pwd/shadow.c2014-12-02 19:12:32.0 +0100
@@ -66,6 +66,7 @@
  INT2FIX(difftime(entry->pw_change, 0) / (24*60*60)), /* pw_change */
  INT2FIX(difftime(entry->pw_expire, 0) / (24*60*60)), /* sp_expire */
  Qnil, /* sp_flag */
+ rb_tainted_str_new2(entry->pw_class), /* sp_loginclass, user access 
class */
  NULL);
 }
 
@@ -107,7 +108,8 @@
  "sp_namp","sp_pwdp","sp_lstchg",
  "sp_min","sp_max","sp_warn",
  "sp_inact","pw_change",
- "sp_expire","sp_flag", 

commit rubygem-ruby-shadow for openSUSE:Factory

2014-11-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby-shadow for 
openSUSE:Factory checked in at 2014-11-04 17:29:35

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


Package is "rubygem-ruby-shadow"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby-shadow/rubygem-ruby-shadow.changes  
2014-10-25 11:17:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-shadow.new/rubygem-ruby-shadow.changes 
2014-11-04 17:30:16.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov  1 22:39:46 UTC 2014 - tboer...@suse.com
+
+- Replaced rb_ver with an asterisk to expand correctly with multiple ruby 
versions
+
+---



Other differences:
--
++ rubygem-ruby-shadow.spec ++
--- /var/tmp/diff_new_pack.GFd7Z3/_old  2014-11-04 17:30:17.0 +0100
+++ /var/tmp/diff_new_pack.GFd7Z3/_new  2014-11-04 17:30:17.0 +0100
@@ -53,7 +53,7 @@
   -f
 %gem_cleanup
 # MANUAL
-find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 
-name "*.[h|c]" -exec rm {} \;
+find %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/ -name 
"*.[h|c]" -exec rm {} \;
 # /MANUAL
 
 %gem_packages

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.GFd7Z3/_old  2014-11-04 17:30:17.0 +0100
+++ /var/tmp/diff_new_pack.GFd7Z3/_new  2014-11-04 17:30:17.0 +0100
@@ -1,4 +1,4 @@
 :license: SUSE-Public-Domain
 
 :post_install: |-
-  find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 
-name "*.[h|c]" -exec rm {} \;
+  find %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/ -name 
"*.[h|c]" -exec rm {} \;

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



commit rubygem-ruby-shadow for openSUSE:Factory

2014-10-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby-shadow for 
openSUSE:Factory checked in at 2014-10-25 08:47:50

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


Package is "rubygem-ruby-shadow"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby-shadow/rubygem-ruby-shadow.changes  
2014-05-21 16:30:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-shadow.new/rubygem-ruby-shadow.changes 
2014-10-25 11:17:40.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 24 15:01:05 UTC 2014 - tboer...@suse.com
+
+- Added new ruby macros
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-ruby-shadow.spec ++
--- /var/tmp/diff_new_pack.63ybGZ/_old  2014-10-25 11:17:41.0 +0200
+++ /var/tmp/diff_new_pack.63ybGZ/_new  2014-10-25 11:17:41.0 +0200
@@ -16,64 +16,46 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-ruby-shadow
 Version:2.3.4
 Release:0
 %define mod_name ruby-shadow
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 3
-Requires:   ruby >= 1.8
-BuildRequires:  ruby >= 1.8
-BuildRequires:  ruby-devel
+BuildRequires:  %{rubydevel >= 1.8}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros >= 5
 Url:https://github.com/apalmblad/ruby-shadow
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:*nix Shadow Password Module
 License:SUSE-Public-Domain
 Group:  Development/Languages/Ruby
 
 %description
 This module provides access to shadow passwords on Linux, OSX, FreeBSD,
-OpenBSD, and Solaris
-
-%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.
+OpenBSD, and Solaris.
 
 %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
+%gem_install \
+  --doc-files="HISTORY LICENSE README" \
+  -f
 %gem_cleanup
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/HISTORY 
%buildroot/%{_docdir}/%{name}/HISTORY
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README 
%buildroot/%{_docdir}/%{name}/README
 # MANUAL
-# clean up source
-find %buildroot%{gem_base}/gems/%{mod_full_name} -name "*.c" -exec rm -v {} \;
+find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 
-name "*.[h|c]" -exec rm {} \;
+# /MANUAL
 
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_extensions}/%{mod_full_name}
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
:license: SUSE-Public-Domain

:post_install: |-
  find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 
-name "*.[h|c]" -exec rm {} \;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-ruby-shadow for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby-shadow for 
openSUSE:Factory checked in at 2014-05-21 16:30:19

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


Package is "rubygem-ruby-shadow"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby-shadow/rubygem-ruby-shadow.changes  
2014-03-04 13:59:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-shadow.new/rubygem-ruby-shadow.changes 
2014-05-21 16:30:21.0 +0200
@@ -1,0 +2,7 @@
+Sun May 18 09:04:43 UTC 2014 - co...@suse.com
+
+- updated to version 2.3.4
+  * Added support for more BSDs, thanks to https://github.com/bsiegert.
+  * Simplified compatibility check, removing check for function not actually 
used in pwd.h implementations.
+
+---

Old:

  ruby-shadow-2.3.3.gem

New:

  ruby-shadow-2.3.4.gem



Other differences:
--
++ rubygem-ruby-shadow.spec ++
--- /var/tmp/diff_new_pack.Y3ZUMx/_old  2014-05-21 16:30:25.0 +0200
+++ /var/tmp/diff_new_pack.Y3ZUMx/_new  2014-05-21 16:30:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-ruby-shadow
-Version:2.3.3
+Version:2.3.4
 Release:0
 %define mod_name ruby-shadow
 %define mod_full_name %{mod_name}-%{version}
@@ -60,6 +60,7 @@
 ln -s %{gem_base}/gems/%{mod_full_name}/HISTORY 
%buildroot/%{_docdir}/%{name}/HISTORY
 ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 ln -s %{gem_base}/gems/%{mod_full_name}/README 
%buildroot/%{_docdir}/%{name}/README
+# MANUAL
 # clean up source
 find %buildroot%{gem_base}/gems/%{mod_full_name} -name "*.c" -exec rm -v {} \;
 

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



commit rubygem-ruby-shadow for openSUSE:Factory

2014-03-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby-shadow for 
openSUSE:Factory checked in at 2014-03-04 13:59:30

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


Package is "rubygem-ruby-shadow"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby-shadow/rubygem-ruby-shadow.changes  
2014-02-13 22:03:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-shadow.new/rubygem-ruby-shadow.changes 
2014-03-04 13:59:31.0 +0100
@@ -1,0 +2,11 @@
+Mon Mar  3 15:29:58 UTC 2014 - bo...@steki.net
+
+- bugfix regarding shadow implementation:
+  When the implementations were split into shadow and pwd, the code
+  initialzing the structure used in the shadow implementation was replaced
+  by older code not including the added field, always nil in that
+  implemenation, for pw_change.
+  The intent currently is that the passwdEntry structure should contain
+  all the fields available across implementations. 
+
+---

Old:

  ruby-shadow-2.3.2.gem

New:

  ruby-shadow-2.3.3.gem



Other differences:
--
++ rubygem-ruby-shadow.spec ++
--- /var/tmp/diff_new_pack.xQxP4P/_old  2014-03-04 13:59:31.0 +0100
+++ /var/tmp/diff_new_pack.xQxP4P/_new  2014-03-04 13:59:31.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-ruby-shadow
-Version:2.3.2
+Version:2.3.3
 Release:0
 %define mod_name ruby-shadow
 %define mod_full_name %{mod_name}-%{version}
@@ -60,6 +60,8 @@
 ln -s %{gem_base}/gems/%{mod_full_name}/HISTORY 
%buildroot/%{_docdir}/%{name}/HISTORY
 ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 ln -s %{gem_base}/gems/%{mod_full_name}/README 
%buildroot/%{_docdir}/%{name}/README
+# clean up source
+find %buildroot%{gem_base}/gems/%{mod_full_name} -name "*.c" -exec rm -v {} \;
 
 %files
 %defattr(-,root,root,-)

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



commit rubygem-ruby-shadow for openSUSE:Factory

2014-02-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby-shadow for 
openSUSE:Factory checked in at 2014-02-13 22:03:05

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


Package is "rubygem-ruby-shadow"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby-shadow/rubygem-ruby-shadow.changes  
2013-12-23 22:20:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-shadow.new/rubygem-ruby-shadow.changes 
2014-02-13 22:03:06.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 13 09:41:13 UTC 2014 - co...@suse.com
+
+- use new macros
+
+---



Other differences:
--
++ rubygem-ruby-shadow.spec ++
--- /var/tmp/diff_new_pack.vAs0fY/_old  2014-02-13 22:03:06.0 +0100
+++ /var/tmp/diff_new_pack.vAs0fY/_new  2014-02-13 22:03:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-ruby-shadow
 #
-# 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
@@ -23,9 +23,10 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
+BuildRequires:  ruby-macros >= 3
 Requires:   ruby >= 1.8
-BuildRequires:  ruby-devel >= 1.8
+BuildRequires:  ruby >= 1.8
+BuildRequires:  ruby-devel
 Url:https://github.com/apalmblad/ruby-shadow
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:*nix Shadow Password Module
@@ -56,19 +57,20 @@
 %gem_install -f
 %gem_cleanup
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/HISTORY 
%buildroot/%{_docdir}/%{name}/HISTORY
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README 
%buildroot/%{_docdir}/%{name}/README
+ln -s %{gem_base}/gems/%{mod_full_name}/HISTORY 
%buildroot/%{_docdir}/%{name}/HISTORY
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{gem_base}/gems/%{mod_full_name}/README 
%buildroot/%{_docdir}/%{name}/README
 
 %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}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%{gem_extensions}/%{mod_full_name}
+%{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
 
 %changelog


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



commit rubygem-ruby-shadow for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby-shadow for 
openSUSE:Factory checked in at 2013-12-23 22:20:46

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


Package is "rubygem-ruby-shadow"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby-shadow/rubygem-ruby-shadow.changes  
2013-11-24 18:13:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-shadow.new/rubygem-ruby-shadow.changes 
2013-12-23 22:20:47.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec 20 12:02:53 UTC 2013 - co...@suse.com
+
+- updated to version 2.3.2
+ Fix up compilation issues causing problems with a non-GNU make.
+
+---

Old:

  ruby-shadow-2.3.1.gem

New:

  ruby-shadow-2.3.2.gem



Other differences:
--
++ rubygem-ruby-shadow.spec ++
--- /var/tmp/diff_new_pack.e58BrR/_old  2013-12-23 22:20:47.0 +0100
+++ /var/tmp/diff_new_pack.e58BrR/_new  2013-12-23 22:20:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-ruby-shadow
-Version:2.3.1
+Version:2.3.2
 Release:0
 %define mod_name ruby-shadow
 %define mod_full_name %{mod_name}-%{version}
@@ -33,8 +33,8 @@
 Group:  Development/Languages/Ruby
 
 %description
-This module provides access to shadow passwords on Linux, OSX, FreeBSD, and
-Solaris
+This module provides access to shadow passwords on Linux, OSX, FreeBSD,
+OpenBSD, and Solaris
 
 %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-ruby-shadow for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby-shadow for 
openSUSE:Factory checked in at 2013-11-24 18:13:23

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


Package is "rubygem-ruby-shadow"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby-shadow/rubygem-ruby-shadow.changes  
2013-05-28 14:41:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-shadow.new/rubygem-ruby-shadow.changes 
2013-11-24 18:13:24.0 +0100
@@ -1,0 +2,11 @@
+Fri Nov 22 08:40:36 UTC 2013 - co...@suse.com
+
+- updated to version 2.3.1
+  Remove sgetspent on implementations using pwd.h
+  Merge OS X work into main gem.  Fix bugs with OS X implementation and tweak 
support for FreeBSD.
+  See 
https://github.com/caleb/ruby-shadow/commit/20d98b7d9e3bbbef0b737affd3245590096a316c
+  - Add license file to Manifest.
+  - Adam Palmblad
+  Fix compilation issues with ruby 2.
+
+---

Old:

  ruby-shadow-2.2.0.gem

New:

  ruby-shadow-2.3.1.gem



Other differences:
--
++ rubygem-ruby-shadow.spec ++
--- /var/tmp/diff_new_pack.eFFfSg/_old  2013-11-24 18:13:25.0 +0100
+++ /var/tmp/diff_new_pack.eFFfSg/_new  2013-11-24 18:13:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-ruby-shadow
-Version:2.2.0
+Version:2.3.1
 Release:0
 %define mod_name ruby-shadow
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,8 @@
 Group:  Development/Languages/Ruby
 
 %description
-This module provides access to shadow passwords on Linux and Solaris
+This module provides access to shadow passwords on Linux, OSX, FreeBSD, and
+Solaris
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -55,6 +56,8 @@
 %gem_install -f
 %gem_cleanup
 mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/HISTORY 
%buildroot/%{_docdir}/%{name}/HISTORY
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README 
%buildroot/%{_docdir}/%{name}/README
 
 %files

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



commit rubygem-ruby-shadow for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby-shadow for 
openSUSE:Factory checked in at 2013-05-28 14:41:14

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


Package is "rubygem-ruby-shadow"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby-shadow/rubygem-ruby-shadow.changes  
2013-05-07 16:02:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-shadow.new/rubygem-ruby-shadow.changes 
2013-05-28 14:41:15.0 +0200
@@ -1,0 +2,7 @@
+Sat May 18 07:34:49 UTC 2013 - co...@suse.com
+
+- updated to version 2.2.0
+  - integrating rubygem-ruby-shadow-2.1.4-rb20_fixes.patch 
+  - set license in gemspec
+
+---

Old:

  README.LICENSE
  ruby-shadow-2.1.4.gem
  rubygem-ruby-shadow-2.1.4-rb20_fixes.patch

New:

  ruby-shadow-2.2.0.gem



Other differences:
--
++ rubygem-ruby-shadow.spec ++
--- /var/tmp/diff_new_pack.bdbcu8/_old  2013-05-28 14:41:16.0 +0200
+++ /var/tmp/diff_new_pack.bdbcu8/_new  2013-05-28 14:41:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-ruby-shadow
-Version:2.1.4
+Version:2.2.0
 Release:0
 %define mod_name ruby-shadow
 %define mod_full_name %{mod_name}-%{version}
@@ -27,14 +27,11 @@
 Requires:   ruby >= 1.8
 BuildRequires:  ruby-devel >= 1.8
 Url:https://github.com/apalmblad/ruby-shadow
-Source0:%{mod_full_name}.gem
-Source1:README.LICENSE
-Patch0: rubygem-ruby-shadow-2.1.4-rb20_fixes.patch
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:*nix Shadow Password Module
-License:BSD-3-Clause
+License:SUSE-Public-Domain
 Group:  Development/Languages/Ruby
-# License really is "Free for any use with your own risk!"
-# Look in README.LICENSE for clarification
+
 %description
 This module provides access to shadow passwords on Linux and Solaris
 
@@ -48,20 +45,21 @@
 Usually in RDoc and RI formats.
 
 %prep
-%gem_unpack
-%patch0
-%gem_build
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
-cp %{SOURCE1} README.LICENSE
 
 %install
 %gem_install -f
 %gem_cleanup
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README 
%buildroot/%{_docdir}/%{name}/README
 
 %files
 %defattr(-,root,root,-)
-%doc README.LICENSE
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

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



commit rubygem-ruby-shadow for openSUSE:Factory

2013-05-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby-shadow for 
openSUSE:Factory checked in at 2013-05-07 16:02:41

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


Package is "rubygem-ruby-shadow"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby-shadow/rubygem-ruby-shadow.changes  
2012-11-16 14:33:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-shadow.new/rubygem-ruby-shadow.changes 
2013-05-07 16:02:42.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 29 14:02:06 UTC 2013 - bo...@steki.net
+
+- update gem extconf.rb to support ruby 2.0 
+
+---

New:

  rubygem-ruby-shadow-2.1.4-rb20_fixes.patch



Other differences:
--
++ rubygem-ruby-shadow.spec ++
--- /var/tmp/diff_new_pack.bzpkvd/_old  2013-05-07 16:02:43.0 +0200
+++ /var/tmp/diff_new_pack.bzpkvd/_new  2013-05-07 16:02:43.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ruby-shadow
+# spec file for package rubygem-ruby-shadow
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -27,13 +27,14 @@
 Requires:   ruby >= 1.8
 BuildRequires:  ruby-devel >= 1.8
 Url:https://github.com/apalmblad/ruby-shadow
-Source: %{mod_full_name}.gem
+Source0:%{mod_full_name}.gem
 Source1:README.LICENSE
+Patch0: rubygem-ruby-shadow-2.1.4-rb20_fixes.patch
 Summary:*nix Shadow Password Module
-# License really is "Free for any use with your own risk!"
-# Look in README.LICENSE for clarification
 License:BSD-3-Clause
 Group:  Development/Languages/Ruby
+# License really is "Free for any use with your own risk!"
+# Look in README.LICENSE for clarification
 %description
 This module provides access to shadow passwords on Linux and Solaris
 
@@ -47,9 +48,9 @@
 Usually in RDoc and RI formats.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
+%gem_unpack
+%patch0
+%gem_build
 
 %build
 cp %{SOURCE1} README.LICENSE


++ rubygem-ruby-shadow-2.1.4-rb20_fixes.patch ++
--- x/extconf.rb1970-01-01 01:00:00.0 +0100
+++ extconf.rb  2013-04-29 16:04:50.713835819 +0200
@@ -1,12 +1,13 @@
 #  -*- ruby -*-
 # extconf.rb
 #
+# Modified at: <2013/4/29 15:44:00 by bmanojlovic>
 # Modified at: <1999/8/19 06:38:55 by ttate> 
 #
 
 require 'mkmf'
 
-$CFLAGS = RUBY_VERSION =~ /1\.9/ ? '-DRUBY19' : ''
+$CFLAGS = RUBY_VERSION =~ /(1\.9|2\.[0-9])/ ? '-DRUBY19' : ''
 
 #$LDFLAGS = "-lshadow"
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-ruby-shadow for openSUSE:Factory

2012-11-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby-shadow for 
openSUSE:Factory checked in at 2012-11-16 14:33:14

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


Package is "rubygem-ruby-shadow", Maintainer is "cth...@suse.com"

Changes:

New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-shadow.new/rubygem-ruby-shadow.changes 
2012-11-16 14:33:15.0 +0100
@@ -0,0 +1,11 @@
+---
+Thu Nov 15 09:31:40 UTC 2012 - bo...@steki.net
+
+- updated License from wrongly selected MIT to
+  author approved BSD-3-Clause (or Public Domain) 
+
+---
+Tue Oct 23 23:08:25 UTC 2012 - bo...@steki.net
+
+- initial packaging 2.1.4 
+

New:

  README.LICENSE
  ruby-shadow-2.1.4.gem
  rubygem-ruby-shadow.changes
  rubygem-ruby-shadow.spec



Other differences:
--
++ rubygem-ruby-shadow.spec ++
#
# spec file for package ruby-shadow
#
# Copyright (c) 2012 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-ruby-shadow
Version:2.1.4
Release:0
%define mod_name ruby-shadow
%define mod_full_name %{mod_name}-%{version}

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros >= 1
Requires:   ruby >= 1.8
BuildRequires:  ruby-devel >= 1.8
Url:https://github.com/apalmblad/ruby-shadow
Source: %{mod_full_name}.gem
Source1:README.LICENSE
Summary:*nix Shadow Password Module
# License really is "Free for any use with your own risk!"
# Look in README.LICENSE for clarification
License:BSD-3-Clause
Group:  Development/Languages/Ruby
%description
This module provides access to shadow passwords on Linux and Solaris

%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.

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

%build
cp %{SOURCE1} README.LICENSE

%install
%gem_install -f
%gem_cleanup

%files
%defattr(-,root,root,-)
%doc README.LICENSE
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%{_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}/

%changelog
++ README.LICENSE ++



   
Delivered-To: bo...@steki.net
Received: by 10.76.75.133 with SMTP id c5csp761308oaw;
Wed, 14 Nov 2012 22:39:45 -0800 (PST)
Received: by 10.50.154.227 with SMTP id vr3mr1661714igb.43.1352961583924;
Wed, 14 Nov 2012 22:39:43 -0800 (PST)
Return-Path: 
Received: from mail-ie0-f176.google.com (mail-ie0-f176.google.com 
[209.85.223.176])
by mx.google.com with ESMTPS id lt8si3750336igc.16.2012.11.14.22.39.42
(version=TLSv1/SSLv3 cipher=OTHER);
Wed, 14 Nov 2012 22:39:43 -0800 (PST)
Received-SPF: pass (google.com: domain of gtt...@gmail.com designates 
209.85.223.176 as permitted sender) client-ip=209.85.223.176;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of 
gtt...@gmail.com designates 209.85.223.176 as permitted sender) 
smtp.mail=gtt...@gmail.com; dkim=pass header.i=@gmail.com
Received: by mail-ie0-f176.google.com with SMTP id k11so1652852iea.7
for ; Wed, 14 Nov 2012 22:39:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:sub