diff --git a/.cvsignore b/.cvsignore index 613b4ca..99ba2d8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -unique-0.9.4.tar.gz +unique-1.0.0.tar.gz diff --git a/sources b/sources index aa4c9fd..1f90e26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c10d16db95275389d3361a8a023025d2 unique-0.9.4.tar.gz +fc6dfeca0ba84bc0bc557f17238e58cc unique-1.0.0.tar.gz diff --git a/unique.spec b/unique.spec index f12dc47..1988f88 100644 --- a/unique.spec +++ b/unique.spec @@ -1,14 +1,12 @@ Name: unique -Version: 0.9.4 -Release: 5%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Unique instance support for applications Group: System Environment/Libraries License: LGPLv2+ URL: http://www.gnome.org/~ebassi/source/ Source0: http://www.gnome.org/~ebassi/source/unique-%{version}.tar.gz -Patch0: unique-compile-fix1.patch -Patch1: unique-compile-fix2.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: dbus-glib-devel @@ -36,8 +34,6 @@ Headers and libraries for Unique. %prep %setup -q -%patch0 -p1 -%patch1 -p1 %build %configure --enable-gtk-doc --disable-static @@ -68,6 +64,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.so %changelog +* Thu Jul 31 2008 Richard Hughes - 1.0.0-1 +- Update to latest upstream version + * First stable release + * API is frozen + * D-Bus and socket backends supported + * Fri May 16 2008 Richard Hughes - 0.9.4-5 - More updates to the spec file from Dan Horak, rh#446407