tizen 2.4 release accepted/tizen_2.4_base tizen_2.4_base accepted/tizen/2.4/base/20151026.100024 submit/tizen_2.4_base/20151026.085726 submit/tizen_2.4_base/20151026.090842 tizen_2.4_mobile_release
authorjk7744.park <jk7744.park@samsung.com>
Fri, 23 Oct 2015 06:09:20 +0000 (15:09 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Fri, 23 Oct 2015 06:09:20 +0000 (15:09 +0900)
mkbaselibs
packaging/build-pkg-config.patch [changed mode: 0644->0755]
packaging/build.spec [changed mode: 0644->0755]
packaging/tizen-1.0.conf [changed mode: 0644->0755]

index e130f2f..9936760 100755 (executable)
@@ -134,6 +134,7 @@ my %STAG = (
        "ENHANCESFLAGS" => 1161,
        "PRIORITY"      => 1162,
        "CVSID"         => 1163,
+        "VCS"           => 5034,
 );
 
 # do not mix numeric tags with symbolic tags.
@@ -311,7 +312,7 @@ sub rpmq_add_flagsvers {
 }
 
 my @preamble = qw{
-  Name Version Release Epoch Summary Copyright License Distribution
+  Name Version Release VCS Epoch Summary Copyright License Distribution
   Disturl Vendor Group Packager Url Icon Prefixes
 };
 
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index a9544b2..3d6a99a
@@ -23,7 +23,8 @@ Group:          Development/Tools/Building
 AutoReqProv:    on
 Summary:        A Script to Build SUSE Linux RPMs
 Version:        2011.01.10a
-Release:        1
+Release:        %{?release_prefix:%{release_prefix}.}1.45.%{?dist}%{!?dist:tizen}
+VCS:            toolchains/build#submit/trunk/20121019.064836-0-gd0510e0a54964f2ae5dd88fc302e533ff6419c83
 # osc rm build-*tar.bz2
 # REVISION=$(svn info https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/build | sed -ne "/Revision: /s///p")
 # VERSION="$(date +"%Y.%m.%d").r$REVISION"
@@ -75,3 +76,47 @@ ln -s tizen-1.0.conf default.conf
 %{_bindir}/unrpm
 %{_prefix}/lib/build
 %{_mandir}/man1/build.1*
+%changelog
+* Mon Sep 16 2013 UkJung Kim <ujkim@samsung.com> - submit/trunk/20121019.064836 
+- PROJECT: toolchains/build
+- COMMIT_ID: d0510e0a54964f2ae5dd88fc302e533ff6419c83
+- PATCHSET_REVISION: d0510e0a54964f2ae5dd88fc302e533ff6419c83
+- CHANGE_OWNER: \"UkJung Kim\" <ujkim@samsung.com>
+- PATCHSET_UPLOADER: \"UkJung Kim\" <ujkim@samsung.com>
+- CHANGE_URL: http://slp-info.sec.samsung.net/gerrit/103285
+- PATCHSET_REVISION: d0510e0a54964f2ae5dd88fc302e533ff6419c83
+- TAGGER: UkJung Kim <ujkim@samsung.com>
+- Gerrit patchset approval info:
+- UkJung Kim <ujkim@samsung.com> Verified : 1
+- Newton Lee <newton.lee@samsung.com> Code Review : 2
+- CHANGE_SUBJECT: Initial commit
+- [Version] 2011.01.10a
+- [Project] GT-I8800
+- [Title] Initial commit
+- [BinType] PDA
+- [Customer] Open
+- [Issue#] N/A
+- [Problem] N/A
+- [Cause] N/A
+- [Solution]
+- [Team] SCM
+- [Developer] UkJung Kim <ujkim@samsung.com>
+- [Request] N/A
+- [Horizontal expansion] N/A
+- [SCMRequest] N/A
+* Mon Jul  9 2012 UkJung Kim <ujkim@samsung.com> - 2011.01.10a
+- Ignore pkg-config from config file lists
+* Wed Jan 19 2011 Jian-feng Ding <jian-feng.ding@intel.com> - 2011.01.10a
+- Update to 2011.01.10 snapshot, with three extra commits
+  git HEAD: 585759875f7d225b6fc8f3e76cdffe955825dab4
+* Wed Dec  1 2010 Fathi Boudra <fathi.boudra@nokia.com> - 2010.11.24
+- Update to 2010.11.24: add workaround for Ubuntu 10 builds (BMC#10713)
+* Tue Aug 10 2010 Jian-feng Ding <jian-feng.ding@intel.com> 2010.08.04
+- Update to 2010.08.04 snapshot
+* Fri Apr 16 2010 Yi Yang <yi.y.yang@intel.com> - 2010.04.15
+- Update to 2010.04.15
+* Fri Jan 15 2010 Anas Nashif <anas.nashif@intel.com> - 2010.01.13
+- Update to  2010.01.13 snapshot
+- Added moblin config file
+* Mon Aug 10 2009 Anas Nashif <anas.nashif@intel.com> - 2009.07.27
+- Update to 2009.07.27 snapshot
old mode 100644 (file)
new mode 100755 (executable)