Mailinglist Archive: opensuse-commit (1116 mails)
| < Previous | Next > |
commit facter for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 23 Feb 2009 22:29:12 +0100
- Message-id: <20090223212913.26140678157@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package facter for openSUSE:Factory
checked in at Mon Feb 23 22:29:12 CET 2009.
--------
--- facter/facter.changes 2008-09-09 17:24:40.000000000 +0200
+++ facter/facter.changes 2009-02-23 17:52:22.000000000 +0100
@@ -1,0 +2,14 @@
+Mon Feb 23 17:50:16 CET 2009 - anicka@xxxxxxx
+
+- update to 1.5.4
+ * Added support for Oracle VM Server to operatingsystem
+ * and operatingsystemrelease
+ * Added support for Oracle Enterprise Linux to operatingsystem
+ * and operatingsystemrelease
+ * Added network fact
+ * Added uptime facts
+ * Added ci namespace and Rake tasks
+ * Added Ubuntu to a variety of confines
+ * bugfixes
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
facter-1.5.2.tar.bz2
New:
----
facter-1.5.4-install.diff
facter-1.5.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ facter.spec ++++++
--- /var/tmp/diff_new_pack.IJ6773/_old 2009-02-23 22:28:05.000000000 +0100
+++ /var/tmp/diff_new_pack.IJ6773/_new 2009-02-23 22:28:05.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package facter (Version 1.5.2)
+# spec file for package facter (Version 1.5.4)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 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
@@ -18,7 +18,7 @@
Name: facter
-Version: 1.5.2
+Version: 1.5.4
Release: 1
AutoReqProv: on
Group: Development/Languages/Ruby
@@ -26,6 +26,7 @@
Url: http://www.reductivelabs.com/downloads/facter/
Summary: A cross-platform Ruby library for retrieving facts from
operating systems
Source: %{name}-%{version}.tar.bz2
+Patch: %{name}-%{version}-install.diff
Requires: ruby
BuildRequires: ruby
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -41,6 +42,7 @@
%prep
%setup -q
+%patch
%build
@@ -59,6 +61,17 @@
%{_bindir}/facter
%changelog
+* Mon Feb 23 2009 anicka@xxxxxxx
+- update to 1.5.4
+ * Added support for Oracle VM Server to operatingsystem
+ * and operatingsystemrelease
+ * Added support for Oracle Enterprise Linux to operatingsystem
+ * and operatingsystemrelease
+ * Added network fact
+ * Added uptime facts
+ * Added ci namespace and Rake tasks
+ * Added Ubuntu to a variety of confines
+ * bugfixes
* Tue Sep 09 2008 anicka@xxxxxxx
- update to 1.5.2
* Added a Process.waitall thread when there's a timeout,
++++++ facter-1.5.4-install.diff ++++++
--- install.rb
+++ install.rb
@@ -93,7 +93,7 @@
op = File.dirname(olf)
File.makedirs(op, true)
File.chmod(0755, op)
- File.install(lf, olf, 0755, true)
+ File.install(lf, olf, 0644, true)
end
end
++++++ facter-1.5.2.tar.bz2 -> facter-1.5.4.tar.bz2 ++++++
++++ 3906 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |