rpms/unique/F-10 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 unique.spec, 1.2, 1.3 unique-compile-fix1.patch, 1.1, NONE unique-compile-fix2.patch, 1.1, NONE

Richard Hughes rhughes at fedoraproject.org
Mon Apr 20 07:37:25 UTC 2009


Author: rhughes

Update of /cvs/pkgs/rpms/unique/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29271

Modified Files:
	.cvsignore sources unique.spec 
Removed Files:
	unique-compile-fix1.patch unique-compile-fix2.patch 
Log Message:
* Mon Apr 20 2009 Richard Hughes  <rhughes at redhat.com> - 1.0.8-1
- Update to latest upstream version
 * Unbreak subclassing of UniqueApp
 * Remove upstreamed patches



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/unique/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	31 Jul 2008 08:38:10 -0000	1.3
+++ .cvsignore	20 Apr 2009 07:36:55 -0000	1.4
@@ -1 +1 @@
-unique-1.0.0.tar.gz
+libunique-1.0.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/unique/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	31 Jul 2008 08:38:10 -0000	1.3
+++ sources	20 Apr 2009 07:36:55 -0000	1.4
@@ -1 +1 @@
-fc6dfeca0ba84bc0bc557f17238e58cc  unique-1.0.0.tar.gz
+8ea35a7d8da7ef2952cd79f9e1324053  libunique-1.0.8.tar.gz


Index: unique.spec
===================================================================
RCS file: /cvs/pkgs/rpms/unique/F-10/unique.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unique.spec	31 Jul 2008 08:38:10 -0000	1.2
+++ unique.spec	20 Apr 2009 07:36:55 -0000	1.3
@@ -1,12 +1,12 @@
 Name:           unique
-Version:        1.0.0
+Version:        1.0.8
 Release:        1%{?dist}
-Summary:        Unique instance support for applications
+Summary:        Single 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
+Source0:        http://www.gnome.org/~ebassi/source/libunique-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  dbus-glib-devel
@@ -33,7 +33,7 @@
 Headers and libraries for Unique.
 
 %prep
-%setup -q
+%setup -q -n libunique-%{?version}
 
 %build
 %configure --enable-gtk-doc --disable-static
@@ -64,6 +64,11 @@
 %{_libdir}/lib*.so
 
 %changelog
+* Mon Apr 20 2009 Richard Hughes  <rhughes at redhat.com> - 1.0.8-1
+- Update to latest upstream version
+ * Unbreak subclassing of UniqueApp
+ * Remove upstreamed patches
+
 * Thu Jul 31 2008 Richard Hughes  <rhughes at redhat.com> - 1.0.0-1
 - Update to latest upstream version
  * First stable release


--- unique-compile-fix1.patch DELETED ---


--- unique-compile-fix2.patch DELETED ---




More information about the fedora-extras-commits mailing list