Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:Factory 
checked in at 2012-03-16 13:09:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brp-check-suse (Old)
 and      /work/SRC/openSUSE:Factory/.brp-check-suse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brp-check-suse", Maintainer is "r...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/brp-check-suse/brp-check-suse.changes    
2012-03-12 20:11:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.brp-check-suse.new/brp-check-suse.changes       
2012-03-16 13:09:58.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 13 13:53:13 CET 2012 - r...@suse.de
+
+- integrate brp-check-xdg-menus.patch (and add to git)
+- ignore empty elements in rpath
+
+-------------------------------------------------------------------

Old:
----
  brp-check-xdg-menus.patch

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

Other differences:
------------------
++++++ brp-check-suse.spec ++++++
--- /var/tmp/diff_new_pack.AhC9LG/_old  2012-03-16 13:09:59.000000000 +0100
+++ /var/tmp/diff_new_pack.AhC9LG/_new  2012-03-16 13:09:59.000000000 +0100
@@ -33,7 +33,6 @@
 # make package
 #
 Source0:        %{name}-%{version}.tar.bz2
-Patch0:         brp-check-xdg-menus.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %global provfind sh -c "grep -v 'brp-desktop.data' | %__find_provides"
 %global __find_provides %provfind
@@ -45,7 +44,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %ifnarch x86_64 s390x ppc64
 rm brp-65-lib64-linux
 %endif

