commit gnome-menus-legacy for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package gnome-menus-legacy for 
openSUSE:Factory checked in at 2011-12-06 18:14:16

Comparing /work/SRC/openSUSE:Factory/gnome-menus-legacy (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-menus-legacy.new (New)


Package is gnome-menus-legacy, Maintainer is 

Changes:




Other differences:
--
++ gnome-menus-legacy.spec ++
--- /var/tmp/diff_new_pack.tDRcWC/_old  2011-12-06 18:21:02.0 +0100
+++ /var/tmp/diff_new_pack.tDRcWC/_new  2011-12-06 18:21:02.0 +0100
@@ -21,7 +21,7 @@
 %define _name   gnome-menus
 Version:3.0.1
 Release:8
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:The GNOME Desktop Menu - Legacy compatibility version
 Url:http://www.gnome.org
 Group:  System/GUI/GNOME
@@ -49,7 +49,7 @@
 likely to disappear soon.
 
 %package -n libgnome-menu2
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:The GNOME Desktop Menu
 Group:  System/GUI/GNOME
 Requires:   %{_name} = %{version}
@@ -69,7 +69,7 @@
 likely to disappear soon.
 
 %package -n python-gnome-menus
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Python Bindings for the GNOME Desktop Menu
 Group:  System/GUI/GNOME
 Requires:   libgnome-menu2
@@ -86,7 +86,7 @@
 likely to disappear soon.
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:The GNOME Desktop Menu
 Group:  System/GUI/GNOME
 Requires:   glib2-devel

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



commit gnome-menus-legacy for openSUSE:Factory

2011-09-12 Thread h_root

Hello community,

here is the log from the commit of package gnome-menus-legacy for 
openSUSE:Factory
checked in at Mon Sep 12 11:03:31 CEST 2011.




--- gnome-menus-legacy/gnome-menus-legacy.changes   2011-08-19 
09:42:54.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-menus-legacy/gnome-menus-legacy.changes  
2011-09-02 01:46:08.0 +0200
@@ -1,0 +2,23 @@
+Thu Sep  1 23:44:44 UTC 2011 - vu...@opensuse.org
+
+- Do not ship gnome-menus-ls.py as it is GPL-2.0+, while everything
+  else we ship is now LGPL-2.1+. Since we do not want to encourage
+  people to use the legacy library, there is no need to ship this
+  example. Fix bnc#714929.
+
+---
+Tue Aug 30 11:04:54 CEST 2011 - vu...@opensuse.org
+
+- Drop subpackages that provide files coming with the non-legacy
+  package:
+  + main subpackage: the .directory files are in gnome-menus. Also
+remove Requires and Recommends used for it.
+  + branding-upstream: we don't need branding for the legacy code.
+  + editor: we have the same editor in the new package. Also remove
+%post/%postun.
+- Drop lang subpackage: translations are only there for the editor.
+- Remove fdupes, translation-update-upstream and
+  update-desktop-files BuildRequires usage as there is no duplicate
+  file, nor translations, nor .desktop/.directory files anymore.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gnome-menus-legacy.spec ++
--- /var/tmp/diff_new_pack.RJkfcA/_old  2011-09-12 11:03:27.0 +0200
+++ /var/tmp/diff_new_pack.RJkfcA/_new  2011-09-12 11:03:27.0 +0200
@@ -20,7 +20,7 @@
 Name:   gnome-menus-legacy
 %define _name   gnome-menus
 Version:3.0.1
-Release:6
+Release:8
 License:LGPLv2.1+
 Summary:The GNOME Desktop Menu - Legacy compatibility version
 Url:http://www.gnome.org
@@ -29,19 +29,14 @@
 Source99:   baselibs.conf
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch3: gnome-menus-x-suse-unimportant.patch
-BuildRequires:  fdupes
 BuildRequires:  glib2-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  python-devel
 BuildRequires:  python-gtk
-BuildRequires:  translation-update-upstream
-BuildRequires:  update-desktop-files
 %if 0%{?BUILD_FROM_VCS}
 BuildRequires:  gnome-common
 %endif
-Requires:   %{name}-branding = %{version}
-Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -73,32 +68,6 @@
 This package is provided for backwards compatibility only and is 
 likely to disappear soon.
 
-%package branding-upstream
-License:LGPLv2.1+
-Summary:The GNOME Desktop Menu -- Upstream Menus Definitions
-Group:  System/GUI/GNOME
-Requires:   %{name} = %{version}
-Provides:   %{name}-branding = %{version}
-Conflicts:  otherproviders(%{name}-branding)
-Supplements:packageand(%{name}:branding-upstream)
-BuildArch:  noarch
-#BRAND: This package contains set of needed .menu files in
-#BRAND: /etc/xdg/menus. .directory files in
-#BRAND: %{_datadir}/desktop-directories/Multimedia.directory are part of
-#BRAND: the main package. If you need custom one, simply it put there
-#BRAND: and modify .menu file to refer to it.
-
-%description branding-upstream
-The package contains an implementation of the draft Desktop Menu
-Specification from freedesktop.org:
-
-http://www.freedesktop.org/Standards/menu-spec
-
-This package provides the upstream definitions for menus.
-
-This package is provided for backwards compatibility only and is 
-likely to disappear soon.
-
 %package -n python-gnome-menus
 License:LGPLv2.1+
 Summary:Python Bindings for the GNOME Desktop Menu
@@ -116,24 +85,6 @@
 This package is provided for backwards compatibility only and is 
 likely to disappear soon.
 
-%package editor
-License:GPLv2+
-Summary:Editor for the GNOME Desktop Menu
-Group:  System/GUI/GNOME
-Requires:   libgnome-menu2
-Requires:   python-gobject
-Enhances:   %{name}
-%py_requires
-
-%description editor
-The package contains an implementation of the draft Desktop Menu
-Specification from freedesktop.org:
-
-http://www.freedesktop.org/Standards/menu-spec
-
-This package is provided for backwards compatibility only and is 
-likely to disappear soon.
-
 %package devel
 License:LGPLv2.1+
 Summary:The GNOME Desktop Menu
@@ -150,10 +101,8 @@
 This package is provided for backwards compatibility only and is 
 likely to disappear soon.
 
-%lang_package
 %prep
 %setup -q -n %{_name}-%{version}
-translation-update-upstream
 %patch3
 
 %if 0%{?BUILD_FROM_VCS}
@@ -167,25 +116,22 @@
 
 %install
 %makeinstall
-%if 

commit gnome-menus-legacy for openSUSE:Factory

2011-08-30 Thread h_root

Hello community,

here is the log from the commit of package gnome-menus-legacy for 
openSUSE:Factory
checked in at Tue Aug 30 10:56:10 CEST 2011.




--- gnome-menus-legacy/gnome-menus-legacy.changes   2011-08-17 
16:34:20.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-menus-legacy/gnome-menus-legacy.changes  
2011-08-19 09:42:54.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug 19 07:14:52 UTC 2011 - dims...@opensuse.org
+
+- Require gnome-menus instead of gnome-menus-legacy from the
+  library package. Otherwise the two versions of the library are
+  not parallel installable.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gnome-menus-legacy.spec ++
--- /var/tmp/diff_new_pack.R0ONQd/_old  2011-08-30 10:55:52.0 +0200
+++ /var/tmp/diff_new_pack.R0ONQd/_new  2011-08-30 10:55:52.0 +0200
@@ -20,7 +20,7 @@
 Name:   gnome-menus-legacy
 %define _name   gnome-menus
 Version:3.0.1
-Release:1
+Release:6
 License:LGPLv2.1+
 Summary:The GNOME Desktop Menu - Legacy compatibility version
 Url:http://www.gnome.org
@@ -57,7 +57,7 @@
 License:LGPLv2.1+
 Summary:The GNOME Desktop Menu
 Group:  System/GUI/GNOME
-Requires:   %{name} = %{version}
+Requires:   %{_name} = %{version}
 # bug437293
 %ifarch ppc64
 Obsoletes:  gnome-menus-64bit






Remember to have fun...

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



commit gnome-menus-legacy for openSUSE:Factory

2011-08-23 Thread h_root

Hello community,

here is the log from the commit of package gnome-menus-legacy for 
openSUSE:Factory
checked in at Tue Aug 23 13:25:28 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-menus-legacy/gnome-menus-legacy.changes  
2011-08-17 16:34:20.0 +0200
@@ -0,0 +1,853 @@
+---
+Wed Aug 17 14:30:21 UTC 2011 - dims...@opensuse.org
+
+- Rename package to gnome-menus-legacy: It is parallel installable
+  to the new version of gnome-menus, which is API and ABI
+  incompatible. This incompatibility is also why at least for now
+  we do have to keep this version around. It is supposed to be
+  phased out as soon as possible (see bnc#712674)
+
+---
+Fri Jul 22 13:15:27 CEST 2011 - vu...@opensuse.org
+
+- Explicitly list the files in the branding-upstream subpackage, so
+  it's easier to know when to update other gnome-menus branding
+  packages.
+
+---
+Thu Jul  7 10:11:40 CEST 2011 - vu...@opensuse.org
+
+- Fix License tags: all the code is LGPLv2.1+, except the editor
+  which is GPLv2+.
+
+---
+Wed Jul  6 16:43:11 CEST 2011 - vu...@opensuse.org
+
+- Change branding-upstream subpackage:
+  + Add Requires for gnome-menus since the branding package is
+useless without it.
+  + Update summary and description.
+  + Make noarch.
+- Update descriptions in other subpackages.
+- Change branding Requires in main subpackage to be = %{version}
+  since it has to be versioned.
+
+---
+Wed Apr 27 12:10:32 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + Updated translations.
+
+---
+Tue Apr  5 13:21:31 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Layout:
+- Show administration tools and old capplets in Other
+  + Updated translations.
+
+---
+Mon Mar  7 11:29:20 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.91:
+  + Menu Editor:
+- Fix to work with latest pygi.
+  + Misc:
+- Build fix.
+  + Updated translations.
+
+---
+Tue Mar  1 13:47:54 CET 2011 - vu...@opensuse.org
+
+- Drop python-gtk Requires in python-gnome-menus: this is actually
+  not true since this is a pure python binding.
+- Change python-gnome-menus Requires in gnome-menus-editor to
+  libgnome-menu2 and python-gobject Requires, as the editor got
+  ported to pygobject-based introspection bindings.
+
+---
+Mon Feb 14 14:10:24 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.6:
+  + libmenu:
+- Do not send multiple notifications for one file change
+  + Menu Editor:
+- Port to pygobject-based introspection bindings
+- Make editor GTK+ 3 ready
+  + Improve introspection build
+  + Drop settings.menu
+  + Translations updates.
+- Add support for source service checkout, with %BUILD_FROM_VCS:
+  + Add gnome-common BuildRequires.
+  + Add call to ./autogen.sh.
+
+---
+Sun Feb 13 14:45:39 CET 2011 - vu...@opensuse.org
+
+- Call relevant macros in %post/%postun:
+  + %desktop_database_post/postun because the package ships at
+least one desktop file.
+- Pass %{?no_lang_C} to %find_lang so that english documentation
+  can be packaged with the program, and not in the lang subpackage.
+- Change Requires of lang subpackage to Recommends, since the
+  english documentation is not there anymore.
+
+---
+Tue Dec 14 19:04:56 CET 2010 - vu...@opensuse.org
+
+- Stop removing kg locale on 11.4 and later: bnc#659001 has been
+  fixed.
+
+---
+Sun Dec 12 13:49:26 CET 2010 - vu...@opensuse.org
+
+- Remove some locales until bnc#659001 is fixed, to fix a build
+  failure.
+
+---
+Wed Nov 17 16:53:11 CET 2010 - dims...@opensuse.org
+
+- Update to version 2.30.5:
+  + Updated translations.
+
+---
+Mon Oct 11 18:05:05 CEST 2010 - vu...@opensuse.org
+
+- Update baselibs.conf to ignore gnome-menus (there is no library
+  there) and instead put python-gnome-menus in there.
+
+---
+Mon Sep 27 13:51:29 CEST 2010 - vu...@opensuse.org
+
+- Update to version 2.30.4:
+  + libmenu
+- Clear cache of desktop entries set when files are
+  added/removed
+  + Associate