Hello community, here is the log from the commit of package libwnck for openSUSE:Factory checked in at Thu Apr 1 03:20:30 CEST 2010. -------- --- GNOME/libwnck/libwnck.changes 2010-03-09 21:21:41.000000000 +0100 +++ /mounts/work_src_done/STABLE/libwnck/libwnck.changes 2010-03-30 06:11:30.000000000 +0200 @@ -1,0 +2,21 @@ +Tue Mar 30 06:10:13 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.30.0: + + Fixes + - Many GSeal-related fixes + - Use a GtkMenuSeparator with a label instead of a hack for + workspace menu items in selector + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 22 15:34:07 CET 2010 - vuntz@opensuse.org + +- Remove manual check for the package name to follow the library + policy: rpmlint does this now. + +------------------------------------------------------------------- +Sun Mar 21 17:47:43 UTC 2010 - dimstar@opensuse.org + +- Add BuildRequires gobject-introspection-devel. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- libwnck-2.29.92.tar.bz2 New: ---- libwnck-2.30.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libwnck.spec ++++++ --- /var/tmp/diff_new_pack.fW9hGc/_old 2010-04-01 03:20:02.000000000 +0200 +++ /var/tmp/diff_new_pack.fW9hGc/_new 2010-04-01 03:20:02.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package libwnck (Version 2.29.92) +# spec file for package libwnck (Version 2.30.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,32 +15,33 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: libwnck -BuildRequires: fdupes -BuildRequires: gtk2-devel -BuildRequires: intltool -BuildRequires: licenses -# bug437293 -%ifarch ppc64 -Obsoletes: libwnck-64bit -%endif -# -License: LGPLv2.1+ -Group: Development/Libraries/GNOME -Version: 2.29.92 +Version: 2.30.0 Release: 1 +License: LGPLv2.1+ # WARNING: After changing versions please call Re or rpmbuild to auto-update spec file: #%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libwnck-1) %define libwnck-1_name 22 Summary: Window Navigator Construction Kit (Library Package) +Group: Development/Libraries/GNOME Source: %{name}-%{version}.tar.bz2 Source1: %{name}_spec-update.sh Source99: baselibs.conf -Requires: libwnck-1-22 = %{version} licenses +BuildRequires: fdupes +BuildRequires: gobject-introspection-devel +BuildRequires: gtk2-devel +BuildRequires: intltool +BuildRequires: licenses Requires: %{name}-lang = %{version} +Requires: libwnck-1-22 = %{version} +Requires: licenses +# bug437293 +%ifarch ppc64 +Obsoletes: libwnck-64bit +%endif +# BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -67,7 +68,9 @@ License: GPLv2+ Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/GNOME -Requires: %{name} = %{version} glib2-devel gtk2-devel +Requires: %{name} = %{version} +Requires: glib2-devel +Requires: gtk2-devel # bug437293 %ifarch ppc64 Obsoletes: libwnck-devel-64bit @@ -86,7 +89,7 @@ %build # needed for libwnck-2.19.4: -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +export CFLAGS="%{optflags} -fno-strict-aliasing" %configure\ --disable-static %__make %{?jobs:-j%jobs} @@ -96,23 +99,18 @@ %if 0%{?suse_version} <= 1120 %{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/* %endif -rm $RPM_BUILD_ROOT/%{_libdir}/*.*a +rm %{buildroot}%{_libdir}/*.*a %find_lang %{name} -LIBNAME="$(echo $RPM_BUILD_ROOT%{_libdir}/%{name}-*.so.?? | sed 's/.*\///;s/\.so\./-/;s/\./_/')" -if test "$LIBNAME" != libwnck-1-22 ; then - echo "Library version does not match package name. It should be $LIBNAME." - exit 1 -fi for FILE in COPYING ; do MD5SUM=$(md5sum $FILE | sed 's/ .*//') if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then ln -sf /usr/share/doc/licenses/md5/$MD5SUM $FILE fi done -%fdupes $RPM_BUILD_ROOT +%fdupes %{buildroot} %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %post -n libwnck-1-22 -p /sbin/ldconfig @@ -129,6 +127,8 @@ %files -n libwnck-1-22 %defattr(-,root,root) %{_libdir}/*.so.* +%{_libdir}/girepository-1.0/Wnck-1.0.typelib +%{_datadir}/gir-1.0/Wnck-1.0.gir %files devel %defattr(-,root,root) ++++++ libwnck-2.29.92.tar.bz2 -> libwnck-2.30.0.tar.bz2 ++++++ ++++ 11024 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de