rpms/ustr/EL-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 ustr.spec, 1.4, 1.5 html_doc_fixes.patch, 1.1, NONE import_repl.patch, 1.1, NONE inst_examples.patch, 1.2, NONE

James Antill (james) fedora-extras-commits at redhat.com
Wed Nov 7 23:17:08 UTC 2007


Author: james

Update of /cvs/pkgs/rpms/ustr/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24995

Modified Files:
	.cvsignore sources ustr.spec 
Removed Files:
	html_doc_fixes.patch import_repl.patch inst_examples.patch 
Log Message:
* Tue Oct 30 2007 James Antill <james at and.org> - 1.0.2-2
- Build new upstream in Fedora



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ustr/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 Aug 2007 19:06:20 -0000	1.2
+++ .cvsignore	7 Nov 2007 23:16:33 -0000	1.3
@@ -1 +1 @@
-ustr-1.0.1.tar.gz
+ustr-1.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ustr/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 Aug 2007 19:06:20 -0000	1.2
+++ sources	7 Nov 2007 23:16:33 -0000	1.3
@@ -1 +1 @@
-5f855b3ebb8dd4da40f94952efa6c6d5  ustr-1.0.1.tar.gz
+75f765c34d52c8fd46905f64ff6af7d0  ustr-1.0.2.tar.gz


Index: ustr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ustr/EL-5/ustr.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ustr.spec	8 Aug 2007 23:39:30 -0000	1.4
+++ ustr.spec	7 Nov 2007 23:16:33 -0000	1.5
@@ -1,15 +1,30 @@
 
+%define show_all_cmds       1
+%define broken_fed_dbg_opts 1
+
+%if %{show_all_cmds}
+%define policy_cflags_hide HIDE=
+%else
+%define policy_cflags_hide %{nil}
+%endif
+
+%if %{broken_fed_dbg_opts}
+# Variable name explains itself.
+%define policy_cflags_broken DBG_ONLY_BAD_POLICIES_HAVE_THIS_EMPTY_CFLAGS=
+%else
+%define policy_cflags_broken %{nil}
+%endif
+
+%define policy_cflags %{policy_cflags_hide}  %{policy_cflags_broken}
+
 Name: ustr
-Version: 1.0.1
-Release: 5%{?dist}
+Version: 1.0.2
+Release: 2%{?dist}
 Summary: String library, very low memory overhead, simple to import
 Group: System Environment/Libraries
 License: MIT or LGPLv2+ or BSD
 URL: http://www.and.org/ustr/
 Source0: http://www.and.org/ustr/%{version}/%{name}-%{version}.tar.gz
-Patch0: inst_examples.patch
-Patch1: html_doc_fixes.patch
-Patch2: import_repl.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # BuildRequires: make gcc sed
 
@@ -63,18 +78,12 @@
 %prep
 %setup -q
 
-%patch0 -p1
-%patch1 -p0
-%patch2 -p1
-
 %build
-# Last variable name explains itself.
-make %{?_smp_mflags} all-shared CFLAGS="${CFLAGS:-%optflags}" HIDE= \
-     DBG_ONLY_BAD_POLICIES_HAVE_THIS_EMPTY_CFLAGS=
+make %{?_smp_mflags} all-shared CFLAGS="${CFLAGS:-%optflags}" %{policy_cflags}
 
 %check
 %if %{?chk}%{!?chk:1}
-make check HIDE=
+make check %{policy_cflags}
 %endif
 
 %install
@@ -130,6 +139,16 @@
 
 
 %changelog
+* Tue Oct 30 2007 James Antill <james at and.org> - 1.0.2-2
+- Build new upstream in Fedora
+
+* Mon Oct 29 2007 James Antill <james at and.org> - 1.0.2-1
+- New release
+
+* Tue Aug 28 2007 James Antill <jantill at redhat.com> - 1.0.1-6
+- Add options for fedora policy brokeness, so it's easy to undo.
+- Rebuild for buildid.
+
 * Wed Aug  8 2007 James Antill <james at and.org> - 1.0.1-5
 - Import fix for ustr-import, wrt. repl <=> replace
 


--- html_doc_fixes.patch DELETED ---


--- import_repl.patch DELETED ---


--- inst_examples.patch DELETED ---




More information about the fedora-extras-commits mailing list