From 2a3a635d0d53b6bad3694270267fa72519625df07540b205756393e7e9c9a2d1 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Tue, 24 Nov 2009 17:03:46 +0000 Subject: [PATCH 1/5] - updated to 1.51 (see CHANGES) OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=4 --- diffstat.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diffstat.spec b/diffstat.spec index cdb40ea..57f5ce6 100644 --- a/diffstat.spec +++ b/diffstat.spec @@ -1,5 +1,5 @@ # -# spec file for package diffstat (Version 1.51) +# spec file for package diffstat (Version 1.48) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # From 0c2d78154aff9db96a8f14695e3135c6d9350415d52bb91521942a7302f418b0 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 4 Dec 2009 10:35:03 +0000 Subject: [PATCH 2/5] checked in OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=5 --- diffstat-1.51.diff => diffstat-1.48.diff | 22 ++++++++-------------- diffstat-1.48.tar.bz2 | 3 +++ diffstat-1.51.tar.bz2 | 3 --- diffstat.changes | 5 ----- diffstat.spec | 2 +- 5 files changed, 12 insertions(+), 23 deletions(-) rename diffstat-1.51.diff => diffstat-1.48.diff (74%) create mode 100644 diffstat-1.48.tar.bz2 delete mode 100644 diffstat-1.51.tar.bz2 diff --git a/diffstat-1.51.diff b/diffstat-1.48.diff similarity index 74% rename from diffstat-1.51.diff rename to diffstat-1.48.diff index 20c692c..b26c145 100644 --- a/diffstat-1.51.diff +++ b/diffstat-1.48.diff @@ -1,6 +1,4 @@ -Index: config_h.in -=================================================================== ---- config_h.in.orig +--- config_h.in +++ config_h.in @@ -5,4 +5,10 @@ * config.h -- Kevin Buettner. @@ -14,11 +12,9 @@ Index: config_h.in +#define HAVE_STRING_H 0 +#define HAVE_UNISTD_H 0 +#define STDC_HEADERS 0 -Index: diffstat.c -=================================================================== ---- diffstat.c.orig +--- diffstat.c +++ diffstat.c -@@ -228,6 +228,10 @@ extern int optind; +@@ -217,6 +217,10 @@ #define BZIP2_PATH "" #endif @@ -29,11 +25,9 @@ Index: diffstat.c #ifndef COMPRESS_PATH #define COMPRESS_PATH "" #endif -Index: makefile.in -=================================================================== ---- makefile.in.orig +--- makefile.in +++ makefile.in -@@ -8,6 +8,7 @@ THIS = diffstat +@@ -8,6 +8,7 @@ srcdir = @srcdir@ VPATH = @srcdir@ @@ -41,7 +35,7 @@ Index: makefile.in CC = @CC@ LINK = $(CC) INSTALL = @INSTALL@ -@@ -15,7 +16,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -15,7 +16,7 @@ INSTALL_DATA = @INSTALL_DATA@ CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@ @@ -50,7 +44,7 @@ Index: makefile.in LIBS = @LIBS@ LDFLAGS = @LDFLAGS@ -@@ -27,8 +28,8 @@ DESTDIR = @DESTDIR@ +@@ -27,8 +28,8 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -61,7 +55,7 @@ Index: makefile.in #### End of system configuration section. #### -@@ -68,11 +69,11 @@ $(PROG) : diffstat$o +@@ -68,11 +69,11 @@ @ECHO_LD@$(LINK) $(LDFLAGS) -o $@ diffstat$o $(LIBS) install : all installdirs diff --git a/diffstat-1.48.tar.bz2 b/diffstat-1.48.tar.bz2 new file mode 100644 index 0000000..0e70f71 --- /dev/null +++ b/diffstat-1.48.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a51fb58e8f08c4fd184bf362b261f06a6fc3e9c42a5953e3c00b27440abb851 +size 175995 diff --git a/diffstat-1.51.tar.bz2 b/diffstat-1.51.tar.bz2 deleted file mode 100644 index b0bbe9b..0000000 --- a/diffstat-1.51.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:928aa4a25901cf2b57288c748c4a9a72e7a35c772e5619d96e433c8ad481e3a3 -size 177892 diff --git a/diffstat.changes b/diffstat.changes index 1aaa3a9..cab0809 100644 --- a/diffstat.changes +++ b/diffstat.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Tue Nov 24 18:07:09 CET 2009 - pgajdos@suse.cz - -- updated to 1.51 (see CHANGES) - ------------------------------------------------------------------- Thu Aug 13 16:42:39 CEST 2009 - pgajdos@suse.cz diff --git a/diffstat.spec b/diffstat.spec index 57f5ce6..36afa40 100644 --- a/diffstat.spec +++ b/diffstat.spec @@ -19,7 +19,7 @@ Name: diffstat -Version: 1.51 +Version: 1.48 Release: 1 AutoReqProv: on Group: Productivity/Text/Utilities From cd6a590108a0b5ab626e613fa6c9be86d8c0a80e5404f4626f5a3ad6d7125e07 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 5 Jan 2010 10:48:02 +0000 Subject: [PATCH 3/5] Accepting request 27927 from home:jengelh:branches:devel:tools Copy from home:jengelh:branches:devel:tools/diffstat via accept of submit request 27927 revision 3. Request was accepted with message: ok, thanks OBS-URL: https://build.opensuse.org/request/show/27927 OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=6 --- diffstat-1.48.tar.bz2 | 3 --- diffstat-1.48.diff => diffstat-1.51.diff | 22 ++++++++++++++-------- diffstat-1.51.tar.bz2 | 3 +++ diffstat.changes | 10 ++++++++++ diffstat.spec | 6 +++--- 5 files changed, 30 insertions(+), 14 deletions(-) delete mode 100644 diffstat-1.48.tar.bz2 rename diffstat-1.48.diff => diffstat-1.51.diff (74%) create mode 100644 diffstat-1.51.tar.bz2 diff --git a/diffstat-1.48.tar.bz2 b/diffstat-1.48.tar.bz2 deleted file mode 100644 index 0e70f71..0000000 --- a/diffstat-1.48.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a51fb58e8f08c4fd184bf362b261f06a6fc3e9c42a5953e3c00b27440abb851 -size 175995 diff --git a/diffstat-1.48.diff b/diffstat-1.51.diff similarity index 74% rename from diffstat-1.48.diff rename to diffstat-1.51.diff index b26c145..20c692c 100644 --- a/diffstat-1.48.diff +++ b/diffstat-1.51.diff @@ -1,4 +1,6 @@ ---- config_h.in +Index: config_h.in +=================================================================== +--- config_h.in.orig +++ config_h.in @@ -5,4 +5,10 @@ * config.h -- Kevin Buettner. @@ -12,9 +14,11 @@ +#define HAVE_STRING_H 0 +#define HAVE_UNISTD_H 0 +#define STDC_HEADERS 0 ---- diffstat.c +Index: diffstat.c +=================================================================== +--- diffstat.c.orig +++ diffstat.c -@@ -217,6 +217,10 @@ +@@ -228,6 +228,10 @@ extern int optind; #define BZIP2_PATH "" #endif @@ -25,9 +29,11 @@ #ifndef COMPRESS_PATH #define COMPRESS_PATH "" #endif ---- makefile.in +Index: makefile.in +=================================================================== +--- makefile.in.orig +++ makefile.in -@@ -8,6 +8,7 @@ +@@ -8,6 +8,7 @@ THIS = diffstat srcdir = @srcdir@ VPATH = @srcdir@ @@ -35,7 +41,7 @@ CC = @CC@ LINK = $(CC) INSTALL = @INSTALL@ -@@ -15,7 +16,7 @@ +@@ -15,7 +16,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@ @@ -44,7 +50,7 @@ LIBS = @LIBS@ LDFLAGS = @LDFLAGS@ -@@ -27,8 +28,8 @@ +@@ -27,8 +28,8 @@ DESTDIR = @DESTDIR@ prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -55,7 +61,7 @@ #### End of system configuration section. #### -@@ -68,11 +69,11 @@ +@@ -68,11 +69,11 @@ $(PROG) : diffstat$o @ECHO_LD@$(LINK) $(LDFLAGS) -o $@ diffstat$o $(LIBS) install : all installdirs diff --git a/diffstat-1.51.tar.bz2 b/diffstat-1.51.tar.bz2 new file mode 100644 index 0000000..b0bbe9b --- /dev/null +++ b/diffstat-1.51.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928aa4a25901cf2b57288c748c4a9a72e7a35c772e5619d96e433c8ad481e3a3 +size 177892 diff --git a/diffstat.changes b/diffstat.changes index cab0809..458381c 100644 --- a/diffstat.changes +++ b/diffstat.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 9 00:22:05 CET 2009 - jengelh@medozas.de + +- enable parallel building + +------------------------------------------------------------------- +Tue Nov 24 18:07:09 CET 2009 - pgajdos@suse.cz + +- updated to 1.51 (see CHANGES) + ------------------------------------------------------------------- Thu Aug 13 16:42:39 CEST 2009 - pgajdos@suse.cz diff --git a/diffstat.spec b/diffstat.spec index 36afa40..93e119a 100644 --- a/diffstat.spec +++ b/diffstat.spec @@ -1,5 +1,5 @@ # -# spec file for package diffstat (Version 1.48) +# spec file for package diffstat (Version 1.51) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: diffstat -Version: 1.48 +Version: 1.51 Release: 1 AutoReqProv: on Group: Productivity/Text/Utilities @@ -51,7 +51,7 @@ CFLAGS="$RPM_OPT_FLAGS -Wall" \ --prefix=%{_prefix} \ --bindir=%{_bindir} \ --mandir=%{_mandir} -make +make %{?_smp_mflags} %install make DESTDIR=$RPM_BUILD_ROOT install From 36a1d67671394510d804a473c47d157e5e46b949016bef5931d65220993b5e42 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 14 Jan 2010 15:26:00 +0000 Subject: [PATCH 4/5] checked in OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=7 --- diffstat.changes | 5 ----- diffstat.spec | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/diffstat.changes b/diffstat.changes index 458381c..1aaa3a9 100644 --- a/diffstat.changes +++ b/diffstat.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Wed Dec 9 00:22:05 CET 2009 - jengelh@medozas.de - -- enable parallel building - ------------------------------------------------------------------- Tue Nov 24 18:07:09 CET 2009 - pgajdos@suse.cz diff --git a/diffstat.spec b/diffstat.spec index 93e119a..cdb40ea 100644 --- a/diffstat.spec +++ b/diffstat.spec @@ -51,7 +51,7 @@ CFLAGS="$RPM_OPT_FLAGS -Wall" \ --prefix=%{_prefix} \ --bindir=%{_bindir} \ --mandir=%{_mandir} -make %{?_smp_mflags} +make %install make DESTDIR=$RPM_BUILD_ROOT install From f811a4686bd3fe0fcc3ced7e5e440d06a538ca03a3c980c61ad676200342e8be Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 14 Jan 2010 15:26:02 +0000 Subject: [PATCH 5/5] Updating link to change in openSUSE:Factory/diffstat revision 8.0 OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=e9ce82897a03630d67c0d3295b338caf --- diffstat.changes | 5 +++++ diffstat.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/diffstat.changes b/diffstat.changes index 1aaa3a9..458381c 100644 --- a/diffstat.changes +++ b/diffstat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 9 00:22:05 CET 2009 - jengelh@medozas.de + +- enable parallel building + ------------------------------------------------------------------- Tue Nov 24 18:07:09 CET 2009 - pgajdos@suse.cz diff --git a/diffstat.spec b/diffstat.spec index cdb40ea..0fd40bd 100644 --- a/diffstat.spec +++ b/diffstat.spec @@ -1,7 +1,7 @@ # # spec file for package diffstat (Version 1.51) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: diffstat Version: 1.51 -Release: 1 +Release: 2 AutoReqProv: on Group: Productivity/Text/Utilities License: MIT License (or similar) @@ -51,7 +51,7 @@ CFLAGS="$RPM_OPT_FLAGS -Wall" \ --prefix=%{_prefix} \ --bindir=%{_bindir} \ --mandir=%{_mandir} -make +make %{?_smp_mflags} %install make DESTDIR=$RPM_BUILD_ROOT install