Hello community, here is the log from the commit of package yumex checked in at Fri May 26 17:49:47 CEST 2006. -------- --- yumex/yumex.changes 2006-01-25 21:50:04.000000000 +0100 +++ yumex/yumex.changes 2006-05-26 16:38:08.000000000 +0200 @@ -1,0 +2,7 @@ +Fri May 26 16:31:46 CEST 2006 - cthiel@suse.de + +- update to version 1.0.0 + * yum 2.6.x-compatible release + * numerous feature enhancements & bugfixes + +------------------------------------------------------------------- Old: ---- yumex-0.44-1.tar.bz2 yumex-no-consoleapps.diff yumex-yumex.desktop.diff New: ---- yumex-1.0.0.tar.bz2 yumex-Makefile.patch yumex-yumex.desktop.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yumex.spec ++++++ --- /var/tmp/diff_new_pack.vOgIGp/_old 2006-05-26 17:49:41.000000000 +0200 +++ /var/tmp/diff_new_pack.vOgIGp/_new 2006-05-26 17:49:41.000000000 +0200 @@ -1,11 +1,11 @@ # -# spec file for package yumex (Version 0.44.1) +# spec file for package yumex (Version 1.0.0) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 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 +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -13,17 +13,16 @@ Name: yumex BuildRequires: intltool perl-XML-Parser python-devel update-desktop-files Summary: Yum Extender graphical package management tool -Version: 0.44.1 +Version: 1.0.0 Release: 1 -Source: %{name}-0.44-1.tar.bz2 -Patch1: yumex-no-consoleapps.diff -Patch2: yumex-yumex.desktop.diff -URL: http://linux.rasmil.dk/yumex +Source: %{name}-%{version}.tar.bz2 +Patch1: yumex-Makefile.patch +Patch2: yumex-yumex.desktop.patch +URL: http://yumex.python-hosting.com/ Group: System/Packages License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: yum >= 2.3.2, python, python-gtk >= 2.0.0 -BuildArch: noarch +Requires: yum >= 2.6, python, python-gtk >= 2.0.0 %{py_requires} %description @@ -36,21 +35,17 @@ Tim Lauridsen <tla@rasmil.dk> %prep -%setup -q -n %{name}-0.44 +%setup %patch1 %patch2 %build -%{__make} VERSION="%{version}" RELEASE="%{release}" +make %install -%{__make} \ - VERSION="%{version}" RELEASE="%{release}" \ - DESTDIR="$RPM_BUILD_ROOT" \ - install -%{__ln_s} ../share/yumex/yumex "%{buildroot}%{_bindir}/yumex" -%{__rm} $RPM_BUILD_ROOT%{_datadir}/yumex/COPYING -%suse_update_desktop_file %{name} -r System PackageManager +make DESTDIR=$RPM_BUILD_ROOT install +rm -rf $RPM_BUILD_ROOT%{_datadir}/yumex/COPYING +%suse_update_desktop_file -r %{name} System PackageManager %clean rm -rf $RPM_BUILD_ROOT @@ -58,7 +53,6 @@ %files %defattr(-,root,root) %doc ChangeLog COPYING -%config(noreplace) /etc/pam.d/yumex %config(noreplace) %{_sysconfdir}/yumex.conf %config(noreplace) %{_sysconfdir}/yumex.profiles.conf %{_bindir}/yumex @@ -66,8 +60,13 @@ %{_datadir}/locale/*/LC_MESSAGES/yumex.mo %{_datadir}/pixmaps/yumex %{_datadir}/yumex +%{py_sitedir}/* %changelog -n yumex +* Fri May 26 2006 - cthiel@suse.de +- update to version 1.0.0 + * yum 2.6.x-compatible release + * numerous feature enhancements & bugfixes * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Sat Dec 24 2005 - cthiel@suse.de ++++++ yumex-0.44-1.tar.bz2 -> yumex-1.0.0.tar.bz2 ++++++ ++++ 46382 lines of diff (skipped) ++++++ yumex-Makefile.patch ++++++ --- Makefile +++ Makefile @@ -22,18 +22,11 @@ mkdir -p $(DESTDIR)/usr/share/applications mkdir -p $(DESTDIR)/usr/bin mkdir -p $(DESTDIR)/etc - mkdir -p $(DESTDIR)/etc/pam.d - mkdir -p $(DESTDIR)/etc/security/console.apps install -m644 COPYING $(DESTDIR)/usr/share/yumex/. - install -m755 $(MISCDIR)/yumex $(DESTDIR)/usr/share/yumex/. + install -m755 $(MISCDIR)/yumex $(DESTDIR)/usr/bin/yumex install -m644 $(PIXDIR)/*.png $(DESTDIR)/usr/share/pixmaps/yumex/. install -m644 $(MISCDIR)/yumex.profiles.conf $(DESTDIR)/etc/. - install -m644 $(MISCDIR)/yumex.pam $(DESTDIR)/etc/pam.d/yumex install -m600 $(MISCDIR)/yumex.conf.default $(DESTDIR)/etc/yumex.conf - install -m644 $(MISCDIR)/yumex.pam $(DESTDIR)/etc/pam.d/yumex - install -m644 $(MISCDIR)/yumex.console.app $(DESTDIR)/etc/security/console.apps/yumex - ln -s consolehelper $(DESTDIR)/usr/bin/yumex - chmod +x $(DESTDIR)/usr/share/yumex/yumex install -m644 $(MISCDIR)/yumex.desktop $(DESTDIR)/usr/share/applications/. for d in $(SUBDIRS); do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done --- src/Makefile +++ src/Makefile @@ -11,6 +11,6 @@ install: mkdir -p $(DESTDIR)/usr/share/yumex mkdir -p $(DESTDIR)/usr/share/yumex - install -m755 *.pyc $(DESTDIR)/$(PKGDIR)/. + install -m644 *.pyc $(DESTDIR)/$(PKGDIR)/. install -m755 *.py $(DESTDIR)/$(PKGDIR)/. install -m644 yumex.glade $(DESTDIR)/$(PKGDIR)/. ++++++ yumex-yumex.desktop.patch ++++++ --- misc/yumex.desktop +++ misc/yumex.desktop @@ -7,3 +7,5 @@ Type=Application Terminal=false Encoding=UTF-8 +X-KDE-SubstituteUID=true +X-KDE-Username=root ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...