Hello community,

here is the log from the commit of package menu-cache for openSUSE:Factory 
checked in at 2013-09-09 19:45:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/menu-cache (Old)
 and      /work/SRC/openSUSE:Factory/.menu-cache.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "menu-cache"

Changes:
--------
--- /work/SRC/openSUSE:Factory/menu-cache/menu-cache.changes    2012-12-28 
22:45:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.menu-cache.new/menu-cache.changes       
2013-09-09 19:45:39.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Sep  4 14:24:49 UTC 2013 - [email protected]
+
+- update version 0.5.0
+  * Added a possibility to include NoDisplay files into cache file
+  * New macro MENU_CACHE_CHECK_VERSION()
+  * Added new APIs: menu_cache_find_item_by_id, menu_cache_find_child_by_id,
+    menu_cache_find_child_by_name. 
+  * bugfixes
+
+-------------------------------------------------------------------

Old:
----
  menu-cache-0.4.1.tar.gz

New:
----
  menu-cache-0.5.0.tar.gz

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

Other differences:
------------------
++++++ menu-cache.spec ++++++
--- /var/tmp/diff_new_pack.yzYsId/_old  2013-09-09 19:45:40.000000000 +0200
+++ /var/tmp/diff_new_pack.yzYsId/_new  2013-09-09 19:45:40.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package menu-cache
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,16 @@
 
 
 Name:           menu-cache
-Version:        0.4.1
+Version:        0.5.0
 Release:        0
-Source0:        %{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  chrpath
-BuildRequires:  gtk2-devel
-BuildRequires:  pkgconfig
 Summary:        A tool speed up menus 
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/GUI/LXDE
 Url:            http://www.lxde.org
+Source0:        %{name}-%{version}.tar.gz
+BuildRequires:  gtk2-devel
+BuildRequires:  pkg-config
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libmenu-cache is a library creating and utilizing caches to speed up
@@ -35,59 +34,55 @@
 It can be used as a replacement of libgnome-menu of gnome-menus.
 
 %package devel
-Requires:       %name = %version
-Requires:       glib2-devel
-Requires:       libmenu-cache2 = %version
 Summary:        Menu-cache Headers
 Group:          Development/Libraries/C and C++
+Requires:       %{name} = %{version}
+Requires:       libmenu-cache3 = %{version}
+Requires:       pkgconfig(glib-2.0)
 
 %description devel
+%{name} development files
 
-%name development files
-%package -n libmenu-cache2
+%package -n libmenu-cache3
 Summary:        Menu-cache libraries
 Group:          System/Libraries
+Obsoletes:      libmenu-cache2 < %{version}
+Provides:       libmenu-cache2 = %{version}
 
-%description  -n libmenu-cache2
+%description  -n libmenu-cache3
+%{name} libraries for development
 
-%name libraries for development
 %prep
-%setup 
+%setup -q
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags}"
 %configure --disable-static
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/menu-cache-gen
-
-%post -n libmenu-cache2 -p /sbin/ldconfig
+%make_install
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
-%postun -n libmenu-cache2 -p /sbin/ldconfig
+%post -n libmenu-cache3 -p /sbin/ldconfig
 
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+%postun -n libmenu-cache3 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc  README AUTHORS COPYING
-%{_libexecdir}/menu-cache-gen
-%{_libexecdir}/menu-cached
+%doc README AUTHORS COPYING NEWS
+%{_libexecdir}/%{name}
 
 %files devel
 %defattr(-,root,root)
-%dir %{_includedir}/menu-cache
-%{_includedir}/menu-cache/menu-cache.h
+%{_includedir}/%{name}
 %{_libdir}/libmenu-cache.so
 %{_libdir}/pkgconfig/libmenu-cache.pc
 
-%files -n libmenu-cache2
+%files -n libmenu-cache3
 %defattr(-,root,root)
-%{_libdir}/libmenu-cache.so.2
-%{_libdir}/libmenu-cache.so.2.0.0
+%{_libdir}/libmenu-cache.so.3
+%{_libdir}/libmenu-cache.so.3.0.0
 
 %changelog

++++++ menu-cache-0.4.1.tar.gz -> menu-cache-0.5.0.tar.gz ++++++
++++ 6987 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to