++++++ brp-check-suse-1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brp-check-suse-1.0/brp-35-rpath 
new/brp-check-suse-1.0/brp-35-rpath
--- old/brp-check-suse-1.0/brp-35-rpath 2011-12-11 09:48:56.000000000 +0100
+++ new/brp-check-suse-1.0/brp-35-rpath 2012-03-13 13:52:11.000000000 +0100
@@ -24,6 +24,10 @@
        while [ -n "$RPATH_VAL" ]; do
            RPATH_VAL_NXT=${RPATH_VAL%%:*}
            RPATH_VAL=${RPATH_VAL##$RPATH_VAL_NXT:}
+           test -z "$RPATH_VAL_NXT" && {
+               echo "WARNING: ignoring empty rpath \"\" in $FILE"
+               continue
+           }
            test -d "$RPATH_VAL_NXT" && RPATH_VAL_NXT=$(cd 
${RPATH_VAL_NXT//#\/\//\/}; pwd -P)
 
            case ":$RPATH_VAL_NXT" in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brp-check-suse-1.0/brp-desktop.data/xdg_menu 
new/brp-check-suse-1.0/brp-desktop.data/xdg_menu
--- old/brp-check-suse-1.0/brp-desktop.data/xdg_menu    2011-12-11 
09:48:56.000000000 +0100
+++ new/brp-check-suse-1.0/brp-desktop.data/xdg_menu    2012-03-13 
13:52:11.000000000 +0100
@@ -38,44 +38,310 @@
 my %Directory_entries;
 
 # These icons get accepted by default. Newer icon themes should provide them
-# in any case
+# in any case. List fetched from icon naming spec (last change from 2009),
+# without animation and international icons.
 my %standardIconNames = (
+# Standard Action Icons
+       "address-book-new" => undef,
+       "application-exit" => undef,
+       "appointment-new" => undef,
+       "call-start" => undef,
+       "call-stop" => undef,
+       "contact-new" => undef,
+       "document-new" => undef,
+       "document-open" => undef,
+       "document-open-recent" => undef,
+       "document-page-setup" => undef,
+       "document-print" => undef,
+       "document-print-preview" => undef,
+       "document-properties" => undef,
+       "document-revert" => undef,
+       "document-save" => undef,
+       "document-save-as" => undef,
+       "document-send" => undef,
+       "edit-clear" => undef,
+       "edit-copy" => undef,
+       "edit-cut" => undef,
+       "edit-delete" => undef,
+       "edit-find" => undef,
+       "edit-find-replace" => undef,
+       "edit-paste" => undef,
+       "edit-redo" => undef,
+       "edit-select-all" => undef,
+       "edit-undo" => undef,
+       "folder-new" => undef,
+       "format-indent-less" => undef,
+       "format-indent-more" => undef,
+       "format-justify-center" => undef,
+       "format-justify-fill" => undef,
+       "format-justify-left" => undef,
+       "format-justify-right" => undef,
+       "format-text-direction-ltr" => undef,
+       "format-text-direction-rtl" => undef,
+       "format-text-bold" => undef,
+       "format-text-italic" => undef,
+       "format-text-underline" => undef,
+       "format-text-strikethrough" => undef,
+       "go-bottom" => undef,
+       "go-down" => undef,
+       "go-first" => undef,
+       "go-home" => undef,
+       "go-jump" => undef,
+       "go-last" => undef,
+       "go-next" => undef,
+       "go-previous" => undef,
+       "go-top" => undef,
+       "go-up" => undef,
+       "help-about" => undef,
+       "help-contents" => undef,
+       "help-faq" => undef,
+       "insert-image" => undef,
+       "insert-link" => undef,
+       "insert-object" => undef,
+       "insert-text" => undef,
+       "list-add" => undef,
+       "list-remove" => undef,
+       "mail-forward" => undef,
+       "mail-mark-important" => undef,
+       "mail-mark-junk" => undef,
+       "mail-mark-notjunk" => undef,
+       "mail-mark-read" => undef,
+       "mail-mark-unread" => undef,
+       "mail-message-new" => undef,
+       "mail-reply-all" => undef,
+       "mail-reply-sender" => undef,
+       "mail-send" => undef,
+       "mail-send-receive" => undef,
+       "media-eject" => undef,
+       "media-playback-pause" => undef,
+       "media-playback-start" => undef,
+       "media-playback-stop" => undef,
+       "media-record" => undef,
+       "media-seek-backward" => undef,
+       "media-seek-forward" => undef,
+       "media-skip-backward" => undef,
+       "media-skip-forward" => undef,
+       "object-flip-horizontal" => undef,
+       "object-flip-vertical" => undef,
+       "object-rotate-left" => undef,
+       "object-rotate-right" => undef,
+       "process-stop" => undef,
+       "system-lock-screen" => undef,
+       "system-log-out" => undef,
+       "system-run" => undef,
+       "system-search" => undef,
+       "system-reboot" => undef,
+       "system-shutdown" => undef,
+       "tools-check-spelling" => undef,
+       "view-fullscreen" => undef,
+       "view-refresh" => undef,
+       "view-restore" => undef,
+       "view-sort-ascending" => undef,
+       "view-sort-descending" => undef,
+       "window-close" => undef,
+       "window-new" => undef,
+       "zoom-fit-best" => undef,
+       "zoom-in" => undef,
+       "zoom-original" => undef,
+       "zoom-out" => undef,
+
 # Standard Application Icons
-                          "accessories-calculator" => undef, 
"accessories-character-map" => undef,
-                          "accessories-dictionary" => undef, 
"accessories-text-editor" => undef,
-                          "help-browser" => undef, "multimedia-volume-control" 
=> undef,
-                          "preferences-desktop-accessibility" => undef,
-                          "preferences-desktop-font" => undef,
-                          "preferences-desktop-keyboard" => undef,
-                          "preferences-desktop-locale" => undef,
-                          "preferences-desktop-multimedia" => undef,
-                          "preferences-desktop-screensaver" => undef, 
-                          "preferences-desktop-theme" => undef,
-                          "preferences-desktop-wallpaper" => undef,
-                          "system-file-manager" => undef,
-                          "system-software-update" => undef,
-                          "utilities-system-monitor" => undef,
-                          "utilities-terminal" => undef,
+       "accessories-calculator" => undef,
+       "accessories-character-map" => undef,
+       "accessories-dictionary" => undef,
+       "accessories-text-editor" => undef,
+       "help-browser" => undef,
+       "multimedia-volume-control" => undef,
+       "preferences-desktop-accessibility" => undef,
+       "preferences-desktop-font" => undef,
+       "preferences-desktop-keyboard" => undef,
+       "preferences-desktop-locale" => undef,
+       "preferences-desktop-multimedia" => undef,
+       "preferences-desktop-screensaver" => undef,
+       "preferences-desktop-theme" => undef,
+       "preferences-desktop-wallpaper" => undef,
+       "system-file-manager" => undef,
+       "system-software-install" => undef,
+       "system-software-update" => undef,
+       "utilities-system-monitor" => undef,
+       "utilities-terminal" => undef,
+
 # Standard Category Icons
-                          "applications-accessories" => undef,
-                          "applications-development" => undef,
-                          "applications-engineering" => undef,
-                          "applications-games" => undef,
-                          "applications-graphics" => undef,
-                          "applications-internet" => undef,
-                          "applications-multimedia" => undef,
-                          "applications-office" => undef,
-                          "applications-other" => undef,
-                          "applications-science" => undef,
-                          "applications-system" => undef,
-                          "applications-utilities" => undef,
-                          "preferences-desktop" => undef,
-                          "preferences-desktop-peripherals" => undef,
-                          "preferences-desktop-personal" => undef,
-                          "preferences-other" => undef,
-                          "preferences-system" => undef,
-                          "preferences-system-network" => undef,
-                          "system-help" => undef,
+       "applications-accessories" => undef,
+       "applications-development" => undef,
+       "applications-engineering" => undef,
+       "applications-games" => undef,
+       "applications-graphics" => undef,
+       "applications-internet" => undef,
+       "applications-multimedia" => undef,
+       "applications-office" => undef,
+       "applications-other" => undef,
+       "applications-science" => undef,
+       "applications-system" => undef,
+       "applications-utilities" => undef,
+       "preferences-desktop" => undef,
+       "preferences-desktop-peripherals" => undef,
+       "preferences-desktop-personal" => undef,
+       "preferences-other" => undef,
+       "preferences-system" => undef,
+       "preferences-system-network" => undef,
+       "system-help" => undef,
+
+# Standard Device Icons
+       "audio-card" => undef,
+       "audio-input-microphone" => undef,
+       "battery" => undef,
+       "camera-photo" => undef,
+       "camera-video" => undef,
+       "camera-web" => undef,
+       "computer" => undef,
+       "drive-harddisk" => undef,
+       "drive-optical" => undef,
+       "drive-removable-media" => undef,
+       "input-gaming" => undef,
+       "input-keyboard" => undef,
+       "input-mouse" => undef,
+       "input-tablet" => undef,
+       "media-flash" => undef,
+       "media-floppy" => undef,
+       "media-optical" => undef,
+       "media-tape" => undef,
+       "modem" => undef,
+       "multimedia-player" => undef,
+       "network-wired" => undef,
+       "network-wireless" => undef,
+       "pda" => undef,
+       "phone" => undef,
+       "printer" => undef,
+       "scanner" => undef,
+       "video-display" => undef,
+
+# Standard Emblem Icons
+       "emblem-default" => undef,
+       "emblem-documents" => undef,
+       "emblem-downloads" => undef,
+       "emblem-favorite" => undef,
+       "emblem-important" => undef,
+       "emblem-mail" => undef,
+       "emblem-photos" => undef,
+       "emblem-readonly" => undef,
+       "emblem-shared" => undef,
+       "emblem-symbolic-link" => undef,
+       "emblem-synchronized" => undef,
+       "emblem-system" => undef,
+       "emblem-unreadable" => undef,
+
+# Standard Emotion Icons
+       "face-angel" => undef,
+       "face-angry" => undef,
+       "face-cool" => undef,
+       "face-crying" => undef,
+       "face-devilish" => undef,
+       "face-embarrassed" => undef,
+       "face-kiss" => undef,
+       "face-laugh" => undef,
+       "face-monkey" => undef,
+       "face-plain" => undef,
+       "face-raspberry" => undef,
+       "face-sad" => undef,
+       "face-sick" => undef,
+       "face-smile" => undef,
+       "face-smile-big" => undef,
+       "face-smirk" => undef,
+       "face-surprise" => undef,
+       "face-tired" => undef,
+       "face-uncertain" => undef,
+       "face-wink" => undef,
+       "face-worried" => undef,
+
+# Standard MIME Type Icons
+       "application-x-executable" => undef,
+       "audio-x-generic" => undef,
+       "font-x-generic" => undef,
+       "image-x-generic" => undef,
+       "package-x-generic" => undef,
+       "text-html" => undef,
+       "text-x-generic" => undef,
+       "text-x-generic-template" => undef,
+       "text-x-script" => undef,
+       "video-x-generic" => undef,
+       "x-office-address-book" => undef,
+       "x-office-calendar" => undef,
+       "x-office-document" => undef,
+       "x-office-presentation" => undef,
+       "x-office-spreadsheet" => undef,
+
+# Standard Place Icons
+       "folder" => undef,
+       "folder-remote" => undef,
+       "network-server" => undef,
+       "network-workgroup" => undef,
+       "start-here" => undef,
+       "user-bookmarks" => undef,
+       "user-desktop" => undef,
+       "user-home" => undef,
+       "user-trash" => undef,
+
+# Standard Status Icons
+       "appointment-missed" => undef,
+       "appointment-soon" => undef,
+       "audio-volume-high" => undef,
+       "audio-volume-low" => undef,
+       "audio-volume-medium" => undef,
+       "audio-volume-muted" => undef,
+       "battery-caution" => undef,
+       "battery-low" => undef,
+       "dialog-error" => undef,
+       "dialog-information" => undef,
+       "dialog-password" => undef,
+       "dialog-question" => undef,
+       "dialog-warning" => undef,
+       "folder-drag-accept" => undef,
+       "folder-open" => undef,
+       "folder-visiting" => undef,
+       "image-loading" => undef,
+       "image-missing" => undef,
+       "mail-attachment" => undef,
+       "mail-unread" => undef,
+       "mail-read" => undef,
+       "mail-replied" => undef,
+       "mail-signed" => undef,
+       "mail-signed-verified" => undef,
+       "media-playlist-repeat" => undef,
+       "media-playlist-shuffle" => undef,
+       "network-error" => undef,
+       "network-idle" => undef,
+       "network-offline" => undef,
+       "network-receive" => undef,
+       "network-transmit" => undef,
+       "network-transmit-receive" => undef,
+       "printer-error" => undef,
+       "printer-printing" => undef,
+       "security-high" => undef,
+       "security-medium" => undef,
+       "security-low" => undef,
+       "software-update-available" => undef,
+       "software-update-urgent" => undef,
+       "sync-error" => undef,
+       "sync-synchronizing" => undef,
+       "task-due" => undef,
+       "task-past-due" => undef,
+       "user-available" => undef,
+       "user-away" => undef,
+       "user-idle" => undef,
+       "user-offline" => undef,
+       "user-trash-full" => undef,
+       "weather-clear" => undef,
+       "weather-clear-night" => undef,
+       "weather-few-clouds" => undef,
+       "weather-few-clouds-night" => undef,
+       "weather-fog" => undef,
+       "weather-overcast" => undef,
+       "weather-severe-alert" => undef,
+       "weather-showers" => undef,
+       "weather-showers-scattered" => undef,
+       "weather-snow" => undef,
+       "weather-storm" => undef,
                         );
 sub check_file ($)
 {

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

Reply via email to