Hello community,

here is the log from the commit of package kde3-kupdateapplet for 
openSUSE:Factory
checked in at Tue Sep 20 09:32:37 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/kde3-kupdateapplet/kde3-kupdateapplet.changes  
2011-09-19 23:09:35.000000000 +0200
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Mon Sep 19 21:08:28 UTC 2011 - an...@opensuse.org
+
+- fixed code to match current zypper interface
+
+------------------------------------------------------------------- 

calling whatdependson for head-i586


New:
----
  command-fix.patch
  kde3-kupdateapplet.changes
  kde3-kupdateapplet.spec
  opensuse-updater-kde-0.6.tar.bz2
  zypp-checkpatches-wrapper

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

Other differences:
------------------
++++++ kde3-kupdateapplet.spec ++++++
#
# spec file for package opensuse-updater-kde (Version 0.6)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           kde3-kupdateapplet
BuildRequires:  kdelibs3-devel >= 3.5.7
BuildRequires:  kdepim3-devel update-desktop-files
BuildRequires:  cmake >= 2.4.6
License:        GPL v2 or later
Group:          System/Management
Summary:        KDE updater applet for OpenSUSE
Version:        0.6
Release:        32
Url:            http://en.opensuse.org/KDE_Updater_Applet
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Source0:        opensuse-updater-kde-%{version}.tar.bz2
Source1:        zypp-checkpatches-wrapper
Patch0:         command-fix.patch
Requires:       zypper >= 0.8.22
Provides:       opensuse-updater = 0.5
Obsoletes:      opensuse-updater <= 0.5
Provides:       opensuse-updater-kde = %{version}
Obsoletes:      opensuse-updater-kde < %{version}

# opensuse-updater was lat used in openSUSE 10.2

%description
KDE updater applet for OpenSUSE

Authors:
--------
    Narayan Newton <narayannew...@gmail.com>

%prep
%setup -q -n opensuse-updater-kde-%{version} 
%patch0 -p1
sed -i 
's|/usr/sbin/zypp-checkpatches-wrapper|/opt/kde3/bin/zypp-checkpatches-wrapper|g'
 updater/zypp/.svn/text-base/ZYppUpdater.cpp.svn-base
sed -i 
's|/usr/sbin/zypp-checkpatches-wrapper|/opt/kde3/bin/zypp-checkpatches-wrapper|g'
 updater/zypp_traditional/.svn/text-base/ZYppUpdater.cpp.svn-base
sed -i 
's|/usr/sbin/zypp-checkpatches-wrapper|/opt/kde3/bin/zypp-checkpatches-wrapper|g'
 updater/zypp_traditional/ZYppUpdater.cpp
sed -i 
's|/usr/sbin/zypp-checkpatches-wrapper|/opt/kde3/bin/zypp-checkpatches-wrapper|g'
 updater/zypp/ZYppUpdater.cpp
sed -i 's|--force|--force --force-resolution|g' updater/zypp/zypper_install
sed -i 's|/usr/sbin/zypper_install|/opt/kde3/bin/zypper_install|g' 
updater/zypp/ZYppUpdater.cpp


. /etc/opt/kde3/common_options

%build
. /etc/opt/kde3/common_options
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/opt/kde3 \
      -DLIB=%{_lib} \
      -DCMAKE_C_FLAGS="%{optflags} -Wl,--add-needed" \
      -DCMAKE_CXX_FLAGS="%{optflags} -Wl,--add-needed" \
      -DCMAKE_BUILD_TYPE=Release \
      -DCMAKE_SKIP_RPATH=1 \
      ..
make

%install
. /etc/opt/kde3/common_options
cd build
make DESTDIR=$RPM_BUILD_ROOT $INSTALL_TARGET
rm -rf $RPM_BUILD_ROOT/opt/kde3/include
%suse_update_desktop_file opensuseupdater
install -d $RPM_BUILD_ROOT/opt/kde3/bin
cp -f %{SOURCE1} $RPM_BUILD_ROOT/opt/kde3/bin
chmod +x $RPM_BUILD_ROOT/opt/kde3/bin/zypp-checkpatches-wrapper
mv -f $RPM_BUILD_ROOT/usr/sbin/zypper_install $RPM_BUILD_ROOT/opt/kde3/bin
%find_lang opensuseupdater

%post
%run_ldconfig

%postun
%run_ldconfig

%clean
rm -rf $RPM_BUILD_ROOT
#%files -f opensuseupdater.lang

