Hello community,

here is the log from the commit of package smolt for openSUSE:11.4
checked in at Wed Mar 16 17:37:28 CET 2011.



--------
--- old-versions/11.4/UPDATES/all/smolt/smolt.changes   2011-03-11 
09:27:23.000000000 +0100
+++ 11.4/smolt/smolt.changes    2011-03-16 11:35:17.000000000 +0100
@@ -2 +2 @@
-Fri Mar 11 08:22:43 UTC 2011 - pu...@novell.com
+Tue Mar 15 10:10:14 UTC 2011 - pu...@novell.com
@@ -4 +4,7 @@
-- Requires: += "hal" (bnc#675403) 
+- update to smolt-1.4.3 (bnc#675403)
+  - no longer requires hal
+  - adds distro interface
+- drop dependency on hal
+- add smolt-pci_ids-path.patch
+- update smolt-1.4.2.2-make_install.patch
+- drop smolt-add-rootfs-to-profile.patch (in upstream)

calling whatdependson for 11.4-i586


Old:
----
  smolt-1.4.2.2.tar.bz2
  smolt-add-rootfs-to-profile.patch

New:
----
  smolt-1.4.3.tar.bz2
  smolt-pci_ids-path.patch

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

Other differences:
------------------
++++++ smolt.spec ++++++
--- /var/tmp/diff_new_pack.RLfDbB/_old  2011-03-16 17:35:31.000000000 +0100
+++ /var/tmp/diff_new_pack.RLfDbB/_new  2011-03-16 17:35:31.000000000 +0100
@@ -19,20 +19,19 @@
 
 Name:           smolt
 Summary:        Hardware Profiler
-Version:        1.4.2.2
-Release:        6.<RELEASE5>
+Version:        1.4.3
+Release:        1.<RELEASE2>
 License:        GPLv3+
 Group:          Hardware/Other
 Url:            https://hosted.fedoraproject.org/projects/smolt/
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        smolt.init
 Patch1:         smolt-1.1.1.1-desktop_file.patch
-Patch2:         smolt-%version-make_install.patch
-Patch3:         smolt-add-rootfs-to-profile.patch
+Patch2:         smolt-1.4.2.2-make_install.patch
+Patch3:         smolt-pci_ids-path.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 Requires:       dbus-1-python python-urlgrabber cron python-simplejson
-Requires:       hal
 BuildRequires:  fdupes gettext update-desktop-files
 PreReq:         /bin/cat coreutils
 
@@ -142,6 +141,11 @@
 %{_datadir}/%{name}/client/smolt_config.py
 %{_datadir}/%{name}/client/software.py
 %{_datadir}/%{name}/client/uuiddb.py
+%{_datadir}/%{name}/client/MultipartPostHandler.py
+%{_datadir}/%{name}/client/smolt_mythtv.py
+%{_datadir}/%{name}/client/devicelist.py
+%{_datadir}/%{name}/client/hwdata.py
+%{_datadir}/%{name}/client/distros
 %{_datadir}/%{name}/doc/PrivacyPolicy
 %{_mandir}/man1/smoltDeleteProfile.1.gz
 %{_mandir}/man1/smoltSendProfile.1.gz

++++++ smolt-1.4.2.2-make_install.patch ++++++
--- /var/tmp/diff_new_pack.RLfDbB/_old  2011-03-16 17:35:31.000000000 +0100
+++ /var/tmp/diff_new_pack.RLfDbB/_new  2011-03-16 17:35:31.000000000 +0100
@@ -1,18 +1,53 @@
---- client/Makefile
+Index: client/Makefile
+===================================================================
+--- client/Makefile.orig
 +++ client/Makefile
-@@ -71,14 +71,12 @@
+@@ -1,7 +1,7 @@
+ PO_FILES=$(wildcard po/*.po)
+ MO_FILES=$(patsubst %.po,%.mo,$(PO_FILES))
+ # echo PY_FILES=$(ls -1 *.py | grep -v 
'^\(create_monthly\|getLink\|haldump\|hammer_add\|makeuuid\|starhscale\).py$' | 
sort)
+-PY_FILES=config.py deleteProfile.py fs_util.py gate.py gui.py i18n.py 
__init__.py MultipartPostHandler.py os_detect.py privacypolicy.py scan.py 
sendProfile.py smolt_config.py smoltFirstBoot.py smoltGui.py smolt_mythtv.py 
smolt.py software.py uuiddb.py
++PY_FILES=config.py deleteProfile.py fs_util.py gate.py gui.py i18n.py 
__init__.py MultipartPostHandler.py os_detect.py privacypolicy.py scan.py 
sendProfile.py smolt_config.py smoltFirstBoot.py smoltGui.py smolt_mythtv.py 
smolt.py software.py uuiddb.py devicelist.py hwdata.py
+ DIRED_MO_FILES=$(patsubst po/%.mo,mo/%/LC_MESSAGES/$(NAME).mo,$(MO_FILES))
+ 
+ 
+@@ -41,8 +41,6 @@ install-main: move-mo
+       mkdir -p $(BINDIR)/
+       mkdir -p $(DATADIR)/locale/
+       mkdir -p $(_MANDIR)/man1
+-      mkdir -p $(DATADIR)/sugar/extensions/cpsection/smolt/
+-      mkdir -p $(DATADIR)/sugar/data/icons/
+       
+       cp -advr mo/* $(DATADIR)/locale/ 
+       cp -advr config.py $(SMOLTCONFIGDIR)
+@@ -54,7 +52,7 @@ install-main: move-mo
+       install -D -m 0644 icons/send-profile.png 
$(DATADIR)/$(NAME)/client/icons/send-profile.png
+       install -D -m 0644 icons/smolt.png 
$(DATADIR)/$(NAME)/client/icons/smolt.png
+       cp -adv $(PY_FILES) $(DATADIR)/$(NAME)/client/
+-      cp -adv sugar/* $(DATADIR)/sugar/extensions/cpsection/smolt/
++      cp -adv distros $(DATADIR)/$(NAME)/client/
+       
+       mkdir -p $(DATADIR)/icons/hicolor/16x16/apps/
+       mkdir -p $(DATADIR)/icons/hicolor/22x22/apps/
+@@ -65,19 +63,16 @@ install-main: move-mo
+       cp ./icons/smolt-icon-22.png 
$(DATADIR)/icons/hicolor/22x22/apps/smolt.png
+       cp ./icons/smolt-icon-24.png 
$(DATADIR)/icons/hicolor/24x24/apps/smolt.png
+       cp ./icons/smolt-icon-32.png 
$(DATADIR)/icons/hicolor/32x32/apps/smolt.png
+-      cp ./icons/smolt-icon-48.svg 
$(DATADIR)/sugar/data/icons/module-smolt.svg
+       
        mkdir -p $(_DOCDIR)
        install -p -m 0644 ../doc/PrivacyPolicy $(_DOCDIR)
        
 -      gzip -c -9 man/smoltSendProfile.1 > 
$(_MANDIR)/man1/smoltSendProfile.1.gz
 -      gzip -c -9 man/smoltDeleteProfile.1 > 
$(_MANDIR)/man1/smoltDeleteProfile.1.gz
 -      gzip -c -9 man/smoltGui.1 > $(_MANDIR)/man1/smoltGui.1.gz
-+      cp man/* $(DATADIR)/man/man1/
-       
+-      
 -      ln -sf $(DATADIR)/$(NAME)/client/sendProfile.py 
$(BINDIR)/smoltSendProfile
 -      ln -sf $(DATADIR)/$(NAME)/client/deleteProfile.py 
$(BINDIR)/smoltDeleteProfile
 -      ln -sf $(DATADIR)/$(NAME)/client/smoltGui.py $(BINDIR)/smoltGui
 -      ln -sf $(SMOLTCONFIGDIR)/config.py $(DATADIR)/$(NAME)/client/config.py
++      cp man/* $(DATADIR)/man/man1/
++      
 +      ln -sf /usr/share/$(NAME)/client/sendProfile.py 
$(BINDIR)/smoltSendProfile
 +      ln -sf /usr/share/$(NAME)/client/deleteProfile.py 
$(BINDIR)/smoltDeleteProfile
 +      ln -sf /usr/share//$(NAME)/client/smoltGui.py $(BINDIR)/smoltGui

++++++ smolt-1.4.2.2.tar.bz2 -> smolt-1.4.3.tar.bz2 ++++++
++++ 31601 lines of diff (skipped)

++++++ smolt-pci_ids-path.patch ++++++
Index: smolt-1.4.3/client/hwdata.py
===================================================================
--- smolt-1.4.3.orig/client/hwdata.py
+++ smolt-1.4.3/client/hwdata.py
@@ -20,7 +20,7 @@ class DeviceMap:
         self.vendors['usb'] = self.device_map('usb')
 
     def device_map(self, bus='pci'):
-        fn = "/usr/share/hwdata/%s.ids" % bus
+        fn = "/usr/share/%s.ids" % bus
         fo = open(fn, 'r')
         vendors = {}
         curvendor = None

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



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