Hello community,

here is the log from the commit of package yast2-power-management for 
openSUSE:Factory checked in at 2013-08-05 20:56:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-power-management (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-power-management.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-power-management"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-power-management/yast2-power-management.changes
    2011-09-23 12:53:19.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-power-management.new/yast2-power-management.changes
       2013-08-05 20:56:19.000000000 +0200
@@ -1,0 +2,28 @@
+Wed Jul 31 08:37:01 UTC 2013 - [email protected]
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+-------------------------------------------------------------------
+Tue Nov 13 11:11:18 CET 2012 - [email protected]
+
+- confirmed gpl v2 license
+- 2.21.1
+
+-------------------------------------------------------------------
+Mon Jul  9 13:21:29 CEST 2012 - [email protected]
+
+- fixed rnc schema file (bnc#752450)
+
+-------------------------------------------------------------------
+Thu Mar 29 15:41:36 CEST 2012 - [email protected]
+
+- merged proofread texts 
+
+-------------------------------------------------------------------
+Fri Aug  5 12:34:35 CEST 2011 - [email protected]
+
+- fixed .desktop file (bnc #681249)
+
+-------------------------------------------------------------------

Old:
----
  yast2-power-management-2.21.0.tar.bz2

New:
----
  yast2-power-management-3.0.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-power-management.spec ++++++
--- /var/tmp/diff_new_pack.uEq4dH/_old  2013-08-05 20:56:20.000000000 +0200
+++ /var/tmp/diff_new_pack.uEq4dH/_new  2013-08-05 20:56:20.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-power-management
 #
-# 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
@@ -15,54 +15,55 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           yast2-power-management
-Version:        2.21.0
-Release:        1
+Version:        3.0.0
+Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-power-management-2.21.0.tar.bz2
-
-Prefix:         /usr
+Source0:        yast2-power-management-%{version}.tar.bz2
 
-Group:          System/YaST
-License:        GPL-2.0+
-BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
 Requires:       gettext
 BuildArch:      noarch
 
 # .etc.policykit agent
 Requires:       yast2 >= 2.14.7
 
+Requires:       yast2-ruby-bindings >= 1.0.0
+
 Summary:        YaST2 - Power Management Configuration
+License:        GPL-2.0
+Group:          System/YaST
 
 %description
 This package contains the YaST2 component for Power management
 configuration.
 
 %prep
-%setup -n yast2-power-management-2.21.0
+%setup -n yast2-power-management-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
-%{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
     d=${f##*/}
     %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -74,11 +75,12 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/power-management
 /usr/share/YaST2/include/power-management/*
-/usr/share/YaST2/clients/power-management.ycp
-/usr/share/YaST2/clients/power-management_*.ycp
+/usr/share/YaST2/clients/power-management.rb
+/usr/share/YaST2/clients/power-management_*.rb
 /usr/share/YaST2/modules/PowerManagement.*
-%{prefix}/share/applications/YaST2/power-management.desktop
+%{_prefix}/share/applications/YaST2/power-management.desktop
 /usr/share/YaST2/scrconf/*
 /usr/share/YaST2/schema/autoyast/rnc/power-management.rnc
-%doc %{prefix}/share/doc/packages/yast2-power-management
+%doc %{_prefix}/share/doc/packages/yast2-power-management
+
 %changelog

++++++ yast2-power-management-2.21.0.tar.bz2 -> 
yast2-power-management-3.0.0.tar.bz2 ++++++
++++ 11047 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to