%files
%defattr(-,root,root)
/opt/kde3/bin/*
/opt/kde3/share/apps/opensuseupdater
/opt/kde3/share/icons/hicolor/*
/opt/kde3/share/applnk/*
/opt/kde3/share/autostart/*.desktop
/opt/kde3/share/servicetypes/*
/opt/kde3/share/applications/kde/opensuseupdater.desktop
/opt/kde3/%{_lib}/*
/opt/kde3/share/services/*
/opt/kde3/share/config.kcfg/opensuseupdater_settings.kcfg
/opt/kde3/bin/zypp-checkpatches-wrapper
#/opt/kde3/share/doc/*
/opt/kde3/bin/zypper_install
/opt/kde3/share/locale
%changelog
* Tue Sep 25 2007 - tgoettlic...@suse.de
- prevent command injection
- r7383
* Tue Sep 25 2007 - tgoettlic...@suse.de
- fixed /tmp problem in zypper_install (#327367)
- r7370
* Mon Sep 24 2007 - tgoettlic...@suse.de
- updated translations
- r7348
* Mon Sep 24 2007 - tgoettlic...@suse.de
- fixed /tmp problem in zypper_install (#327367)
- r7346
* Fri Sep 21 2007 - tgoettlic...@suse.de
- updated translations (#326827)
- r7321
* Thu Sep 20 2007 - tgoettlic...@suse.de
- fixed nothing happens if "Add/update remote sources" is selected
- r7313
* Tue Sep 18 2007 - tgoettlic...@suse.de
- altered call of zypper (relates to #309267)
- r7285
* Mon Sep 17 2007 - tgoettlic...@suse.de
- updated translations
- r7257
* Fri Sep 14 2007 - tgoettlic...@suse.de
- updated translations
- r7244
* Fri Sep 14 2007 - tgoettlic...@suse.de
- fixed details dialog not really usable without mouse (#310369)
- r7242
* Wed Sep 12 2007 - tgoettlic...@suse.de
- updated icons
- r7201
* Mon Sep 10 2007 - tgoettlic...@suse.de
- fixed declining license does not abort (#308985)
- r7162
* Fri Sep 07 2007 - tgoettlic...@suse.de
- updated translations
- r7148
* Fri Sep 07 2007 - tgoettlic...@suse.de
- fixed opensuse-updater should also offer Recommend updates by default 
(#308550)
- r7138
* Thu Sep 06 2007 - tgoettlic...@suse.de
- fixed duplicated text in error message (#308125)
- r7130
* Thu Sep 06 2007 - tgoettlic...@suse.de
- fixed notification area of opensuse-updater-kde goes out of the display 
boundaries (#307661)
- fixed bug in internal states
- r7120
* Wed Sep 05 2007 - tgoettlic...@suse.de
- added state "no network" with gray tray icon
- r7105
* Mon Sep 03 2007 - tgoettlic...@suse.de
- changed call of "yast2 inst_source" to "yast2 repositories"
- r7088
* Mon Sep 03 2007 - tgoettlic...@suse.de
- updated translations
- r7079
* Mon Sep 03 2007 - tgoettlic...@suse.de
- fixed bug that prevented install of pkg-mgr-patch
- r7078
* Fri Aug 31 2007 - tgoettlic...@suse.de
- improved error handling
- r7046
* Thu Aug 30 2007 - tgoettlic...@suse.de
- fixed opensuse kde steal focus (#305522)
- r7001
* Wed Aug 29 2007 - tgoettlic...@suse.de
- fixed "Updating..." progress popup is disturbing (#304338)
- r6962
* Wed Aug 29 2007 - tgoettlic...@suse.de
- updated translations
- r6959
* Mon Aug 27 2007 - tgoettlic...@suse.de
- version 0.6
- r6896
- r6897
* Mon Aug 27 2007 - tgoettlic...@suse.de
- fixed opensuse-updater reminds you of updates way too
  frequently by default (#304716)
- r6886
- r6888
* Fri Aug 24 2007 - tgoettlic...@suse.de
- fixed installation of icons in incorrect size (#304157)
- r6865
* Fri Aug 24 2007 - tgoettlic...@suse.de
- updated translations
- r6857
* Thu Aug 23 2007 - tgoettlic...@suse.de
- fixed overlong error message (#247195)
- r6849
* Thu Aug 23 2007 - tgoettlic...@suse.de
- fixed wrong button on icon (#303621)
- r6826.
* Wed Aug 22 2007 - tgoettlic...@suse.de
- fixed tray icon for optional updates (#298946)
- r6809
* Tue Aug 21 2007 - tgoettlic...@suse.de
- unification and cleanup of xml
- r6799
* Mon Aug 20 2007 - tgoettlic...@suse.de
- updated translations
- r6752
* Mon Aug 20 2007 - tgoettlic...@suse.de
- fixed typo
- r6751
* Fri Aug 17 2007 - tgoettlic...@suse.de
- updated translations
- r6729
* Thu Aug 16 2007 - tgoettlic...@suse.de
- fixed missing error handling
- added work around for zypper install
- r6712
* Thu Aug 16 2007 - tgoettlic...@suse.de
- fixed "Check Now" active while checking
- r6706
* Thu Aug 16 2007 - tgoettlic...@suse.de
- fixed typo in in configuration dialog (#300915)
- r6696
* Wed Aug 15 2007 - tgoettlic...@suse.de
- fixed license window not big enough
- r6675
* Wed Aug 15 2007 - tgoettlic...@suse.de
- fixed active "Install" button does nothing case
- r6670
* Wed Aug 15 2007 - tgoettlic...@suse.de
- added config switch for display of notifications
- prevent chaning show/hide of notifications
- r6664
- r6663
* Wed Aug 15 2007 - tgoettlic...@suse.de
- fixed opensuseupdater-kde shows config dialog on startup
- r6657
* Tue Aug 14 2007 - tgoettlic...@suse.de
- fixed .po errors 300180
- r6636
* Fri Aug 10 2007 - tgoettlic...@suse.de
- fix bug in config dialog
* Fri Aug 10 2007 - tgoettlic...@suse.de
- fix tracker for problems of popup-dialog: button order (#297588)
- fix problematic representation when only optional updates are
  available (#298946)
- r6567
* Fri Aug 10 2007 - tgoettlic...@suse.de
- fix typo in popup dialog text
- r6562
* Fri Aug 10 2007 - tgoettlic...@suse.de
- fix opensuseupdater-kde never autostarts (#298877)
- r6560
* Thu Aug 09 2007 - tgoettlic...@suse.de
- some changes for zypp_traditional
- r6554
* Wed Aug 08 2007 - tgoettlic...@suse.de
- some text changes
- pot file update
- r6530
* Tue Aug 07 2007 - tgoettlic...@suse.de
- added state unknown when no update sources are defined (fate# 300635)
- r6508
* Mon Aug 06 2007 - tgoettlic...@suse.de
- better error handling when loading of plugin fails
- r6495
* Mon Aug 06 2007 - tgoettlic...@suse.de
- fix "tracker for problems of popup-dialog" (#29758)
- r6486
* Mon Aug 06 2007 - tgoettlic...@suse.de
- fix .desktop files contain wrong app name (#297585)
- r6483
* Fri Aug 03 2007 - tgoettlic...@suse.de
- opensuse-updater talks xml with zypper now
* Mon Jul 30 2007 - tgoettlic...@suse.de
- add recurring notification
* Thu Jul 12 2007 - co...@suse.de
- fix desktop file
* Mon Jul 02 2007 - tgoettlic...@suse.de
- fixed opensuseupdater says there is one update, fires YOU, and this says 
there is none. (#279355)
- r5861
* Mon Jun 11 2007 - tgoettlic...@suse.de
- Fixed opensuseupdater detail window uses default icon (#279879)
- r5726
* Wed May 23 2007 - tgoettlic...@suse.de
- fix doesn't refresh (to no updated needed) after update installed (#227795)
- r5601
* Fri Apr 20 2007 - tgoettlic...@suse.de
- remove feature "details...." button to update notification (#230121) added in 
r5394
- r5423
* Thu Apr 19 2007 - tgoettlic...@suse.de
- fix should wait for initial update until (K)NetworkManager has established
  connection (#231203)
- r5410
* Tue Apr 17 2007 - tgoettlic...@suse.de
- add "details...." button to update notification (#230121)
- r5394
* Mon Apr 16 2007 - tgoettlic...@suse.de
- fix some translations lost/missing (#229225)
- r5384
* Fri Apr 13 2007 - tgoettlic...@suse.de
- Small string change "Check now..." => "Check Now"
- r5370
* Thu Apr 12 2007 - tgoettlic...@suse.de
- fix missing one German translation (#244583)
- r5359
* Thu Apr 12 2007 - tgoettlic...@suse.de
- fix i18n issues caused by changing PROGRAM_NAME
- r5352
* Wed Apr 11 2007 - tgoettlic...@suse.de
- fix unfortune default column width (#262332)
- r5334
* Wed Apr 11 2007 - tgoettlic...@suse.de
- fix text cut off (#220870)
- r5330
* Tue Apr 10 2007 - tgoettlic...@suse.de
- fix warning message on STDOUT (224548)
- r5325
* Tue Apr 10 2007 - tgoettlic...@suse.de
- fix Software strings / Window names (#221236)
- r5323
* Tue Apr 10 2007 - tgoettlic...@suse.de
- moved to svn.opensuse.org
- fix text cut off (#220870)
- r5321
* Tue Mar 27 2007 - dmacvi...@suse.de
- remove some useless files from the tarbal
- r500
* Mon Dec 11 2006 - dmacvi...@suse.de
- fix yast paths (#224566 - reopened)
- add basic infrastructure for cleanup at exit, not done yet
- r494
* Thu Nov 30 2006 - dmacvi...@suse.de
- Use xfg-su copy to launch yast (#224566)
- disable selection of updates for backends
  which don't support it (ie: zypp)
- fix iconname in specfile
- r492
* Mon Nov 27 2006 - dmacvi...@suse.de
- enable install button when updates are available (#218182)
- provide icon in various sizes, they doesn't look bad scaled now.
- new busy icon, which look different than the not-found con.
- r482
* Fri Nov 24 2006 - dmacvi...@suse.de
- fix closeEvent, to not block logout if applet is maximized.
  Patch by wstephenson
- r474
* Thu Nov 23 2006 - dmacvi...@suse.de
- did the fix in wring desktop file
- r472
* Thu Nov 23 2006 - dmacvi...@suse.de
- applet opens its window on desktop login (#222478), real fix
- r470
* Tue Nov 21 2006 - dmacvi...@suse.de
- fix bug number in changes file for bug 222478
* Tue Nov 21 2006 - dmacvi...@suse.de
- (#222553) opensuse-updater context menu mixed up
- recycle strings for the passive popup.
- r467
* Mon Nov 20 2006 - dmacvi...@suse.de
- (#222554) opensuseupdater.desktop misspell and duplication
- (#221850) passive notifications, patch by
  Benjamin Weber <benji.we...@gmail.com>, thanks!
- r465
* Mon Nov 20 2006 - dmacvi...@suse.de
- applet opens its window on desktop login (#222478)
- show no updates icon (#222485)
- new translations
- r461
* Thu Nov 16 2006 - dmacvi...@suse.de
- Dont use xmlrpc over http, but direct to the socket.
  (#218468). Zenworks backend working again.
- r457
* Tue Nov 14 2006 - dmacvi...@suse.de
- fix autostart (#220209)
- allow checking from the UI (#219954)
- use KDE's network service to skip check if offline (#220193)
- r455
* Fri Nov 10 2006 - dmacvi...@suse.de
- new icons by the Interfaces and Applications team.
- r452
* Thu Nov 09 2006 - dmacvi...@suse.de
- fix message extraction
- r450
* Thu Nov 09 2006 - dmacvi...@suse.de
- Complain if can't launch the helper
- Use plural and .arg() for translations
- extract strings from ui fles
- r448
* Tue Nov 07 2006 - dmacvi...@suse.de
- add translations
- r445
* Fri Nov 03 2006 - dmacvi...@suse.de
- fix reading backend on startup
- version 0.4
- r442
* Tue Oct 24 2006 - dmacvi...@suse.de
- missing kcfg file in spec file
- r438
* Tue Oct 24 2006 - dmacvi...@suse.de
- fixed tarball submission
* Mon Oct 23 2006 - dmacvi...@suse.de
- string fixes
- Use KConfigXT and KConfigDialog instead of
  a plain QWidget for general settings
- r435
* Thu Oct 19 2006 - dmacvi...@suse.de
- show sources in list
- show error descriptions
- r433
* Wed Oct 18 2006 - dmacvi...@suse.de
- show the right status
- r429
* Wed Oct 18 2006 - dmacvi...@suse.de
- start the check at startup
- r423
* Thu Oct 12 2006 - dmacvi...@suse.de
- revision 405 with support for direct system access
  via zypp
* Wed Aug 30 2006 - stbin...@suse.de
- fix build
* Tue Aug 29 2006 - dmacvi...@suse.de
- revision 390
++++++ command-fix.patch ++++++
diff -wruN opensuse-updater-kde-0.6.orig/updater/zypp/zypper_install 
opensuse-updater-kde-0.6/updater/zypp/zypper_install
--- opensuse-updater-kde-0.6.orig/updater/zypp/zypper_install   2007-09-25 
21:05:53.000000000 +0400
+++ opensuse-updater-kde-0.6/updater/zypp/zypper_install        2011-08-03 
04:02:09.846672921 +0400
@@ -65,7 +65,7 @@
   command="$command ; $packagecommand "
 fi
 
-kdesu --noignorebutton -d -c "( $command )     > $out 2> $err "
+kdesu --noignorebutton -d -c "( $command )"
 retval=$?
 
 rm -rf ${tempdir}
++++++ zypp-checkpatches-wrapper ++++++
zypper -x -q list-patches 

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



Remember to have fun...

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

Reply via email to