[cppi] Update to 1.16 (#784558)

Kalev Lember kalev at fedoraproject.org
Fri Jan 27 19:35:02 UTC 2012


commit 1427aa3f0c46ec2d87ee429cce58e58e7b43b847
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Jan 27 21:30:30 2012 +0200

    Update to 1.16 (#784558)
    
    - Package the translation files

 .gitignore |    1 +
 cppi.spec  |   12 +++++++++---
 sources    |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee880f7..7521d85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 cppi-1.15.tar.xz
+/cppi-1.16.tar.xz
diff --git a/cppi.spec b/cppi.spec
index 3d153f1..9e7a8d5 100644
--- a/cppi.spec
+++ b/cppi.spec
@@ -1,6 +1,6 @@
 Name:           cppi
-Version:        1.15
-Release:        3%{?dist}
+Version:        1.16
+Release:        1%{?dist}
 Summary:        C preprocessor directive indenter
 
 Group:          Development/Tools
@@ -28,6 +28,8 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang cppi
+
 
 %check
 make check
@@ -37,7 +39,7 @@ make check
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -f cppi.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS THANKS TODO
 %{_bindir}/cppi
@@ -45,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 27 2012 Kalev Lember <kalevlember at gmail.com> - 1.16-1
+- Update to 1.16 (#784558)
+- Package the translation files
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.15-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 9f4792f..7d0520d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bc795ff5a0c7e9853001a84d5079df73  cppi-1.15.tar.xz
+10b657cf639df0950a34b091ae5a8cd8  cppi-1.16.tar.xz


More information about the scm-commits mailing list