rpms/chunkd/devel .cvsignore, 1.5, 1.6 chunkd.spec, 1.23, 1.24 sources, 1.16, 1.17
by Jeff Garzik
Author: jgarzik
Update of /cvs/pkgs/rpms/chunkd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18955
Modified Files:
.cvsignore chunkd.spec sources
Log Message:
update to upstream commit cf9b95c883437690793976564936c1ef0b249368
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/chunkd/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore 13 Nov 2009 23:01:50 -0000 1.5
+++ .cvsignore 1 Dec 2009 00:54:43 -0000 1.6
@@ -1 +1 @@
-chunkd-0.5.tar.gz
+chunkd-0.6git.tar.gz
Index: chunkd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/chunkd/devel/chunkd.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- chunkd.spec 13 Nov 2009 23:01:50 -0000 1.23
+++ chunkd.spec 1 Dec 2009 00:54:43 -0000 1.24
@@ -1,13 +1,15 @@
Name: chunkd
-Version: 0.5
-Release: 1%{?dist}
+Version: 0.6
+Release: 0.1.gcf9b95c8%{?dist}
Summary: Data storage daemon for cloud computing
Group: System Environment/Base
License: GPLv2
URL: http://hail.wiki.kernel.org/
-Source0: chunkd-%{version}.tar.gz
+# pulled from upstream git, commit cf9b95c883437690793976564936c1ef0b249368
+# to recreate tarball, check out commit, then run "make dist"
+Source0: chunkd-%{version}git.tar.gz
Source2: chunkd.init
Source3: chunkd.sysconf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -39,7 +41,7 @@ The %{name}-devel package contains libra
developing applications that use %{name}.
%prep
-%setup -q
+%setup -q -n chunkd-0.6git
%build
%configure --disable-static
@@ -97,6 +99,9 @@ fi
%{_includedir}/*
%changelog
+* Mon Nov 30 2009 Jeff Garzik <jgarzik(a)redhat.com> - 0.6-0.1.gcf9b95c8
+- update source to commit cf9b95c883437690793976564936c1ef0b249368
+
* Fri Nov 13 2009 Jeff Garzik <jgarzik(a)redhat.com> - 0.5-1
- update source to release version 0.5
- BuildRequires tokyocabinet
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/chunkd/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sources 13 Nov 2009 23:01:50 -0000 1.16
+++ sources 1 Dec 2009 00:54:43 -0000 1.17
@@ -1 +1 @@
-2dd24c339d9459e69b50373f9bff035f chunkd-0.5.tar.gz
+e59ea0d92bcd9b435de9b5bd3d640439 chunkd-0.6git.tar.gz
13Â years, 2Â months
rpms/glib2/devel glib2.spec,1.226,1.227
by Matthias Clasen
Author: mclasen
Update of /cvs/pkgs/rpms/glib2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17179
Modified Files:
glib2.spec
Log Message:
Add zlib-devel BR
Index: glib2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glib2/devel/glib2.spec,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -p -r1.226 -r1.227
--- glib2.spec 1 Dec 2009 00:38:59 -0000 1.226
+++ glib2.spec 1 Dec 2009 00:48:45 -0000 1.227
@@ -18,6 +18,7 @@ BuildRequires: libattr-devel
BuildRequires: libselinux-devel
# for sys/inotify.h
BuildRequires: glibc-devel
+BuildRequires: zlib-devel
BuildRequires: automake autoconf libtool
BuildRequires: gtk-doc
13Â years, 2Â months
rpms/glib2/devel glib2.spec,1.225,1.226
by Matthias Clasen
Author: mclasen
Update of /cvs/pkgs/rpms/glib2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13611
Modified Files:
glib2.spec
Log Message:
cleanup
Index: glib2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glib2/devel/glib2.spec,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -p -r1.225 -r1.226
--- glib2.spec 1 Dec 2009 00:32:14 -0000 1.225
+++ glib2.spec 1 Dec 2009 00:38:59 -0000 1.226
@@ -53,8 +53,6 @@ of version 2 of the GLib library.
%prep
%setup -q -n glib-%{version}
-autoreconf -f -i
-
%build
%configure --disable-gtk-doc --enable-static --with-runtime-libdir=../../%{_lib}
make %{?_smp_mflags}
13Â years, 2Â months
rpms/glib2/devel glib2.spec,1.224,1.225
by Matthias Clasen
Author: mclasen
Update of /cvs/pkgs/rpms/glib2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10996
Modified Files:
glib2.spec
Log Message:
drop upstreamed patch
Index: glib2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glib2/devel/glib2.spec,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -p -r1.224 -r1.225
--- glib2.spec 1 Dec 2009 00:21:41 -0000 1.224
+++ glib2.spec 1 Dec 2009 00:32:14 -0000 1.225
@@ -21,8 +21,6 @@ BuildRequires: glibc-devel
BuildRequires: automake autoconf libtool
BuildRequires: gtk-doc
-Patch0: pyloc.patch
-
%description
GLib is the low-level core library that forms the basis
for projects such as GTK+ and GNOME. It provides data structure
@@ -54,7 +52,6 @@ of version 2 of the GLib library.
%prep
%setup -q -n glib-%{version}
-%patch0 -p1 -b .pyloc
autoreconf -f -i
13Â years, 2Â months
rpms/glib2/devel .cvsignore, 1.116, 1.117 glib2.spec, 1.223, 1.224 sources, 1.118, 1.119
by Matthias Clasen
Author: mclasen
Update of /cvs/pkgs/rpms/glib2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8861
Modified Files:
.cvsignore glib2.spec sources
Log Message:
2.23.0
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/glib2/devel/.cvsignore,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -p -r1.116 -r1.117
--- .cvsignore 22 Sep 2009 23:37:28 -0000 1.116
+++ .cvsignore 1 Dec 2009 00:21:41 -0000 1.117
@@ -1 +1 @@
-glib-2.22.0.tar.bz2
+glib-2.23.0.tar.bz2
Index: glib2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glib2/devel/glib2.spec,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -p -r1.223 -r1.224
--- glib2.spec 25 Sep 2009 15:04:59 -0000 1.223
+++ glib2.spec 1 Dec 2009 00:21:41 -0000 1.224
@@ -2,12 +2,12 @@
Summary: A library of handy utility functions
Name: glib2
-Version: 2.22.0
-Release: 4%{?dist}
+Version: 2.23.0
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
-Source: http://download.gnome.org/sources/glib/2.22/glib-%{version}.tar.bz2
+Source: http://download.gnome.org/sources/glib/2.23/glib-%{version}.tar.bz2
Source2: glib2.sh
Source3: glib2.csh
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -127,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.a
%changelog
+* Mon Nov 30 2009 Matthias Clasen <mclasen(a)redhat.com> - 2.23.0-1
+- Update to 2.23.0
+
* Fri Sep 25 2009 Matthias Clasen <mclasen(a)redhat.com> - 2.22.0-4
- Avoid multilib conflicts even harder
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/glib2/devel/sources,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -p -r1.118 -r1.119
--- sources 22 Sep 2009 23:37:28 -0000 1.118
+++ sources 1 Dec 2009 00:21:41 -0000 1.119
@@ -1 +1 @@
-e0bc5b08d467cc3763550923087772d3 glib-2.22.0.tar.bz2
+75909517629c54e5c5b36d8e233915a9 glib-2.23.0.tar.bz2
13Â years, 2Â months