rpms/usbsink/devel usbsink-utils.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 usbsink.spec, 1.3, 1.4

Jef Spaleta (jspaleta) fedora-extras-commits at redhat.com
Tue Sep 4 09:35:11 UTC 2007


Author: jspaleta

Update of /cvs/pkgs/rpms/usbsink/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3838

Modified Files:
	.cvsignore sources usbsink.spec 
Added Files:
	usbsink-utils.patch 
Log Message:
* Mon Sep  3 2007 Jef Spaleta <jspaleta at gmail.com> 0.3.2-1
New upstream version


usbsink-utils.patch:

--- NEW FILE usbsink-utils.patch ---
--- src/utils.cc	2007-04-30 12:30:18.000000000 -0800
+++ utils.cc	2007-09-04 01:10:29.000000000 -0800
@@ -53,7 +53,7 @@
 static const guint64 KILOBYTE = 1024;
 static const guint64 MEGABYTE = 1048576; // 1024 * 1024;
 static const guint64 GIGABYTE = 1073741824; // 1024 * 1024 * 1024;
-static const guint64 TERABYTE = 1099511627776; // 1024 * 1024 * 1024 * 1024;
+//static const guint64 TERABYTE = 1099511627776; // 1024 * 1024 * 1024 * 1024;
 
 Glib::ustring
 i18n_printf(const Glib::ustring& format, ...)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/usbsink/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	25 Feb 2007 20:47:53 -0000	1.3
+++ .cvsignore	4 Sep 2007 09:34:38 -0000	1.4
@@ -1 +1,2 @@
-usbsink-0.3.1.tar.gz
+usbsink-0.3.2.tar.gz
+usbsink-utils.patch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/usbsink/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	25 Feb 2007 20:47:53 -0000	1.3
+++ sources	4 Sep 2007 09:34:38 -0000	1.4
@@ -1 +1,2 @@
-16478517541f0bb68071127fbb528c94  usbsink-0.3.1.tar.gz
+5e9fe42c015cf837c218115ddda35610  usbsink-0.3.2.tar.gz
+e71f32b5728db366ab630b1e87f4c1b0  usbsink-utils.patch


Index: usbsink.spec
===================================================================
RCS file: /cvs/pkgs/rpms/usbsink/devel/usbsink.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- usbsink.spec	22 Aug 2007 07:50:14 -0000	1.3
+++ usbsink.spec	4 Sep 2007 09:34:38 -0000	1.4
@@ -1,12 +1,14 @@
 Name:           usbsink
-Version:        0.3.1
-Release:        2%{?dist}
+Version:        0.3.2
+Release:        1%{?dist}
 Summary:        USBSink is a GNOME program for automatic file synchronization over USB
 
 Group:          Applications/Productivity
 License:        GPLv2+
 URL:            http://usbsink.sourceforge.net
 Source0:        http://easynews.dl.sourceforge.net/sourceforge/usbsink/%{name}-%{version}.tar.gz
+Patch0:         usbsink-utils.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libgnomemm26-devel gnome-vfsmm26-devel gtkmm24-devel pcre-devel libglademm24-devel gamin-devel gnome-doc-utils gettext scrollkeeper
@@ -29,6 +31,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 %configure --disable-scrollkeeper
@@ -68,6 +71,9 @@
 
 
 %changelog
+* Mon Sep  3 2007 Jef Spaleta <jspaleta at gmail.com> 0.3.2-1
+New upstream version
+
 * Tue Aug 21 2007 Jef Spaleta <jspaleta at gmail.com> 0.3.1-2
 clarify licensing tags and bump for buildid rebuild
 




More information about the scm-commits mailing list