[openconnect/f17] 4.07
by David Woodhouse
Summary of changes:
b06712f... 4.07 (*)
(*) This commit already existed in another branch; no separate mail sent
11Â years, 3Â months
[yum/f18] Fix the patch from HEAD, missing self.
by Jesse Keating
commit 26a29d4ff7c98a4e491f8a0f61179c0fbc462600
Author: Jesse Keating <jkeating(a)redhat.com>
Date: Fri Aug 31 15:51:18 2012 -0700
Fix the patch from HEAD, missing self.
yum-HEAD.patch | 2 +-
yum.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/yum-HEAD.patch b/yum-HEAD.patch
index e3296f4..1328cb1 100644
--- a/yum-HEAD.patch
+++ b/yum-HEAD.patch
@@ -159687,7 +159687,7 @@ index e5e9ece..7c55353 100644
except Errors.MediaError, e:
verbose_logger.log(logginglevels.DEBUG_2, "Error getting package from media; falling back to url %s" %(e,))
-+ if size and (copy_local or not _all_urls_are_files(url)):
++ if size and (copy_local or not self._all_urls_are_files(url)):
+ dirstat = os.statvfs(os.path.dirname(local))
+ avail = dirstat.f_bavail * dirstat.f_bsize
+ if avail < long(size):
diff --git a/yum.spec b/yum.spec
index ff07313..96d15fd 100644
--- a/yum.spec
+++ b/yum.spec
@@ -18,7 +18,7 @@
Summary: RPM package installer/updater/manager
Name: yum
Version: 3.4.3
-Release: 41%{?dist}
+Release: 42%{?dist}
License: GPLv2+
Group: System Environment/Base
Source0: http://yum.baseurl.org/download/3.4/%{name}-%{version}.tar.gz
@@ -315,6 +315,9 @@ exit 0
%endif
%changelog
+* Fri Aug 31 2012 Jesse Keating <jkeating(a)redhat.com> - 3.4.3-42
+- Fix HEAD patch, add a self. to function call
+
* Fri Aug 31 2012 James Antill <james at fedoraproject.org> - 3.4.3-41
- update to latest HEAD.
- Don't statvfs when we aren't going to copy, and using relative.
11Â years, 3Â months
[olpc-os-builder] v5.0.0
by Daniel Drake
Summary of changes:
d2477f1... v5.0.0 (*)
(*) This commit already existed in another branch; no separate mail sent
11Â years, 3Â months
[olpc-os-builder/f18] v5.0.0
by Daniel Drake
commit d2477f1f9d604b9ec91f733b174a32feaa877492
Author: Daniel Drake <dsd(a)laptop.org>
Date: Fri Aug 31 10:02:11 2012 -0600
v5.0.0
.gitignore | 1 +
olpc-os-builder.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b627bc..0405c7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/olpc-os-builder-3.0.0_pre2.tar.bz2
/olpc-os-builder-3.0.0.tar.bz2
/olpc-os-builder-4.0.0.tar.bz2
+/olpc-os-builder-5.0.0.tar.bz2
diff --git a/olpc-os-builder.spec b/olpc-os-builder.spec
index 8bb0b4b..eb739df 100644
--- a/olpc-os-builder.spec
+++ b/olpc-os-builder.spec
@@ -1,6 +1,6 @@
Name: olpc-os-builder
-Version: 4.0.0
-Release: 3%{?dist}
+Version: 5.0.0
+Release: 1%{?dist}
Summary: A development tool to build and customize OLPC OS images
Group: Development/System
@@ -9,7 +9,7 @@ URL: http://wiki.laptop.org/go/OSBuilder
Source0: http://dev.laptop.org/pub/source/olpc-os-builder/%{name}-%{version}.tar.bz2
BuildRequires: zlib-devel libtomcrypt-devel
-Requires: python-imgcreate bitfrost zip unzip crcimg mtd-utils mtd-utils-ubi wget curl xz-lzma-compat
+Requires: python-imgcreate bitfrost zip unzip crcimg mtd-utils mtd-utils-ubi wget curl xz-lzma-compat hardlink bitfrost-sugar genisoimage tar
%description
OLPC OS images for XO laptops are based on Fedora. This tool allows you to
@@ -42,6 +42,9 @@ mv $RPM_BUILD_ROOT/usr/share/doc/* inst-docs
%changelog
+* Fri Aug 31 2012 Daniel Drake <dsd(a)laptop.org> - 5.0.0-1
+- new release for OLPC OS 12.1.0
+
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 4.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
diff --git a/sources b/sources
index 5dacf60..ab8f2aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-893a50e5ba9a04847fdeca862478890b olpc-os-builder-4.0.0.tar.bz2
+6b813c8cc53fb55e7ddefab5e37e2b87 olpc-os-builder-5.0.0.tar.bz2
11Â years, 3Â months
[olpc-os-builder/f17] v5.0.0
by Daniel Drake
commit cb4bf71a04ae041d6de6b93e9a07b2392320ccb0
Author: Daniel Drake <dsd(a)laptop.org>
Date: Fri Aug 31 10:02:11 2012 -0600
v5.0.0
.gitignore | 1 +
olpc-os-builder.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b627bc..0405c7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/olpc-os-builder-3.0.0_pre2.tar.bz2
/olpc-os-builder-3.0.0.tar.bz2
/olpc-os-builder-4.0.0.tar.bz2
+/olpc-os-builder-5.0.0.tar.bz2
diff --git a/olpc-os-builder.spec b/olpc-os-builder.spec
index 549bc5e..9f4172a 100644
--- a/olpc-os-builder.spec
+++ b/olpc-os-builder.spec
@@ -1,6 +1,6 @@
Name: olpc-os-builder
-Version: 4.0.0
-Release: 2%{?dist}
+Version: 5.0.0
+Release: 1%{?dist}
Summary: A development tool to build and customize OLPC OS images
Group: Development/System
@@ -9,7 +9,7 @@ URL: http://wiki.laptop.org/go/OSBuilder
Source0: http://dev.laptop.org/pub/source/olpc-os-builder/%{name}-%{version}.tar.bz2
BuildRequires: zlib-devel libtomcrypt-devel
-Requires: python-imgcreate bitfrost zip unzip crcimg mtd-utils mtd-utils-ubi wget curl xz-lzma-compat
+Requires: python-imgcreate bitfrost zip unzip crcimg mtd-utils mtd-utils-ubi wget curl xz-lzma-compat hardlink bitfrost-sugar genisoimage tar
%description
OLPC OS images for XO laptops are based on Fedora. This tool allows you to
@@ -42,6 +42,9 @@ mv $RPM_BUILD_ROOT/usr/share/doc/* inst-docs
%changelog
+* Fri Aug 31 2012 Daniel Drake <dsd(a)laptop.org> - 5.0.0-1
+- new release for OLPC OS 12.1.0
+
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 4.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
diff --git a/sources b/sources
index 5dacf60..ab8f2aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-893a50e5ba9a04847fdeca862478890b olpc-os-builder-4.0.0.tar.bz2
+6b813c8cc53fb55e7ddefab5e37e2b87 olpc-os-builder-5.0.0.tar.bz2
11Â years, 3Â months
[xfce4-places-plugin/f18] (3 commits) ...Bump release
by Christoph Wickert
Summary of changes:
fc0a36e... Update to 1.4.0 (fixes #757180) (*)
07a99a4... Fix review number (*)
e24fe49... Bump release (*)
(*) This commit already existed in another branch; no separate mail sent
11Â years, 3Â months