diff --git a/libXmu-1.1.0.tar.bz2 b/libXmu-1.1.0.tar.bz2 deleted file mode 100644 index e25a6e2..0000000 --- a/libXmu-1.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fa91f303b70decc1ef6201c88c8a5f0b4ecd68c6c88bdcc891ecd1a689d36ad -size 360663 diff --git a/libXmu-1.1.1.tar.bz2 b/libXmu-1.1.1.tar.bz2 new file mode 100644 index 0000000..24c3d36 --- /dev/null +++ b/libXmu-1.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709081c550cc3a866d7c760a3f97384a1fe16e27fc38fe8169b8db9f33aa7edd +size 383473 diff --git a/libXmu.changes b/libXmu.changes index 42229b2..627dfe3 100644 --- a/libXmu.changes +++ b/libXmu.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 11 15:19:19 UTC 2012 - vuntz@opensuse.org + +- Update to version 1.1.1: + + Cleanups of code that causes compiler warnings + + Improvements to the documentation + + Build configuration improvements + ------------------------------------------------------------------- Sat Feb 11 19:06:42 UTC 2012 - jengelh@medozas.de diff --git a/libXmu.spec b/libXmu.spec index 237e408..51458ea 100644 --- a/libXmu.spec +++ b/libXmu.spec @@ -16,9 +16,8 @@ # - Name: libXmu -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Miscellaneous utility routines for X License: MIT @@ -27,12 +26,16 @@ Url: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXmu #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXmu/ -Source: %name-%version.tar.bz2 +Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool -BuildRequires: pkgconfig pkgconfig(xorg-macros) >= 1.10 -BuildRequires: pkgconfig(x11) pkgconfig(xext) pkgconfig(xt) -BuildRequires: pkgconfig(xextproto) pkgconfig(xtrans) +BuildRequires: pkgconfig +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xextproto) +BuildRequires: pkgconfig(xorg-macros) >= 1.12 +BuildRequires: pkgconfig(xt) +BuildRequires: pkgconfig(xtrans) %description The Xmu Library is a collection of miscellaneous (some might say random) @@ -63,7 +66,8 @@ various applications and widgets. %package devel Summary: Development files for the X Miscellaneous Utility Libraries Group: Development/Libraries/C and C++ -Requires: libXmu6 = %version, libXmuu1 = %version +Requires: libXmu6 = %version +Requires: libXmuu1 = %version # O/P added for 12.2 Provides: xorg-x11-libXmu-devel = 7.6_%version-%release Obsoletes: xorg-x11-libXmu-devel < 7.6_%version-%release