rpms/backintime/F-10 .cvsignore, 1.3, 1.4 backintime.spec, 1.3, 1.4 import.log, 1.3, 1.4 sources, 1.3, 1.4 backintime-0.9.24-remove-checks.patch, 1.1, NONE

Simon Wesp cassmodiah at fedoraproject.org
Sat May 23 13:25:47 UTC 2009


Author: cassmodiah

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

Modified Files:
	.cvsignore backintime.spec import.log sources 
Removed Files:
	backintime-0.9.24-remove-checks.patch 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/backintime/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	8 May 2009 11:33:01 -0000	1.3
+++ .cvsignore	23 May 2009 13:25:16 -0000	1.4
@@ -1 +1 @@
-backintime-0.9.24_src.tar.gz
+backintime-0.9.26_src.tar.gz


Index: backintime.spec
===================================================================
RCS file: /cvs/pkgs/rpms/backintime/F-10/backintime.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- backintime.spec	12 May 2009 17:12:13 -0000	1.3
+++ backintime.spec	23 May 2009 13:25:16 -0000	1.4
@@ -1,13 +1,12 @@
 Name:            backintime
-Version:         0.9.24
-Release:         2%{?dist}
-Summary:         Simple backup system 
+Version:         0.9.26
+Release:         1%{?dist}
+Summary:         Simple backup tool 
 
 Group:           Applications/Archiving
 License:         GPLv2+
 URL:             http://www.le-web.org/back-in-time/
 Source0:         http://www.le-web.org/download/%{name}/%{name}-%{version}_src.tar.gz
-Patch0:          %{name}-0.9.24-remove-checks.patch
 BuildArch:       noarch
 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -22,7 +21,7 @@ snapshots of a specified set of director
 
 
 %package         common
-Summary:         Common files for %{name}
+Summary:         Common files for the %{name}, a simple backup tool
 Group:           Applications/Archiving
 Requires:        python
 Requires:        rsync
@@ -30,11 +29,15 @@ Requires:        cronie
 
 
 %description     common
+Back In Time is a simple backup system for Linux inspired from 
+“flyback project” and “TimeVault”. The backup is done by taking 
+snapshots of a specified set of directories.
+
 This package contains non GUI files used by different GUI fontends.
 
 
 %package         gnome
-Summary:         Frontend for %{name}
+Summary:         GNOME frontend for %{name}, a simple backup tool
 Group:           Applications/Archiving
 Requires:        %{name}-common = %{version}-%{release}
 Requires:        pygtk2-libglade
@@ -44,20 +47,29 @@ Requires:        usermode-gtk
 
 
 %description     gnome
-Gnome frontend for %{name}
+Back In Time is a simple backup system for Linux inspired from 
+“flyback project” and “TimeVault”. The backup is done by taking 
+snapshots of a specified set of directories.
+
+This package contains the GNOME frontend
 
 
 %package         kde
-Summary:         Frontend for %{name}
+Summary:         KDE frontend for %{name}, a simple backup tool
 Group:           Applications/Archiving
 Requires:        %{name}-common = %{version}-%{release}
 Requires:        xorg-x11-utils
 Requires:        PyKDE4
 Requires:        usermode-gtk
+Requires:        kdesdk
 
 
 %description     kde
-KDE frontend for %{name}
+Back In Time is a simple backup system for Linux inspired from 
+“flyback project” and “TimeVault”. The backup is done by taking 
+snapshots of a specified set of directories.
+
+This package contains the KDE frontend
 
 
 %prep
@@ -71,8 +83,6 @@ sed -i 's|Exec=kdesudo -c backintime-kde
 
 sed -e 's!share/locale!.*/locale!' /usr/lib/rpm/find-lang.sh > my-find-lang.sh
 
-%patch0 -p1
-
 
 %build
 cd common
@@ -80,11 +90,11 @@ cd common
 make %{?_smp_mflags}
 
 cd ../gnome
-%configure
+%configure --no-check
 make %{?_smp_mflags}
 
 cd ../kde4
-%configure
+%configure --no-check
 make %{?_smp_mflags}
 
 cd ..
@@ -225,8 +235,15 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat May 23 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 0.9.26-1
+- New upstream release
+- Drop 'removecheck'-patch
+
+* Sun May 17 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 0.9.24-3
+- Fix sammries, RHBZ #501085
+
 * Tue May 12 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 0.9.24-2
-- LP #375113
+- fix doc issues, LP #375113
 
 * Thu May 07 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 0.9.24-1
 - New upstream release


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/backintime/F-10/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	12 May 2009 17:12:13 -0000	1.3
+++ import.log	23 May 2009 13:25:16 -0000	1.4
@@ -1,3 +1,4 @@
 backintime-0_9_22-2_fc10:F-10:backintime-0.9.22-2.fc10.src.rpm:1240818703
 backintime-0_9_24-1_fc11:F-10:backintime-0.9.24-1.fc11.src.rpm:1241782313
 backintime-0_9_24-2_fc11:F-10:backintime-0.9.24-2.fc11.src.rpm:1242148219
+backintime-0_9_26-1_fc11:F-10:backintime-0.9.26-1.fc11.src.rpm:1243085063


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/backintime/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	8 May 2009 11:33:02 -0000	1.3
+++ sources	23 May 2009 13:25:16 -0000	1.4
@@ -1 +1 @@
-57a2d4639b82d89ac0c6246d8569adcf  backintime-0.9.24_src.tar.gz
+8a53d1f757ccfa439754f4a8b9cb3e49  backintime-0.9.26_src.tar.gz


--- backintime-0.9.24-remove-checks.patch DELETED ---




More information about the scm-commits mailing list