commit perl-Sys-Hostname-Long for openSUSE:Factory

2017-07-21 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Hostname-Long for 
openSUSE:Factory checked in at 2017-07-21 22:37:36

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Hostname-Long (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Hostname-Long.new (New)


Package is "perl-Sys-Hostname-Long"

Fri Jul 21 22:37:36 2017 rev:16 rq:510431 version:1.5

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Sys-Hostname-Long/perl-Sys-Hostname-Long.changes
2015-02-11 16:31:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Sys-Hostname-Long.new/perl-Sys-Hostname-Long.changes
   2017-07-21 22:37:37.340405764 +0200
@@ -1,0 +2,6 @@
+Wed Jul 12 09:33:01 UTC 2017 - dims...@opensuse.org
+
+- Add explicit hostname BuildRequires: rpm-build's dependency on
+  net-tools (which pulled in hostname) has been eliminated.
+
+---



Other differences:
--
++ perl-Sys-Hostname-Long.spec ++
--- /var/tmp/diff_new_pack.QuUKFW/_old  2017-07-21 22:37:37.884329036 +0200
+++ /var/tmp/diff_new_pack.QuUKFW/_new  2017-07-21 22:37:37.888328471 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-Hostname-Long
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -27,6 +27,8 @@
 Source: 
http://www.cpan.org/authors/id/S/SC/SCOTT/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# hostname is needed for the test suite
+BuildRequires:  hostname
 BuildRequires:  perl
 BuildRequires:  perl-macros
 %{perl_requires}




commit perl-Sys-Hostname-Long for openSUSE:Factory

2015-02-11 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Hostname-Long for 
openSUSE:Factory checked in at 2015-02-11 16:31:47

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Hostname-Long (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Hostname-Long.new (New)


Package is perl-Sys-Hostname-Long

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Sys-Hostname-Long/perl-Sys-Hostname-Long.changes
2013-03-27 19:32:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Sys-Hostname-Long.new/perl-Sys-Hostname-Long.changes
   2015-02-11 16:31:49.0 +0100
@@ -1,0 +2,6 @@
+Sat Feb  7 16:23:00 UTC 2015 - co...@suse.com
+
+- updated to 1.5
+  Improvements by Michiel Bejen michiel.bei...@gmail.com
+
+---

Old:

  Sys-Hostname-Long-1.4.tar.gz

New:

  Sys-Hostname-Long-1.5.tar.gz



Other differences:
--
++ perl-Sys-Hostname-Long.spec ++
--- /var/tmp/diff_new_pack.SZy0Ei/_old  2015-02-11 16:31:50.0 +0100
+++ /var/tmp/diff_new_pack.SZy0Ei/_new  2015-02-11 16:31:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-Hostname-Long
 #
-# Copyright (c) 2013 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
@@ -17,31 +17,31 @@
 
 
 Name:   perl-Sys-Hostname-Long
+Version:1.5
+Release:0
 %define cpan_name Sys-Hostname-Long
 Summary:Try every conceivable way to get full hostname
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Version:1.4
-Release:0
 Url:http://search.cpan.org/dist/Sys-Hostname-Long/
-Source: 
http://search.cpan.org/CPAN/authors/id/S/SC/SCOTT/Sys-Hostname-Long-1.4.tar.gz
+Source: 
http://www.cpan.org/authors/id/S/SC/SCOTT/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
-%if 0%{?suse_version}  0%{?suse_version} = 1210
 BuildRequires:  perl-macros
-%endif
+%{perl_requires}
 
 %description
-How to get the host full name in perl on multiple operating systems
-(mac, windows, unix* etc)
+How to get the host full name in perl on multiple operating systems (mac,
+windows, unix* etc)
 
 %prep
-%setup -n %{cpan_name}-%{version}
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL
-%{__make}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
 %{__make} test
@@ -51,11 +51,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Sys-Hostname-Long-1.4.tar.gz - Sys-Hostname-Long-1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Hostname-Long-1.4/Changes 
new/Sys-Hostname-Long-1.5/Changes
--- old/Sys-Hostname-Long-1.4/Changes   2005-06-26 00:34:25.0 +0200
+++ new/Sys-Hostname-Long-1.5/Changes   2015-01-13 12:02:10.0 +0100
@@ -9,3 +9,6 @@
 
 1.4   Sun Jun 26 08:14:13 2005
Damn... forgot something...
+
+1.5  Tue Jan 13 22:01:31 AEDT 2015
+   Improvements by Michiel Bejen michiel.bei...@gmail.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Hostname-Long-1.4/MANIFEST 
new/Sys-Hostname-Long-1.5/MANIFEST
--- old/Sys-Hostname-Long-1.4/MANIFEST  2005-06-26 00:17:37.0 +0200
+++ new/Sys-Hostname-Long-1.5/MANIFEST  2015-01-13 12:04:49.0 +0100
@@ -6,3 +6,4 @@
 testall.pl
 lib/Sys/Hostname/Long.pm
 META.yml Module meta-data (added by MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Hostname-Long-1.4/META.json 
new/Sys-Hostname-Long-1.5/META.json
--- old/Sys-Hostname-Long-1.4/META.json 1970-01-01 01:00:00.0 +0100
+++ new/Sys-Hostname-Long-1.5/META.json 2015-01-13 12:04:49.0 +0100
@@ -0,0 +1,44 @@
+{
+   abstract : Try every conceivable way to get full hostname,
+   author : [
+  Scott Penrose sc...@cpan.org
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921,
+   license : [
+  perl_5
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  

commit perl-Sys-Hostname-Long for openSUSE:Factory

2013-03-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Hostname-Long for 
openSUSE:Factory checked in at 2013-03-27 19:32:36

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Hostname-Long (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Hostname-Long.new (New)


Package is perl-Sys-Hostname-Long, Maintainer is dmuel...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Sys-Hostname-Long/perl-Sys-Hostname-Long.changes
2011-12-20 10:55:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Sys-Hostname-Long.new/perl-Sys-Hostname-Long.changes
   2013-03-27 19:32:38.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 27 14:22:12 UTC 2013 - rschweik...@suse.com
+
+- disable perl-macros as BuildRequires for openSUSE = 12.2
+- change implemented by rusjako
+
+---



Other differences:
--
++ perl-Sys-Hostname-Long.spec ++
--- /var/tmp/diff_new_pack.I1plTr/_old  2013-03-27 19:32:39.0 +0100
+++ /var/tmp/diff_new_pack.I1plTr/_new  2013-03-27 19:32:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-Hostname-Long
 #
-# Copyright (c) 2011 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
@@ -28,7 +28,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
+%if 0%{?suse_version}  0%{?suse_version} = 1210
 BuildRequires:  perl-macros
+%endif
 
 %description
 How to get the host full name in perl on multiple operating systems

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



commit perl-Sys-Hostname-Long for openSUSE:Factory

2011-12-20 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Hostname-Long for 
openSUSE:Factory checked in at 2011-12-20 10:55:05

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Hostname-Long (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Hostname-Long.new (New)


Package is perl-Sys-Hostname-Long, Maintainer is dmuel...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Sys-Hostname-Long/perl-Sys-Hostname-Long.changes
2011-09-23 12:38:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Sys-Hostname-Long.new/perl-Sys-Hostname-Long.changes
   2011-12-20 10:55:06.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 14 12:20:04 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ perl-Sys-Hostname-Long.spec ++
--- /var/tmp/diff_new_pack.XNIYy0/_old  2011-12-20 10:55:07.0 +0100
+++ /var/tmp/diff_new_pack.XNIYy0/_new  2011-12-20 10:55:07.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Sys-Hostname-Long (Version 1.4)
+# spec file for package perl-Sys-Hostname-Long
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Sys-Hostname-Long
 %define cpan_name Sys-Hostname-Long
 Summary:Try every conceivable way to get full hostname
-Version:1.4
-Release:58
-License:Artistic/GPL
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Version:1.4
+Release:0
 Url:http://search.cpan.org/dist/Sys-Hostname-Long/
 Source: 
http://search.cpan.org/CPAN/authors/id/S/SC/SCOTT/Sys-Hostname-Long-1.4.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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