rpms/fwbackups/devel .cvsignore, 1.4, 1.5 fwbackups.spec, 1.5, 1.6 sources, 1.4, 1.5

Stewart Adam (firewing) fedora-extras-commits at redhat.com
Sun Apr 15 15:59:48 UTC 2007


Author: firewing

Update of /cvs/extras/rpms/fwbackups/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27354

Modified Files:
	.cvsignore fwbackups.spec sources 
Log Message:
Update to 1.43.0 beta3



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fwbackups/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	18 Mar 2007 21:25:57 -0000	1.4
+++ .cvsignore	15 Apr 2007 15:59:14 -0000	1.5
@@ -1 +1 @@
-fwbackups-1.43.0.tar.gz
+fwbackups-1.43.0beta3.tar.gz


Index: fwbackups.spec
===================================================================
RCS file: /cvs/extras/rpms/fwbackups/devel/fwbackups.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fwbackups.spec	18 Mar 2007 22:20:00 -0000	1.5
+++ fwbackups.spec	15 Apr 2007 15:59:14 -0000	1.6
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
+%define betatag beta3
 Name:              fwbackups
 Version:           1.43.0
-Release:           0.1.beta1%{?dist}
+Release:           0.1.%{betatag}%{?dist}
 BuildArch:         noarch
 Summary:           A feature-rich user backup program
 Group:             Applications/System
 License:           GPL
 URL:               http://www.diffingo.com/content/view/12/45/lang,en/
-Source0:           http://www.diffingo.com/downloads/fwbackups/fwbackups-%{version}.tar.gz
+Source0:           http://www.diffingo.com/downloads/fwbackups/fwbackups-%{version}%{betatag}.tar.gz
 BuildRoot:         %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:     desktop-file-utils
@@ -19,8 +19,8 @@
 fwbackups is a feature-rich user backups program that can run a backup once
 based on user-specified files and folders, or run backups periodically with
 it's backup set feature. Backup sets are groups of paths that have their
-own paths, destination, time and date, and options to allow maximum flexibility.
-Backup restores are also supported.
+own paths, destination, time and date, and options to allow maximum
+flexibility. Backup restores are also supported.
 
 
 %prep
@@ -70,8 +70,14 @@
 %doc README COPYING CHANGELOG TODO
 
 %changelog
-* Sun Mar 18 2007 Stewart Adam <s.adam at diffingo.com> 1.43.0-0.1.beta1
-- Make release a beta one so the upgrade to final goes smoothly...
+* Sat Apr 14 2007 Stewart Adam <s.adam AT diffingo DOT com> 1.43.0-0.1.beta3
+- Update to 1.43.0 Beta3
+
+* Mon Mar 26 2007 Stewart Adam <s.adam AT diffingo DOT com> 1.43.0-0.1.beta2
+- Update to 1.43.0 Beta2
+
+* Sun Mar 18 2007 Stewart Adam <s.adam AT diffingo DOT com> 1.43.0-0.1.beta1
+- Make release a Beta1 so the upgrade to final upgrade goes smoothly...
 
 * Fri Mar 16 2007 Stewart Adam <s.adam AT diffingo DOT com> 1.43.0-3
 - Minor changes to package again
@@ -85,41 +91,41 @@
 * Sun Jan 28 2007 Stewart Adam <s.adam AT diffingo DOT com> 1.42.2-1
 - Update to version 1.42.2 (see CHANGELOG file for details on version changes)
 
-* Sat Sep 30 2006 Stewart Adam <s.adam at diffingo.com> 1.42.1-3
+* Sat Sep 30 2006 Stewart Adam <s.adam AT diffingo DOT com> 1.42.1-3
 - Clean up spec for final submission to Fedora Extras
 
-* Sat Sep 30 2006 Stewart Adam <s.adam at diffingo.com> 1.42.1-2
+* Sat Sep 30 2006 Stewart Adam <s.adam AT diffingo DOT com> 1.42.1-2
 - Match upstream md5sum
 - Fix capitals in %%Source0 tag
 
-* Tue Sep 26 2006 Stewart Adam <s.adam at diffingo.com> 1.42.1-1
+* Tue Sep 26 2006 Stewart Adam <s.adam AT diffingo DOT com> 1.42.1-1
 - Clean up %%install section
 - Don't install fwbackups.conf twice
 - Make tarball match upstream
 - Add the default configuration file to %%doc, and make it replaceable
 - Update to version 1.42.1 (see CHANGELOG file for details on version changes)
 
-* Thu Sep 21 2006 Stewart Adam <s.adam at diffingo.com> 1.42-5
+* Thu Sep 21 2006 Stewart Adam <s.adam AT diffingo DOT com> 1.42-5
 - Add %%requires: pygtk2-libglade
 
-* Wed Sep 13 2006 Stewart Adam <s.adam at diffingo.com> 1.42-4
+* Wed Sep 13 2006 Stewart Adam <s.adam AT diffingo DOT com> 1.42-4
 - Fix the python_sitearch macro
 - Update file paths
 - Fix URL tag
 
-* Wed Sep 06 2006 Stewart Adam <s.adam at diffingo.com> 1.42-3
+* Wed Sep 06 2006 Stewart Adam <s.adam AT diffingo DOT com> 1.42-3
 - Made pam use 'include' statements and not the old pam_stack
 - Use relative symlinks
 
-* Sun Sep 03 2006 Stewart Adam <s.adam at diffingo.com> 1.42-2
+* Sun Sep 03 2006 Stewart Adam <s.adam AT diffingo DOT com> 1.42-2
 - Added CHANGELOG file for detailed information on changes between versions
 - Made this .spec and package files suitable for Fedora Extras submission
 
-* Thu Aug 29 2006 Stewart Adam <s.adam at diffingo.com> 1.42-1
+* Thu Aug 29 2006 Stewart Adam <s.adam AT diffingo DOT com> 1.42-1
 - Fixed errors when removing symbolic links
 - Make listing files in RemoveOldBackups list files and directory names, not their contents
 
-* Thu Aug 15 2006 Stewart Adam <s.adam at diffingo.com> 1.42-0
+* Thu Aug 15 2006 Stewart Adam <s.adam AT diffingo DOT com> 1.42-0
 - Rebuild using sample .spec file from Fedora Extras
 - Update to version 1.42 (see CHANGELOG file for details on version changes)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fwbackups/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	18 Mar 2007 21:25:57 -0000	1.4
+++ sources	15 Apr 2007 15:59:14 -0000	1.5
@@ -1 +1 @@
-4eeab37fb9e85e6f5eb32572cd9846e7  fwbackups-1.43.0.tar.gz
+aa3fb70b7d98f915643ceeef85418dc0  fwbackups-1.43.0beta3.tar.gz




More information about the fedora-extras-commits mailing list